Releases: diggerhq/digger
Releases · diggerhq/digger
Taco UI v0.1.32.9
Taco UI v0.1.32.9
Web-based frontend for OpenTaco infrastructure management platform.
Docker Image
docker pull ghcr.io/diggerhq/digger/taco-ui:v0.1.32.9Taco UI v0.1.32.10
Taco UI v0.1.32.10
Web-based frontend for OpenTaco infrastructure management platform.
Docker Image
docker pull ghcr.io/diggerhq/digger/taco-ui:v0.1.32.10taco/token-service/v0.1.6.9
Taco Token Service v0.1.6.9
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.9Installation
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/token-service/v0.1.6.8
Taco Token Service v0.1.6.8
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.8Installation
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.11
Taco Statesman v0.1.29.11
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.11Installation
Download the appropriate binary for your platform and make it executable:
chmod +x statesman-<platform>-<arch>
sudo mv statesman-<platform>-<arch> /usr/local/bin/statesmantaco/statesman/v0.1.29.10
Taco Statesman v0.1.29.10
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.10Installation
Download the appropriate binary for your platform and make it executable:
chmod +x statesman-<platform>-<arch>
sudo mv statesman-<platform>-<arch> /usr/local/bin/statesmanDigger Backend EE v0.1.7.25
Digger Backend (Enterprise Edition) v0.1.7.25
Terraform orchestration service with advanced features and multi-VCS support.
Docker Image
docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.7.25Digger Backend EE v0.1.7.24
Digger Backend (Enterprise Edition) v0.1.7.24
Terraform orchestration service with advanced features and multi-VCS support.
Docker Image
docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.7.24v0.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>