Releases: hoverkraft-tech/ci-github-container
Releases · hoverkraft-tech/ci-github-container
0.17.0
Release summary
New Features
- Added Helm Chart Testing (Helm CT) support.
Bug Fixes
- Fixed issue in
actions/docker/prune-pull-requests-image-tagsto handle cases for non-organization owners.
Documentation Updates
- Updated actions and workflows documentation.
Dependency Updates
- Bumped
hoverkraft-tech/ci-github-commonfrom0.13.1to0.13.3across various directories. - Updated multiple dependencies in the
github-actions-dependenciesgroup.
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
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-commonfrom0.13.0to0.13.1affecting 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: writefordocker-build-imagesworkflow)
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
0.15.2
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
0.15.1
Changelog
Documentation Updates
- Updated actions and workflows documentation (#263) by @hoverkraft-bot
Fixes
- Handle rate limit failures in docker/prune-pull-requests-image-tags (#264) by @neilime
- Use git context to provide image metadata in docker-build-image (#265) by @neilime
Chores
- Bumped the github-actions-dependencies group in /actions/docker/build-image with 1 update (#266) by @dependabot
Detail
- docs: update actions and workflows documentation by @hoverkraft-bot in #263
- fix(docker/prune-pull-requests-image-tags): handle rate limit failures by @neilime in #264
- fix(docker-build-image): use git context to provide image metadata by @neilime in #265
- chore(deps): bump the github-actions-dependencies group in /actions/docker/build-image with 1 update by @dependabot in #266
Full Changelog: 0.15.0...0.15.1
0.15.0
Highlights
- Documentation Improvements: Actions and workflows documentation has been updated for better clarity and usability.
- Dependency Updates: Multiple dependencies in the GitHub Actions and Docker environments have been updated, ensuring the latest features and security patches are included.
- Docker Prune Pull Requests Image Tags: Now supports user packages, enhancing management of Docker images and tags associated with pull requests.
- Docker Build Enhancements: Allows Docker repositories to be specified at build time, providing greater flexibility and control over Docker image creation.
- Fixes and Optimizations: A specific fix was made to manage repository owners in the Docker prune pull requests image tags action, ensuring compatibility with repository names that are not in lower case.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot in #241
- chore(deps): bump the github-actions-dependencies group in /actions/docker/get-image-metadata with 1 update by @dependabot in #242
- chore(deps): bump the github-actions-dependencies group in /actions/docker/get-image-metadata with 1 update by @dependabot in #243
- chore(deps): bump the docker-dependencies group with 1 update by @dependabot in #246
- chore(deps): bump the github-actions-dependencies group in /actions/docker/get-image-metadata with 1 update by @dependabot in #244
- chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #248
- chore(deps): bump the github-actions-dependencies group in /actions/docker/get-image-metadata with 1 update by @dependabot in #252
- chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #250
- chore(deps): bump the github-actions-dependencies group in /actions/docker/build-image with 1 update by @dependabot in #249
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in #251
- chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #253
- chore(deps): bump the github-actions-dependencies group with 1 update by @dependabot in #258
- chore(deps): bump the github-actions-dependencies group in /actions/docker/build-image with 1 update by @dependabot in #257
- chore(deps): bump the github-actions-dependencies group in /actions/docker/get-image-metadata with 1 update by @dependabot in #256
- chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #255
- docs(docker-build-images): add required permissions by @neilime in #254
- feat(docker/prune-pull-requests-image-tags): supports user packages by @neilime in #247
- chore(deps): bump the github-actions-dependencies group in /actions/helm/release-chart with 1 update by @dependabot in #261
- chore(deps): bump the github-actions-dependencies group in /actions/docker/prune-pull-requests-image-tags with 1 update by @dependabot in #260
- feat: allow docker repositories to be specified at build time by @fredleger in #259
- fix(docker/prune-pull-requests-image-tags): manage repository owner not lower case by @neilime in #262
New Contributors
- @fredleger made their first contribution in #259
Full Changelog: 0.14.4...0.15.0