Skip to content

0.29.0

Choose a tag to compare

@neilime neilime released this 04 Nov 15:23
· 68 commits to main since this release

Release Summary

In docker-build-images, caching and signing were optimized and tagging made explicit to reduce unnecessary package versions and prepare for OCI 1.1 referrers.
A new dedicated image-cleanup action replaces previous custom deletion logic, simplifying GHCR maintenance.

Internal: CI/doc updates, dependency bumps, linter cleanup, sync-docs integration, and stabilized registry-caching tests improve reliability and consistency.

Breaking change(s)

Image cleanup now uses a dedicated wrapper action (actions/docker/clean-images) around dataaxiom/ghcr-cleanup-action; workflows using custom cleanup steps must switch to this wrapper and review inputs.

What's Changed

  • chore(deps): bump hoverkraft-tech/ci-github-publish from 0.9.3 to 0.10.1 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #514
  • chore(deps): bump hoverkraft-tech/ci-github-publish from 0.10.1 to 0.11.2 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #515
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #516
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #518
  • chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in /actions/helm/release-chart in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #519
  • ci: remove useless linters disable by @neilime in #520
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #521
  • chore(deps): bump the github-actions-dependencies group across 8 directories with 3 updates by @dependabot[bot] in #522
  • chore: fix lint issues by @neilime in #525
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #526
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #527
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #528
  • feat(docker-build-images): optimize caching and signing by @neilime in #517
  • ci(docker-build-images): improve test workflow with package version assertions and parallel run support by @Copilot in #531
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #533
  • feat(docker-build-images): optimize workflow to reduce package versions by @Copilot in #532
  • ci(docker/build-image): fix registry caching tests by @neilime in #536
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #538
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #539
  • feat(docker)!: replace various image cleanup with a dedicated action by @Copilot in #537
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #540
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #541
  • chore(deps): bump the github-actions-dependencies group across 7 directories with 2 updates by @dependabot[bot] in #542
  • ci: integrate sync-docs workflow by @neilime in #545
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #558
  • chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 in /actions/helm/test-chart in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #559
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #560
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #561
  • chore(deps): bump docker/setup-docker-action from 4.4.0 to 4.5.0 in /actions/docker/build-image in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #562

New Contributors

  • @Copilot made their first contribution in #531

Full Changelog: 0.28.0...0.29.0