Releases: diggerhq/digger
Releases · diggerhq/digger
v0.6.142
What's Changed
- docs: update reference and include terragrunt by @s1ntaxe770r in #2546
- docs: Update README by @jterceiro in #2521
- Fix/handle missing digger config gracefully by @joshuamkite-nfb in #2517
- Auto-succeed digger/apply check when plan shows zero changes by @motatoes in #2548
New Contributors
- @jterceiro made their first contribution in #2521
Full Changelog: v0.6.141...v0.6.142
vLatest
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
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.23Digger Backend EE v0.1.7.22
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.22v0.6.141
What's Changed
- docs: replace broken url by @s1ntaxe770r in #2531
- Docs/envref by @s1ntaxe770r in #2532
- Update GCP link in README.md by @audunmo in #2535
- improve error messages for units when permission denied by @motatoes in #2539
- fix: add pagination to GetUserTeams for teams and members by @motatoes in #2545
New Contributors
Full Changelog: v0.6.140...v0.6.141
Taco UI v0.1.32.8
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.8taco/token-service/v0.1.6.7
Taco Token Service v0.1.6.7
Downloads
- Linux AMD64: token_service-linux-amd64 (checksum)
- Linux ARM64: token_service-linux-arm64 (checksum)
- Linux 386: token_service-linux-386 (checksum)
- macOS AMD64: token_service-darwin-amd64 (checksum)
- macOS ARM64: token_service-darwin-arm64 (checksum)
- Windows AMD64: token_service-windows-amd64.exe (checksum)
- Windows 386: token_service-windows-386.exe (checksum)
Docker
docker pull ghcr.io/diggerhq/digger/taco-token-service:v0.1.6.7Installation
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_servicetaco/statesman/v0.1.29.9
Taco Statesman v0.1.29.9
Downloads
- Linux AMD64: statesman-linux-amd64 (checksum)
- Linux ARM64: statesman-linux-arm64 (checksum)
- Linux 386: statesman-linux-386 (checksum)
- macOS AMD64: statesman-darwin-amd64 (checksum)
- macOS ARM64: statesman-darwin-arm64 (checksum)
- Windows AMD64: statesman-windows-amd64.exe (checksum)
- Windows 386: statesman-windows-386.exe (checksum)
Docker
docker pull ghcr.io/diggerhq/digger/taco-statesman:v0.1.29.9Installation
Download the appropriate binary for your platform and make it executable:
chmod +x statesman-<platform>-<arch>
sudo mv statesman-<platform>-<arch> /usr/local/bin/statesmanv0.6.140
Digger Backend EE v0.1.7.21
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