This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Releases: vmvarela/ghoten
Releases · vmvarela/ghoten
Release list
v1.13.3
v1.13.2
What's Changed
🧰 Maintenance
- feat: Homebrew tap (macOS + Linux) (#154) @vmvarela
- chore: add universal install script (curl | bash) (#153) @vmvarela
- build(deps): bump the opentelemetry group across 1 directory with 2 updates (#152) @dependabot[bot]
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.98.0 to 1.99.0 in the aws group across 1 directory (#150) @dependabot[bot]
- build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.42.0 to 1.43.0 (#149) @dependabot[bot]
- build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.42.0 to 1.43.0 (#147) @dependabot[bot]
- build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp from 0.18.0 to 0.19.0 (#146) @dependabot[bot]
📝 Documentation
Full Changelog: v1.13.1...v1.13.2
v1.13.1
What's Changed
🧰 Maintenance
- build(deps): bump the gcp group across 1 directory with 4 updates (#143) @dependabot[bot]
- build(deps): bump the aws group across 1 directory with 6 updates (#145) @dependabot[bot]
- build(deps): bump the hashicorp group across 1 directory with 3 updates (#142) @dependabot[bot]
- build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#144) @dependabot[bot]
- build(deps): bump github.com/antchfx/xpath from 1.1.10 to 1.3.6 (#137) @dependabot[bot]
- build(deps): bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.70 to 0.7.73 (#141) @dependabot[bot]
Full Changelog: v1.13.0...v1.13.1
v1.13.0
Features
Smart Refresh (-refresh=smart)
- Skips refresh for state-tracked managed resources whose structural config (
count,for_each,depends_on) has not changed since the last apply - Uses SHA-256 fingerprint (
configExprHash) stored in state to detect config changes - Refreshes changed nodes + ancestors + descendants
- Apply and plan output show
Refresh: N refreshed, M skipped (smart mode) - Data sources are always re-read during plan (not affected by smart refresh)
Validation
- 30+ unit tests covering smart refresh behavior
Full Changelog: v1.12.5...v1.13.0
v1.12.5
What's Changed
🚀 Features
- fix(action): auto-create workspace via 'workspace select -or-create' (#96) @vmvarela
- fix(action): strip 'Refreshing state...' lines from PR comment and summary output (#95) @vmvarela
🐛 Bug Fixes
- fix(test): synchronize testHangServer handler goroutines to prevent race (#105) @vmvarela
- fix(ghoten): propagate context in state transforms and provider calls (#104) @vmvarela
- fix(console): add -lock and -lock-timeout flags (#98) @vmvarela
- fix(oras): add 30s timeout to credential helper invocations (#100) @vmvarela
⚡ Performance
♻️ Refactoring
🧰 Maintenance
- chore: remove GODEBUG winsymlink=0 from go.mod (#102) @vmvarela
- chore(docker): run as non-root user and add OCI labels (#103) @vmvarela
- ci: add test gate to release workflow (#99) @vmvarela
- ci: verify go generate freshness in CI (#97) @vmvarela
Full Changelog: v1.12.4...v1.12.5
v1.12.4
What's Changed
🐛 Bug Fixes
- fix: limit state read size with io.LimitReader to prevent OOM (#70) @vmvarela
- fix: track ORAS retention goroutines with sync.WaitGroup (#58) (#66) @vmvarela
🧰 Maintenance
- build(deps): update all dependencies from open Dependabot PRs (#67) @vmvarela
- ci: add cosign keyless signing and SLSA provenance to release workflow (#72) @vmvarela
- ci: add Zot integration test job to CI (#71) @vmvarela
- ci: add -race -count=1 -timeout flags to all test targets (#69) @vmvarela
📝 Documentation
Full Changelog: v1.12.3...v1.12.4
v1.12.3
What's Changed
🚀 New Features
🧰 Maintenance
- chore(scrum): bootstrap Scrum workflow and align release automation (#15) @vmvarela
- build(deps): bump the hashicorp group with 2 updates (#7) @dependabot[bot]
- build(deps): bump the k8s group with 3 updates (#9) @dependabot[bot]
- build(deps): bump the golang-x group with 7 updates (#8) @dependabot[bot]
- build(deps): bump the opentelemetry group with 5 updates (#5) @dependabot[bot]
- build(deps): bump the gcp group with 6 updates (#3) @dependabot[bot]
- build(deps): bump the aws group across 1 directory with 7 updates (#24) @dependabot[bot]
- build(deps): bump docker/login-action from 3 to 4 (#23) @dependabot[bot]
- build(deps): bump docker/setup-qemu-action from 3 to 4 (#22) @dependabot[bot]
- build(deps): bump toshimaru/auto-author-assign from 2.1.1 to 3.0.1 (#19) @dependabot[bot]
- build(deps): bump actions/stale from 9 to 10 (#18) @dependabot[bot]
- build(deps): bump actions/upload-artifact from 6 to 7 (#17) @dependabot[bot]
- build(deps): bump actions/download-artifact from 7 to 8 (#16) @dependabot[bot]
📝 Documentation
- docs: reorganize README and add focused guides (#10) @vmvarela
- docs: add scrum-process.md with sprint cadence and label workflow (#25) @vmvarela
Full Changelog: v1.12.2...v1.12.3
v1.12.2
- Publish GitHub Action
Full Changelog: v1...v1.12.2
v1.12.1
What's Changed
🚀 New Features
New Contributors
- @dependabot[bot] made their first contribution in #1
- @vmvarela made their first contribution in #6
Full Changelog: v1.12.0...v1.12.1
v1.12.0
Ghoten first release