Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Releases: vmvarela/ghoten

v1.13.3

Choose a tag to compare

@github-actions github-actions released this 11 Apr 20:22
0b73bf4

What's Changed

🧰 Maintenance

  • refactor: extract ORAS backend into standalone library (#155) @vmvarela

Full Changelog: v1.13.2...v1.13.3

v1.13.2

Choose a tag to compare

@github-actions github-actions released this 09 Apr 16:25
e7602c1

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

  • chore: add universal install script (curl | bash) (#153) @vmvarela

Full Changelog: v1.13.1...v1.13.2

v1.13.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 09:53
7261fd5

What's Changed

🧰 Maintenance

Full Changelog: v1.13.0...v1.13.1

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 17:00
3ffe2f1

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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 19:22
91810da

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

  • perf(oras): pool gzip writers, readers, and buffers via sync.Pool (#101) @vmvarela

♻️ Refactoring

  • refactor: propagate stopCtx in local backend state persistence (#92) @vmvarela

🧰 Maintenance

Full Changelog: v1.12.4...v1.12.5

v1.12.4

Choose a tag to compare

@github-actions github-actions released this 13 Mar 18:02
a458cb8

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

  • chore: fix issue template labels to match Scrum label system (#68) @vmvarela

Full Changelog: v1.12.3...v1.12.4

v1.12.3

Choose a tag to compare

@github-actions github-actions released this 05 Mar 23:23
aeed987

What's Changed

🚀 New Features

  • feat: validate ORAS backend against Zot OCI registry (#14) @vmvarela

🧰 Maintenance

📝 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

Choose a tag to compare

@vmvarela vmvarela released this 25 Feb 17:51
91e2d06
  • Publish GitHub Action

Full Changelog: v1...v1.12.2

v1.12.1

Choose a tag to compare

@vmvarela vmvarela released this 25 Feb 16:38
a2abc88

What's Changed

🚀 New Features

  • feat: add GitHub Action for plan/apply/destroy/fmt/validate by @vmvarela in #6

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0

Choose a tag to compare

@vmvarela vmvarela released this 25 Feb 10:21
e7a6ef3

Ghoten first release