Releases: diggerhq/digger
Releases · diggerhq/digger
v0.6.128
What's Changed
- Update CLI callback, docs for AD/Fargate by @breardon2011 in #2284
- chore(develop): release taco/cli 0.1.10 by @breardon2011 in #2292
- fieldnotes/The OpenTaco Project is now public by @UtpalJayNadiger in #2297
- Support relative paths in include_patterns and exclude_patterns by @golemiso in #2286
- increase sleep by @motatoes in #2299
- segment by @motatoes in #2304
- Add changelog for the week ending October 3rd, 2025 by @UtpalJayNadiger in #2300
- feat(run-digger-action): add digger-version input by @sidpalas in #2283
- fallback strategy, remove sleep block by @breardon2011 in #2305
- docs: streamline getting started guide by @s1ntaxe770r in #2302
- add docs page for fix by @breardon2011 in #2310
- enable configurables for the cli os/arch by @breardon2011 in #2311
- Change "fallback" to skip under fallback condition by @breardon2011 in #2312
New Contributors
Full Changelog: v0.6.127...v0.6.128
vLatest
What's Changed
- fieldnotes/The OpenTaco Project is now public by @UtpalJayNadiger in #2297
- Support relative paths in include_patterns and exclude_patterns by @golemiso in #2286
- increase sleep by @motatoes in #2299
- segment by @motatoes in #2304
- Add changelog for the week ending October 3rd, 2025 by @UtpalJayNadiger in #2300
- feat(run-digger-action): add digger-version input by @sidpalas in #2283
- fallback strategy, remove sleep block by @breardon2011 in #2305
- docs: streamline getting started guide by @s1ntaxe770r in #2302
- add docs page for fix by @breardon2011 in #2310
- enable configurables for the cli os/arch by @breardon2011 in #2311
- Change "fallback" to skip under fallback condition by @breardon2011 in #2312
New Contributors
Full Changelog: taco/cli/v0.1.10...vLatest
v0.6.127
What's Changed
- state management docs by @motatoes in #2145
- remove empty pages by @motatoes in #2253
- removal of managing state page by @motatoes in #2255
- Fix nil pointer panic in comment updater when backend API returns nil by @MrKeiKun in #2190
- Add Helm chart for taco-statesman by @breardon2011 in #2144
- add ci integration docs by @motatoes in #2259
- Versioning docs by @breardon2011 in #2261
- Fix nil pointer exception in handleIssueCommentEvent when GitHub App … by @MrKeiKun in #2192
- Change license to MIT by @ZIJ in #2263
- Add attribution guidelines by @ZIJ in #2264
- Add appropriate attributions in source by @ZIJ in #2262
- Opaque TFE Token Fix by @breardon2011 in #2260
- chore/rewrite mpl by @motatoes in #2266
- Add wizard for server URL, no env vars needed by @breardon2011 in #2268
- docs/pr level locks fix by @motatoes in #2269
- chore: make a release by @breardon2011 in #2270
- chore(develop): release taco/cli 0.1.8 by @breardon2011 in #2193
- chore(develop): release taco/statesman 0.1.9 by @breardon2011 in #2271
- fix/dockerbuild 1 9 by @motatoes in #2272
- chore(develop): release taco/statesman 0.1.10 by @breardon2011 in #2273
- chore(develop): release taco/cli 0.1.9 by @breardon2011 in #2274
- docs for GCP quickstart by @breardon2011 in #2275
- Update backend-deployment.yaml by @Utwo in #2280
- refactor(ee/backend): replace golang.org/x/exp/maps with stdlib maps by @Juneezee in #2281
- fix: update
github.com/golang-jwt/jwt
to fix CVE-2025-30204 by @Juneezee in #2279 - chore(run-digger-action): autoformat action.yml by @sidpalas in #2278
- chore(run-digger-action): pin all action dependencies to commit hash (no-op) by @sidpalas in #2277
- Update backend-deployment.yaml by @Utwo in #2285
- skip libs license checker test for external prs by @motatoes in #2288
- update comment when draft pr is ignored by @motatoes in #2289
- Feat/draft prs lock unlock fixes by @motatoes in #2290
New Contributors
- @Utwo made their first contribution in #2280
- @Juneezee made their first contribution in #2281
- @sidpalas made their first contribution in #2278
Full Changelog: v0.6.126...v0.6.127
taco/cli/v0.1.10
Taco CLI v0.1.10
Downloads
- Linux AMD64: taco-linux-amd64 (checksum)
- Linux ARM64: taco-linux-arm64 (checksum)
- Linux 386: taco-linux-386 (checksum)
- macOS AMD64: taco-darwin-amd64 (checksum)
- macOS ARM64: taco-darwin-arm64 (checksum)
- Windows AMD64: taco-windows-amd64.exe (checksum)
- Windows 386: taco-windows-386.exe (checksum)
Installation
Download the appropriate binary for your platform and make it executable:
chmod +x taco-<platform>-<arch>
sudo mv taco-<platform>-<arch> /usr/local/bin/taco
taco/statesman/v0.1.10
Taco Statesman v0.1.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.10
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
taco/cli/v0.1.9
Taco CLI v0.1.9
Downloads
- Linux AMD64: taco-linux-amd64 (checksum)
- Linux ARM64: taco-linux-arm64 (checksum)
- Linux 386: taco-linux-386 (checksum)
- macOS AMD64: taco-darwin-amd64 (checksum)
- macOS ARM64: taco-darwin-arm64 (checksum)
- Windows AMD64: taco-windows-amd64.exe (checksum)
- Windows 386: taco-windows-386.exe (checksum)
Installation
Download the appropriate binary for your platform and make it executable:
chmod +x taco-<platform>-<arch>
sudo mv taco-<platform>-<arch> /usr/local/bin/taco
taco/statesman: v0.1.9
taco/cli/v0.1.8
Taco CLI v0.1.8
Downloads
- Linux AMD64: taco-linux-amd64 (checksum)
- Linux ARM64: taco-linux-arm64 (checksum)
- Linux 386: taco-linux-386 (checksum)
- macOS AMD64: taco-darwin-amd64 (checksum)
- macOS ARM64: taco-darwin-arm64 (checksum)
- Windows AMD64: taco-windows-amd64.exe (checksum)
- Windows 386: taco-windows-386.exe (checksum)
Installation
Download the appropriate binary for your platform and make it executable:
chmod +x taco-<platform>-<arch>
sudo mv taco-<platform>-<arch> /usr/local/bin/taco
v0.6.126
What's Changed
- fix docs formatting by @motatoes in #2138
- fix import by @motatoes in #2137
- bugfix: Respect skip_merge_check during apply requirements check on backend by @motatoes in #2141
- Taco Release Pipeline by @breardon2011 in #2143
- adjust target by @breardon2011 in #2146
- remove outdated command, comments by @breardon2011 in #2147
- adjust to match dir structure by @breardon2011 in #2148
- non functional change to test release by @breardon2011 in #2149
- Fix nil pointer dereference in GetGithubAppInstallationLink calls by @MrKeiKun in #2191
- chore: add essential around mutations by @breardon2011 in #2189
- rename the configuration option by @motatoes in #2249
New Contributors
- @github-actions[bot] made their first contribution in #2163
- @MrKeiKun made their first contribution in #2191
Full Changelog: v0.6.125...v0.6.126
taco/statesman/v0.1.8
Taco Statesman v0.1.8
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.8
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