chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(7 months ago)
(7 months ago)
dependencies github_actions
Bumps the github-actions-dependencies group with 2 updates in the / directory: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml and hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml.
Updates hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.13.1 to 0.14.0
Release notes
Sourced from hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml's releases.
0.14.0
Release Summary
No public user-facing changes.
Internal: documentation on actions/workflows was refreshed and the workflow toolkit now depends on
hoverkraft-tech/ci-github-container0.29.0, aligning with recent CI improvements.Breaking change(s)
Adopting
ci-github-container0.29.0pulls in a change where image cleanup is handled by a dedicated wrapper action; if your publish workflows rely on custom cleanup steps, review and update them accordingly.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-publish#221- build(deps): Bump hoverkraft-tech/ci-github-container from 0.28.0 to 0.29.0 in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-publish#222Full Changelog: https://github.com/hoverkraft-tech/ci-github-publish/compare/0.13.1...0.14.0
Commits
38963f3build(deps): Bump hoverkraft-tech/ci-github-container9bec103ci: fix url endpoint for check testsd62405bdocs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml from 0.28.0 to 0.29.0
Release notes
Sourced from hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml's releases.
0.29.0
Release Summary
In
docker-build-images, caching and signing were optimized and tagging made explicit to reduce unnecessary package versions and prepare for OCI 1.1 referrers. A new dedicated image-cleanup action replaces previous custom deletion logic, simplifying GHCR maintenance.Internal: CI/doc updates, dependency bumps, linter cleanup, sync-docs integration, and stabilized registry-caching tests improve reliability and consistency.
Breaking change(s)
Image cleanup now uses a dedicated wrapper action (
actions/docker/clean-images) arounddataaxiom/ghcr-cleanup-action; workflows using custom cleanup steps must switch to this wrapper and review inputs.What's Changed
- chore(deps): bump hoverkraft-tech/ci-github-publish from 0.9.3 to 0.10.1 in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-container#514- chore(deps): bump hoverkraft-tech/ci-github-publish from 0.10.1 to 0.11.2 in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-container#515- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#516- chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#518- chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in /actions/helm/release-chart in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-container#519- ci: remove useless linters disable by
@neilimein hoverkraft-tech/ci-github-container#520- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#521- chore(deps): bump the github-actions-dependencies group across 8 directories with 3 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#522- chore: fix lint issues by
@neilimein hoverkraft-tech/ci-github-container#525- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#526- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#527- chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#528- feat(docker-build-images): optimize caching and signing by
@neilimein hoverkraft-tech/ci-github-container#517- ci(docker-build-images): improve test workflow with package version assertions and parallel run support by
@Copilotin hoverkraft-tech/ci-github-container#531- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#533- feat(docker-build-images): optimize workflow to reduce package versions by
@Copilotin hoverkraft-tech/ci-github-container#532- ci(docker/build-image): fix registry caching tests by
@neilimein hoverkraft-tech/ci-github-container#536- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#538- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#539- feat(docker)!: replace various image cleanup with a dedicated action by
@Copilotin hoverkraft-tech/ci-github-container#537- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#540- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#541- chore(deps): bump the github-actions-dependencies group across 7 directories with 2 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#542- ci: integrate sync-docs workflow by
@neilimein hoverkraft-tech/ci-github-container#545- docs: update Helm chart documentation for charts by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#558- chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 in /actions/helm/test-chart in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-container#559- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#560- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#561- chore(deps): bump docker/setup-docker-action from 4.4.0 to 4.5.0 in /actions/docker/build-image in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-container#562New Contributors
@Copilotmade their first contribution in hoverkraft-tech/ci-github-container#531Full Changelog: https://github.com/hoverkraft-tech/ci-github-container/compare/0.28.0...0.29.0
Commits
e44dc00chore(deps): bump docker/setup-docker-actionea9c6c7chore: fix licence link30cfe87docs: update actions and workflows documentation2408dd0ci: improve tests to pass with workflow_dispatch eventc318439ci: improve tests to pass with workflow_dispatch event0cbf7fedocs: update actions and workflows documentation06772f1chore(deps): bump helm/kind-action4c1fccbfix(helm/generate-docs): lint generated files6cf2f10fix(helm/generate-docs): lint generated filesb91bf11fix(helm/generate-docs): lint generated files- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
actions
0.13.1 → 0.14.0
Minor
actions
0.28.0 → 0.29.0
Minor
Technical Details
| ID: | 10880737 |
| UUID: | 3598594195 |
| Node ID: | PR_kwDOJApAdM6yCzlH |
| Host: | GitHub |
| Repository: | hoverkraft-tech/ci-github-nodejs |