Skip to content

Releases: hoverkraft-tech/ci-github-publish

0.26.5

23 Jun 09:05

Choose a tag to compare

Release Summary

This release fixes failure reporting in the finish-deploy-argocd-app-of-apps workflow and updates the actions and workflows documentation.

Internal changes include dependency updates for GitHub Actions, npm packages, and hoverkraft-tech/ci-dokumentor.

Breaking change(s)

There is no breaking change.

What's Changed

  • build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #418
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #419
  • fix(workflows/finish-deploy-argocd-app-of-apps): handle failure report properly by @neilime in #420
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #423
  • build(deps): Bump the npm-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #422
  • build(deps): Bump hoverkraft-tech/ci-dokumentor from 0.3.1 to 0.4.0 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #424
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #425

Full Changelog: 0.26.4...0.26.5

0.26.4

16 Jun 13:24

Choose a tag to compare

Release Summary

Documentation now clarifies the token permissions required and updates the available actions and workflows documentation.

actions/argocd/get-manifest-files now correctly handles value assignment without mutating a constant unexpectedly.

Breaking changes

There is no breaking change.

What's Changed

  • docs: tell required permissions for token by @neilime in #412
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #413
  • fix(actions/argocd/get-manifest-files): unexpected value assignment on const by @neilime in #414
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #415
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #417

Full Changelog: 0.26.3...0.26.4

0.26.3

09 Jun 18:52

Choose a tag to compare

Release Summary

Actions and workflows documentation was refreshed.

Internal changes include dependency updates for LangChain and GitHub Actions dependencies.

Breaking changes

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #404
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #405
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #406
  • build(deps): Bump langchain from 1.4.2 to 1.4.4 in /actions/release/summarize-changelog in the npm-dependencies group across 1 directory by @dependabot[bot] in #407
  • build(deps): Bump the github-actions-dependencies group across 8 directories with 11 updates by @dependabot[bot] in #410
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #411

Full Changelog: 0.26.2...0.26.3

0.26.2

01 Jun 17:25
84d583b

Choose a tag to compare

Release Summary

Release planning now uses the GitHub API instead of local Git, improving reliability in CI environments. Documentation for actions and workflows has been updated.

Internal changes include GitHub Actions dependency updates.

Breaking change(s)

There is no breaking change.

What's Changed

  • fix(release/plan): use api instead of local git by @neilime in #401
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #402
  • build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #403

Full Changelog: 0.26.1...0.26.2

0.26.1

01 Jun 15:00

Choose a tag to compare

Release Summary

Release planning now passes the GitHub token to the tag-check process, improving release tag validation reliability.

Actions and workflows documentation has been refreshed.

Internal updates include the GitHub Actions dependency group bump to hoverkraft-tech/ci-github-container 0.36.0, bringing BuildKit 0.30.0, Helm documentation merged-sha output support, and related workflow maintenance.

Breaking changes

There is no breaking change.

What's Changed

  • fix(release/plan): pass github token to check tag process script by @neilime in #397
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #399
  • build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #398
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #400

Full Changelog: 0.26.0...0.26.1

0.26.0

26 May 12:27

Choose a tag to compare

Release Summary

Release workflows were streamlined for improved publishing automation.
The release-actions scope now supports the extra-badges input, and actions/workflows documentation was refreshed.

Internal dependency updates were applied across npm packages and GitHub Actions.

Breaking change(s)

There is no breaking change.

What's Changed

  • build(deps): Bump the npm-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #387
  • build(deps): Bump the github-actions-dependencies group across 7 directories with 6 updates by @dependabot[bot] in #386
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #388
  • feat: improve release workflow with streamlined actions by @neilime in #389
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #390
  • feat(release-actions): add support for extra-badges input by @neilime in #391
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #392
  • build(deps): Bump release-drafter/release-drafter from 7.3.0 to 7.3.1 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #393
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #394
  • build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #395
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #396

Full Changelog: 0.25.0...0.26.0

0.25.0

21 May 09:52

Choose a tag to compare

Release Summary

This release adds a new release/summarize-changelog action and introduces a release option to skip release creation when no changes are detected.

Internal updates include dependency bumps across npm packages and GitHub Actions, plus refreshed actions and workflows documentation.

Breaking change(s)

There is no breaking change.

What's Changed

  • feat: add release/summarize-changelog action by @Copilot in #342
  • build(deps): Bump the npm-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #381
  • build(deps): Bump the github-actions-dependencies group across 8 directories with 9 updates by @dependabot[bot] in #382
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #383
  • feat(release): add skip-if-no-changes input to prevent release creation without changes by @neilime in #384
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #385

Full Changelog: 0.24.0...0.25.0

0.24.0

19 May 23:18

Choose a tag to compare

Release Summary

This release adds a release workflow recommendation and refreshes the actions and workflows documentation.

Internal maintenance updates devcontainer Docker-in-Docker to 3.0.0 and bumps GitHub Actions dependencies across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

  • feat: add release workflow recommandation by @neilime in #376
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #378
  • build(deps): Bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.0 by @dependabot[bot] in #377
  • build(deps): Bump the github-actions-dependencies group across 6 directories with 9 updates by @dependabot[bot] in #379
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #380

Full Changelog: 0.23.3...0.24.0

0.23.3

18 May 11:01

Choose a tag to compare

Release Summary

Public actions and workflows documentation was refreshed.

Internal GitHub Actions dependencies were updated, including ci-dokumentor, pull-request-comment-trigger, and related grouped dependency bumps.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #370
  • build(deps): Bump hoverkraft-tech/ci-dokumentor from 0.2.2 to 0.3.0 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #371
  • build(deps): Bump the github-actions-dependencies group across 2 directories with 4 updates by @dependabot[bot] in #372
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #373
  • build(deps): Bump shanegenschaw/pull-request-comment-trigger from 3.0.0 to 3.0.1 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #374
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #375

Full Changelog: 0.23.2...0.23.3

0.23.2

04 May 08:41

Choose a tag to compare

Release Summary

Actions and workflows documentation was updated to reflect current usage.

Internal GitHub Actions dependencies were bumped.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #368
  • build(deps): Bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #369

Full Changelog: 0.23.1...0.23.2