Skip to content

Releases: hoverkraft-tech/ci-github-container

0.36.1

01 Jun 15:30

Choose a tag to compare

Release Summary

The release refreshes the actions and workflows documentation for users.

Internal maintenance updates the GitHub Actions release workflow dependency from 0.26.0 to 0.26.1.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #803
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.26.0 to 0.26.1 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #804

Full Changelog: 0.36.0...0.36.1

0.36.0

29 May 19:43

Choose a tag to compare

Release Summary

New Helm documentation generation now exposes the merged-sha output. Docker workflows now use BuildKit 0.30.0, and pull request image tag pruning tests correctly handle tag events.

Internal changes include updated generated documentation, GitHub Actions workflow dependencies, and release workflow dependencies.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #796
  • ci(docker/prune-pull-requests-image-tags): fix test when running for tag event by @neilime in #797
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.25.0 to 0.26.0 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #798
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #799
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #800
  • feat(helm/generate-docs): output merged-sha by @neilime in #801
  • feat(docker): upgrade buildkit from 0.29.0 to 0.30.0 by @neilime in #802

Full Changelog: 0.35.0...0.36.0

0.35.0

26 May 09:38

Choose a tag to compare

Release Summary

Release and Helm documentation generation now support using a specific checkout reference, including an option to skip Git checkout when appropriate.
Docker setup now uses BuildX 0.34.1.

Internal dependencies, GitHub Actions workflows, and generated documentation were updated.

Breaking changes

There is no breaking change.

What's Changed

  • feat(release/create): support checking out specific ref by @neilime in #783
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.24.0 to 0.25.0 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #786
  • feat(actions/helm/generate-docs): add checkout-ref input to skip Git checkout by @neilime in #787
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #788
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #789
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #790
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 3 updates by @dependabot[bot] in #792
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #793
  • chore(deps): bump qs from 6.15.1 to 6.15.2 in /actions/helm/generate-docs by @dependabot[bot] in #791
  • chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.2.0 to 1.2.1 in /actions/docker/clean-images in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #795
  • feat(docker/setup): update BuildX from 0.34.0 to 0.34.1 by @neilime in #794

Full Changelog: 0.34.2...0.35.0

0.34.2

20 May 00:56

Choose a tag to compare

Release Summary

This release fixes Helm workflow handling to correctly use local actions and updates the actions and workflows documentation for better technical guidance.

Internal changes include a GitHub Actions dependency update for the release workflow from 0.23.3 to 0.24.0.

Breaking changes

There is no breaking change.

What's Changed

  • fix(helm): use local actions properly by @neilime in #778
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #782
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.23.3 to 0.24.0 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #781

Full Changelog: 0.34.1...0.34.2

0.34.1

19 May 21:08

Choose a tag to compare

Release Summary

Helm test charts now build chart dependencies before testing, improving test reliability for chart-based workflows.
Documentation for actions and workflows has been updated.

Internal dependency updates and CI cache image cleanup were also performed.

Breaking change(s)

There is no breaking change.

What's Changed

  • feat(helm/test-chart): build chart dependencies before testing by @neilime in #771
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #772
  • chore(deps): bump the github-actions-dependencies group across 9 directories with 8 updates by @dependabot[bot] in #773
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #776
  • ci: clean cache images built for CI tests by @neilime in #777

Full Changelog: 0.34.0...0.34.1

0.34.0

18 May 19:19

Choose a tag to compare

Release Summary

Helm adds the new update-chart-values action, and Docker setup now uses BuildX v0.34.0 for newer build capabilities and fixes. Documentation for actions, workflows, and Helm charts was refreshed. No user-facing fixes are included in this release.

Internally, CI permissions were tightened, chart linting was cleaned up, and npm, GitHub Actions, devcontainer, and action-specific dependencies were updated.

Breaking changes

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #755
  • chore(deps): bump ip-address and express-rate-limit in /actions/helm/generate-docs by @dependabot[bot] in #756
  • chore(deps): bump hono from 4.12.14 to 4.12.18 in /actions/helm/generate-docs by @dependabot[bot] in #757
  • chore(deps): bump the github-actions-dependencies group across 4 directories with 5 updates by @dependabot[bot] in #758
  • chore(deps): bump fast-uri from 3.1.0 to 3.1.2 in /actions/helm/generate-docs by @dependabot[bot] in #759
  • ci: improve scoped permissions by @neilime in #760
  • feat(docker/setup): upgrade BuildX from v0.33.0 to v0.34.0 by @neilime in #761
  • chore(deps): bump the npm-dependencies group across 2 directories with 3 updates by @dependabot[bot] in #763
  • chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates by @dependabot[bot] in #762
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #764
  • feat(helm): add new action 'update-chart-values' by @neilime in #765
  • chore: fix chart lint issues by @neilime in #766
  • chore(deps): bump the npm-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #768
  • chore(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.0 by @dependabot[bot] in #767
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #769
  • docs: update Helm chart documentation for charts by @hoverkraft-bot[bot] in #770

Full Changelog: 0.33.1...0.34.0

0.33.1

04 May 08:21

Choose a tag to compare

Release Summary

Documentation for actions and workflows has been updated.

Internal changes include GitHub Actions dependency updates across multiple directories and an npm yaml dependency bump for the Helm release chart action.

Breaking changes

There is no breaking change.

What's Changed

  • chore(deps): bump the github-actions-dependencies group across 3 directories with 2 updates by @dependabot[bot] in #751
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #752
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 2 updates by @dependabot[bot] in #754
  • chore(deps): bump yaml from 2.8.3 to 2.8.4 in /actions/helm/release-chart in the npm-dependencies group across 1 directory by @dependabot[bot] in #753

Full Changelog: 0.33.0...0.33.1

0.33.0

27 Apr 10:38

Choose a tag to compare

Release Summary

local-workflow-actions now detects the source repository of reusable workflows directly from the job context, and local-actions improves destination path handling and cleanup logic. Documentation for actions and workflows has been refreshed.

Internal changes include maintenance dependency updates for GitHub Actions, npm packages, ci-github-common, Docker setup, Hono, Prettier, and markdownlint-cli2.

Breaking change(s)

Configurations must replace build-secret-github-app-id with build-secret-github-app-client-id in docker-build-images.yml, and github-app-id with github-app-client-id in actions/helm/generate-docs. local-workflow-actions no longer requires id-token: write because source repository detection now uses the job context.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #734
  • chore(deps): bump hono from 4.12.12 to 4.12.14 in /actions/helm/generate-docs by @dependabot[bot] in #735
  • chore(deps): bump prettier from 3.8.2 to 3.8.3 in /actions/helm/generate-docs in the npm-dependencies group across 1 directory by @dependabot[bot] in #737
  • chore(deps): bump markdownlint-cli2 from 0.22.0 to 0.22.1 in /actions/helm/generate-docs in the npm-dependencies group across 1 directory by @dependabot[bot] in #739
  • chore(deps): bump the npm-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #740
  • chore(deps)!: bump the github-actions-dependencies group across 8 directories with 13 updates by @dependabot[bot] in #742
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #745
  • chore(deps): bump docker/setup-docker-action from 5.0.0 to 5.1.0 in /actions/docker/setup in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #746
  • chore(deps): upgrade ci-github-common to 0.35.0 by @neilime in #747
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #750

Full Changelog: 0.32.1...0.33.0

0.32.1

11 Apr 06:58

Choose a tag to compare

Release Summary

This release improves the reliability of docker/build-image by preventing intermittent post-action failures related to buildx and cache handling. Documentation was refreshed across actions and workflows to keep usage guidance aligned with the latest behavior.

Internal changes include maintenance updates to GitHub Actions dependencies, a Prettier version bump in actions/helm/generate-docs, and script cleanup removing the use of extrapolation.

Breaking changes

There is no breaking change.

What's Changed

  • chore: remove use of extrapolation in scripts by @neilime in #719
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #720
  • chore(deps): bump prettier from 3.8.1 to 3.8.2 in /actions/helm/generate-docs in the npm-dependencies group across 1 directory by @dependabot[bot] in #723
  • chore(deps): bump the github-actions-dependencies group across 11 directories with 1 update by @dependabot[bot] in #722
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #724
  • fix(docker/build-image): prevent random failure on post action because of buildx and cache by @neilime in #721
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #727
  • chore(deps): bump the github-actions-dependencies group across 8 directories with 7 updates by @dependabot[bot] in #730
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update by @dependabot[bot] in #733

Full Changelog: 0.32.0...0.32.1

0.32.0

09 Apr 08:47

Choose a tag to compare

Release Summary

A notable public change lands in docker/setup with upgraded BuildKit v0.29.0 and BuildX v0.33.0, improving the container build toolchain. Documentation for actions and workflows was also refreshed to better reflect current usage.

Internal changes are limited to dependency and workflow maintenance across GitHub Actions, npm packages, and Helm-related tooling, with no user-facing fixes included in this release.

Breaking change(s)

There is no breaking change.

What's Changed

  • chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update by @dependabot[bot] in #700
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #701
  • chore(deps): bump flatted from 3.4.1 to 3.4.2 in /actions/helm/generate-docs by @dependabot[bot] in #702
  • chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /actions/helm/generate-docs by @dependabot[bot] in #703
  • chore(deps): bump yaml from 2.8.2 to 2.8.3 in /actions/helm/release-chart by @dependabot[bot] in #704
  • chore(deps): bump the github-actions-dependencies group across 8 directories with 11 updates by @dependabot[bot] in #706
  • chore(deps): bump markdownlint-cli2 from 0.21.0 to 0.22.0 in /actions/helm/generate-docs in the npm-dependencies group across 1 directory by @dependabot[bot] in #705
  • chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 in /actions/helm/generate-docs by @dependabot[bot] in #709
  • chore(deps): bump path-to-regexp from 8.3.0 to 8.4.0 in /actions/helm/generate-docs by @dependabot[bot] in #710
  • feat(docker/setup): upgrade BuildKit to v0.29.0 and BuildX to v0.33.0 by @neilime in #712
  • chore(deps): bump int128/docker-build-cache-config-action from 1.48.0 to 1.49.0 in /actions/docker/build-image in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #711
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update by @dependabot[bot] in #713
  • chore(deps): bump lodash from 4.17.23 to 4.18.1 in /actions/helm/generate-docs by @dependabot[bot] in #714
  • chore(deps): bump hono from 4.12.7 to 4.12.12 in /actions/helm/generate-docs by @dependabot[bot] in #716
  • chore(deps): bump @hono/node-server from 1.19.10 to 1.19.13 in /actions/helm/generate-docs by @dependabot[bot] in #715
  • chore(deps): bump the npm-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #717
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.21.1 to 0.22.0 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #718

Full Changelog: 0.31.0...0.32.0