Skip to content

Releases: hoverkraft-tech/ci-github-container

0.20.2

27 Jan 13:23
Compare
Choose a tag to compare

Release Summary

This release includes updated documentation for actions and workflows, enhancing clarity and usability. Additionally, a critical fix in the docker-build-images workflow resolves issues with handling multiple build arguments, improving build reliability and flexibility.

No breaking changes are introduced in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #357
  • fix(workflows/docker-build-images): handle multi build-args by @neilime in #358

Full Changelog: 0.20.1...0.20.2

0.20.1

27 Jan 09:38
Compare
Choose a tag to compare

Release Summary

This release includes an update to the documentation for actions and workflows, improving clarity and usability. A bug fix has been applied to the Docker build workflow to ensure ubuntu-arm is used only for public repositories, enhancing compatibility and reducing potential build issues. Additionally, dependencies for GitHub Actions have been updated across six directories to maintain security and compatibility.

No breaking changes were introduced in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #354
  • fix(workflows/docker-build-images): use ubuntu-arm only for public repo by @neilime in #355
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update by @dependabot in #356

Full Changelog: 0.20.0...0.20.1

0.20.0

24 Jan 19:28
Compare
Choose a tag to compare

Release Summary

This release includes important updates to dependencies, enhancements to documentation, and a new feature for workflow configuration. Dependency updates have been made to the GitHub Actions dependencies group and Helm chart-testing-action. Documentation for actions and workflows has been updated. A new feature introduces a strategy for defining runners based on platform type in Docker image build workflows.

Breaking changes

No breaking changes were introduced in this release.

What's Changed

  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot in #350
  • docs: update actions and workflows documentation by @hoverkraft-bot in #351
  • chore(deps): bump helm/chart-testing-action from 2.6.1 to 2.7.0 in /actions/helm/test-chart in the github-actions-dependencies group across 1 directory by @dependabot in #352
  • feat(workflows/docker-build-images): add strategy to defined runner regarding platform type by @neilime in #353

Full Changelog: 0.19.0...0.20.0

0.19.0

06 Jan 11:17
Compare
Choose a tag to compare

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

0.18.0

25 Sep 12:03
Compare
Choose a tag to compare

This release includes updates to documentation and dependency bumps. Documentation for actions and workflows has been updated. Additionally, there are minor dependency updates for mikefarah/yq, super-linter/super-linter, and other GitHub actions dependencies to ensure continued compatibility and security improvements.

No breaking changes were introduced in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #330
  • chore(deps): bump mikefarah/yq from 4.44.2 to 4.44.3 in /actions/helm/release-chart in the github-actions-dependencies group across 1 directory by @dependabot in #331
  • chore(deps): bump super-linter/super-linter from slim-v6 to slim-v7 in the docker-dependencies group by @dependabot in #332
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 2 updates by @dependabot in #334

Full Changelog: 0.17.5...0.18.0

0.17.5

31 Jul 08:09
Compare
Choose a tag to compare

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #327
  • fix(helm/release-chart): revert umbrella charts version update by @neilime in #328

Full Changelog: 0.17.4...0.17.5

0.17.4

30 Jul 18:43
Compare
Choose a tag to compare

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #325
  • fix(helm/release-chart): handle umbrella chart dependencies versions by @neilime in #326

Full Changelog: 0.17.3...0.17.4

0.17.3

26 Jul 13:09
Compare
Choose a tag to compare

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #322
  • feat(helm/release-chart): supports umbrella chart by @neilime in #324

Full Changelog: 0.17.2...0.17.3

0.17.2

22 Jul 16:44
Compare
Choose a tag to compare

What's Changed

  • fix(helm/test-chart): allows to add helm repositories by @neilime in #320

Full Changelog: 0.17.1...0.17.2

0.17.1

16 Jul 19:41
Compare
Choose a tag to compare

Release Summary

This release includes several updates and improvements:

  • Chores: Dependencies have been updated, including helm/kind-action to version 1.10.0 and various GitHub Actions dependencies across multiple directories.
  • Bug Fixes: Permissions were correctly defined for pruning pull requests image tags.
  • Documentation: Updated actions and workflows documentation to reflect the latest changes.
  • Code Quality: Lint issues were fixed to improve code quality.

No breaking changes were introduced in this release.

What's Changed

  • chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 in /actions/helm/test-chart in the github-actions-dependencies group by @dependabot in #312
  • chore: fix lint issues by @neilime in #315
  • fix(prune-pull-requests-images-tags): define proper permissions by @neilime in #313
  • docs: update actions and workflows documentation by @hoverkraft-bot in #318
  • chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update by @dependabot in #314
  • docs: update actions and workflows documentation by @hoverkraft-bot in #319

Full Changelog: 0.17.0...0.17.1