Skip to content

0.27.0

Choose a tag to compare

@neilime neilime released this 11 Jul 19:49

Release Summary

Enhances Docker workflows with optimized manifest creation, updated Buildx and Buildkit versions, cosign image signing, digest-pinned URIs, and adds Helm chart documentation generation actions. Prettifies generated Helm chart documentation. Bumps numerous GitHub Actions and Helm dependencies across directories, enables full linter checks, fixes lint and Helm chart test issues, updates workflows and documentation, and enhances branding.

Breaking change(s)

Image URIs now include digest suffixes, changing the reference format and requiring workflows that pull images by tag only to adapt to the new @sha256:… syntax (see #455).

What's Changed

  • feat(docker/create-images-manifests): optimize docker setup by @neilime in #421
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 2 updates by @dependabot[bot] in #424
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 3 updates by @dependabot[bot] in #427
  • chore(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.3 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #430
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 3 updates by @dependabot[bot] in #431
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #432
  • chore(deps): bump asdf-vm/actions from 3.0.2 to 4.0.0 in /actions/helm/test-chart in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #433
  • chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 in /actions/docker/build-image in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #434
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update by @dependabot[bot] in #435
  • feat(docker): update buildx and buildkit versions by @neilime in #437
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update by @dependabot[bot] in #436
  • chore: fix test helm chart lint issues by @neilime in #440
  • chore: fix lint issues by @neilime in #441
  • ci: enable all linter checks by @neilime in #333
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #445
  • docs: update Helm chart documentation for charts by @github-actions[bot] in #448
  • feat(helm): add action to generate chart documentation by @neilime in #446
  • feat(docker): sign built images with cosign by @neilime in #447
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #451
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #452
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #453
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #454
  • chore(deps): bump the github-actions-dependencies group across 7 directories with 2 updates by @dependabot[bot] in #456
  • feat(docker)!: add digest to images uri by @neilime in #455
  • chore: enhance branding by @neilime in #460
  • feat(docker): add input to enable images signing by @neilime in #461
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #462
  • feat(docker): upgrade buildkit version from 0.23.1 to 0.23.2 by @neilime in #463
  • fix(helm): prettify generated documentation by @neilime in #464
  • chore(deps): bump the helm-dependencies group across 2 directories with 1 update by @dependabot[bot] in #465
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #466

Full Changelog: 0.26.0...0.27.0