Skip to content

Releases: hoverkraft-tech/ci-github-common

0.31.7

30 Jan 17:50

Choose a tag to compare

Release Summary

Documentation has been refreshed for actions and workflows, improving clarity for end users.

Internal maintenance updated GitHub Actions dependencies across multiple directories to keep CI up to date.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #458
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #459
  • chore: bump the github-actions-dependencies group across 2 directories with 6 updates by @dependabot[bot] in #462
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #463
  • chore: bump the github-actions-dependencies group across 4 directories with 4 updates by @dependabot[bot] in #464

Full Changelog: 0.31.6...0.31.7

0.31.6

19 Dec 13:27

Choose a tag to compare

Release Summary

No user-facing changes in this release.

Internal: resolved lint issues to standardize code quality, refreshed actions/workflows documentation, and bumped GitHub Actions dependencies in 2 directories to keep CI stable.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #453
  • chore: fix lint issues by @neilime in #454
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #455
  • chore: bump the github-actions-dependencies group across 2 directories with 4 updates by @dependabot[bot] in #457

Full Changelog: 0.31.5...0.31.6

0.31.5

19 Dec 07:21

Choose a tag to compare

Release Summary

Documentation for actions and workflows has been refreshed to improve clarity and usage guidance.

Internal: GitHub Actions dependencies were updated across multiple directories and fast-xml-parser was patched to 5.3.3 in actions/parse-ci-reports to pick up bug fixes and performance improvements.

Breaking change(s)

No breaking changes were introduced

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #446
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #450
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #451
  • chore(deps): bump fast-xml-parser from 5.3.2 to 5.3.3 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #449
  • chore(deps): bump the github-actions-dependencies group across 4 directories with 3 updates by @dependabot[bot] in #452

Full Changelog: 0.31.4...0.31.5

0.31.4

09 Dec 23:01

Choose a tag to compare

Release Summary

Actions and workflows documentation was updated for clarity.

Internal: GitHub Actions dependencies were bumped across several directories.

Breaking change(s)

There are no breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #443
  • chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates by @dependabot[bot] in #444
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #445

Full Changelog: 0.31.3...0.31.4

0.31.3

03 Dec 07:55

Choose a tag to compare

Release Summary

No public changes.

Internal: updated actions/workflows documentation and bumped GitHub Actions dependencies in one directory.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #438
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #442

Full Changelog: 0.31.2...0.31.3

0.31.2

01 Dec 08:13

Choose a tag to compare

Release Summary

Fix (parse-ci-reports): broadened support for content patterns in Astro check reports to improve parsing reliability.
No internal changes.

Breaking change(s)

No breaking changes.

What's Changed

  • fix(parse-ci-reports): supports more content patterns for astro check report by @neilime in #437

Full Changelog: 0.31.1...0.31.2

0.31.1

28 Nov 08:35

Choose a tag to compare

Release Summary

No new features or bug fixes were introduced in this release.

Internal changes: documentation for actions and workflows was refreshed, and parse-ci-reports was refactored so auto-detection patterns are provided by individual parsers.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #431
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #432
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #433
  • refactor(parse-ci-reports): auto-detection patterns to be provided by parsers by @Copilot in #435
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #436

Full Changelog: 0.31.0...0.31.1

0.31.0

27 Nov 10:43

Choose a tag to compare

Release Summary

Feature: introduces the local-workflow-actions action to simplify using local composite actions. Fix (checkout): default persist-credentials is now false to harden security and prevent unintended token persistence.

Internal: documentation for actions and workflows has been refreshed.

Breaking change(s)

The checkout step now sets persist-credentials: false by default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #424
  • fix(checkout)!: set persist-credentials to false by default for security reason by @neilime in #425
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #426
  • feat: add local-workflow-actions action by @neilime in #427
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #430

Full Changelog: 0.30.2...0.31.0

0.30.2

24 Nov 11:28

Choose a tag to compare

Release Summary

parse-ci-reports: adds support for Prettier and Astro check outputs and improves the Markdown report for clearer, broader reporting coverage.
parse-ci-reports: fixes report discovery by excluding node_modules from search patterns to avoid noisy matches.

Public vs internal separation:

Internal: documentation updated for actions/workflows and GitHub Actions dependencies bumped.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #417
  • feat(parce-ci-reports): improve markdown report by @neilime in #418
  • feat(parse-ci-reports): add support for prettier check output by @neilime in #419
  • fix(parse-ci-reports): Exclude node_modules from report file search patterns by @Copilot in #421
  • feat(parse-ci-reports): add support for astro check output by @neilime in #422
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #423

Full Changelog: 0.30.1...0.30.2

0.30.1

21 Nov 17:02

Choose a tag to compare

Release Summary

Feature (parse-ci-reports): added a working directory input to control where reports are parsed, improving flexibility for varied repo layouts.

Internal changes: fine-grained permissions were improved and documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #413
  • chore: improve fine grained permissions by @neilime in #415
  • feat(parse-ci-reports): add working directory input by @neilime in #416

Full Changelog: 0.30.0...0.30.1