Skip to content

0.19.0

Latest
Compare
Choose a tag to compare
@neilime neilime released this 06 Jan 11:17

Release Summary

This release introduces enhanced functionality and performance improvements in the CI workflows. Key highlights include a new feature to use GitHub Actions cache backend for docker/build-image and upgrades to buildx and buildkit. Several dependency updates ensure compatibility and stability, while fixes enable better private registry access in kind clusters. Documentation has been updated to reflect these changes and improve workflow clarity.

Breaking changes

  • feat!(action/docker/build-image): The action now uses the GitHub Actions cache backend, potentially requiring updates to existing configurations. Ensure your workflow files are compatible with this new backend.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #337
  • chore(deps): bump int128/docker-build-cache-config-action from 1.33.0 to 1.34.0 in /actions/docker/build-image in the github-actions-dependencies group across 1 directory by @dependabot in #339
  • chore(deps): bump int128/docker-build-cache-config-action from 1.34.0 to 1.35.0 in /actions/docker/build-image in the github-actions-dependencies group across 1 directory by @dependabot in #340
  • fix: kind cluster must access private registries by @fredleger in #338
  • feat!(action/docker/build-image): use gha cache backend by @neilime in #335
  • chore: add lint-fix command for devx by @neilime in #341
  • feat(docker/build-image): upgrade buildx and buildkit by @neilime in #342
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 3 updates by @dependabot in #343
  • feat(actions/docker/build-image): upgrade buildx and buildkit by @neilime in #344
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot in #345
  • chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0 in /actions/helm/test-chart in the github-actions-dependencies group across 1 directory by @dependabot in #346
  • chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 in /actions/helm/test-chart in the github-actions-dependencies group across 1 directory by @dependabot in #347
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update by @dependabot in #348
  • docs: update actions and workflows documentation by @hoverkraft-bot in #349

Full Changelog: 0.18.0...0.19.0