Skip to content

Releases: diggerhq/digger

v0.6.142

23 Jan 00:45
88d866b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.141...v0.6.142

vLatest

23 Jan 00:46
88d866b

Choose a tag to compare

Auto-succeed digger/apply check when plan shows zero changes (#2548)

This change implements automatic success for the digger/apply check when
all plan jobs complete with zero infrastructure changes, eliminating the
need for manual intervention in no-change scenarios.

Changes:
- Create both digger/plan and digger/apply checks when PR opens with plan jobs
- The apply check starts in "queued" state with message indicating it will
  auto-succeed if no changes are detected
- After plan batch completes successfully, detect if all jobs have zero changes
  (ResourcesCreated = 0, ResourcesUpdated = 0, ResourcesDeleted = 0)
- If all jobs have zero changes, automatically update apply check to "completed"
  with "success" conclusion
- Add GetCheckRunsForCommit() method to query check runs for a commit SHA

Benefits:
- Improved UX: Users see both checks immediately when PR opens
- Automation: No manual action needed for zero-change plans
- Clear communication: Check messages explain the automatic behavior
- No breaking changes: Existing behavior for plans with changes unchanged

Co-authored-by: substrate-bot <bot@substrate.run>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

Digger Backend EE v0.1.7.23

23 Jan 17:47
f25a582

Choose a tag to compare

Digger Backend (Enterprise Edition) v0.1.7.23

Terraform orchestration service with advanced features and multi-VCS support.

Docker Image

docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.7.23

Digger Backend EE v0.1.7.22

23 Jan 00:44
88d866b

Choose a tag to compare

Digger Backend (Enterprise Edition) v0.1.7.22

Terraform orchestration service with advanced features and multi-VCS support.

Docker Image

docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.7.22

v0.6.141

21 Jan 03:30
3ba4b6b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.140...v0.6.141

Taco UI v0.1.32.8

16 Jan 17:42
c5b1f46

Choose a tag to compare

Taco UI v0.1.32.8

Web-based frontend for OpenTaco infrastructure management platform.

Docker Image

docker pull ghcr.io/diggerhq/digger/taco-ui:v0.1.32.8

taco/token-service/v0.1.6.7

16 Jan 17:43
c5b1f46

Choose a tag to compare

Taco Token Service v0.1.6.7

Downloads

Docker

docker pull ghcr.io/diggerhq/digger/taco-token-service:v0.1.6.7

Installation

Download the appropriate binary for your platform and make it executable:

chmod +x token_service-<platform>-<arch>
sudo mv token_service-<platform>-<arch> /usr/local/bin/token_service

taco/statesman/v0.1.29.9

16 Jan 17:43
c5b1f46

Choose a tag to compare

Taco Statesman v0.1.29.9

Downloads

Docker

docker pull ghcr.io/diggerhq/digger/taco-statesman:v0.1.29.9

Installation

Download the appropriate binary for your platform and make it executable:

chmod +x statesman-<platform>-<arch>
sudo mv statesman-<platform>-<arch> /usr/local/bin/statesman

v0.6.140

15 Jan 23:25
4121d16

Choose a tag to compare

What's Changed

Full Changelog: v0.6.139...v0.6.140

Digger Backend EE v0.1.7.21

15 Jan 23:24
4121d16

Choose a tag to compare

Digger Backend (Enterprise Edition) v0.1.7.21

Terraform orchestration service with advanced features and multi-VCS support.

Docker Image

docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.7.21