Skip to content

Releases: hoverkraft-tech/ci-github-container

0.18.0

Choose a tag to compare

@neilime neilime released this 25 Sep 12:03

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

Choose a tag to compare

@neilime neilime released this 31 Jul 08:09

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

Choose a tag to compare

@neilime neilime released this 30 Jul 18:43

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

Choose a tag to compare

@neilime neilime released this 26 Jul 13:09

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

Choose a tag to compare

@neilime neilime released this 22 Jul 16:44

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

Choose a tag to compare

@neilime neilime released this 16 Jul 19:41

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

0.17.0

Choose a tag to compare

@neilime neilime released this 21 Jun 09:55

Release summary

New Features

  • Added Helm Chart Testing (Helm CT) support.

Bug Fixes

  • Fixed issue in actions/docker/prune-pull-requests-image-tags to handle cases for non-organization owners.

Documentation Updates

  • Updated actions and workflows documentation.

Dependency Updates

  • Bumped hoverkraft-tech/ci-github-common from 0.13.1 to 0.13.3 across various directories.
  • Updated multiple dependencies in the github-actions-dependencies group.

Other Changes

  • Updated Dependabot configuration.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #296
  • chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in #301
  • chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 2 updates by @dependabot in #300
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.1 to 0.13.2 in /actions/docker/get-image-metadata in the github-actions-dependencies group by @dependabot in #299
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.1 to 0.13.2 in /actions/docker/build-image in the github-actions-dependencies group by @dependabot in #298
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.1 to 0.13.2 in /actions/docker/prune-pull-requests-image-tags in the github-actions-dependencies group by @dependabot in #297
  • fix(actions/docker/prune-pull-requests-image-tags): handle case for non organisation owner by @neilime in #302
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot in #310
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.2 to 0.13.3 in the github-actions-dependencies group by @dependabot in #308
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.2 to 0.13.3 in /actions/docker/get-image-metadata in the github-actions-dependencies group by @dependabot in #309
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot in #307
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.2 to 0.13.3 in /actions/docker/prune-pull-requests-image-tags in the github-actions-dependencies group by @dependabot in #306
  • feat: add helm ct by @fredleger in #277
  • chore: update dependabot config by @hoverkraft-bot in #311

Full Changelog: 0.16.0...0.17.0

0.16.0

Choose a tag to compare

@neilime neilime released this 08 Apr 15:52

Release Summary

  • Documentation Updated: Actions and workflows documentation enhanced. (PR #275)
  • Dependencies Updates:
    • Updated github-actions-dependencies across various actions including helm release-chart, docker actions (build-image, get-image-metadata, prune-pull-requests-image-tags) and more. (PRs #278, #282, #281, #280, #279, #283)
    • Upgraded hoverkraft-tech/ci-github-common from 0.13.0 to 0.13.1 affecting helm release-chart, docker actions (build-image, get-image-metadata, prune-pull-requests-image-tags), and more. (PRs #291, #292, #293, #294, #295)
    • Required permissions have been fine-tuned. (No more need to actions: write for docker-build-images workflow)

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #275
  • chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #278
  • chore(deps): bump the github-actions-dependencies group in /actions/docker/get-image-metadata with 1 update by @dependabot in #282
  • chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #281
  • chore(deps): bump the github-actions-dependencies group in /actions/docker/prune-pull-requests-image-tags with 1 update by @dependabot in #280
  • chore(deps): bump the github-actions-dependencies group in /actions/docker/build-image with 1 update by @dependabot in #279
  • chore(deps): bump the github-actions-dependencies group with 1 update by @dependabot in #283
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.0 to 0.13.1 in /actions/docker/prune-pull-requests-image-tags in the github-actions-dependencies group by @dependabot in #291
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.0 to 0.13.1 in /actions/helm/release-chart in the github-actions-dependencies group by @dependabot in #292
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.0 to 0.13.1 in the github-actions-dependencies group by @dependabot in #293
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.0 to 0.13.1 in /actions/docker/build-image in the github-actions-dependencies group by @dependabot in #294
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.0 to 0.13.1 in /actions/docker/get-image-metadata in the github-actions-dependencies group by @dependabot in #295

Full Changelog: 0.15.3...0.16.0

0.15.3

Choose a tag to compare

@neilime neilime released this 18 Mar 17:23

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #272
  • fix(docker/build-image): fix buildkit version by @neilime in #273

Full Changelog: 0.15.2...0.15.3

0.15.2

Choose a tag to compare

@neilime neilime released this 18 Mar 16:52

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #267
  • chore(deps): bump the github-actions-dependencies group in /actions/docker/build-image with 1 update by @dependabot in #269
  • fix(docker/build-image): fix buildx version by @neilime in #270

Full Changelog: 0.15.1...0.15.2