Skip to content

Releases: hoverkraft-tech/ci-github-common

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

0.30.0

20 Nov 18:48

Choose a tag to compare

Release Summary

Documentation for actions and workflows has been updated. 

Internal: GitHub Actions dependencies were updated across workflows. 

Breaking change(s)

actions/checkout v6 changes credential persistence and may require Actions Runner v2.329.0 for container-action scenarios, and actions/github-script v8 requires Actions Runner v2.327.1; review upstream release notes before upgrading. 

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #411

Full Changelog: 0.29.0...0.30.0

0.29.0

20 Nov 13:15

Choose a tag to compare

Release Summary

Introduces the parse-ci-reports action to aggregate CI/CD reports.

Internal updates include refreshed documentation for actions/workflows and dependency bumps (e.g., fast-xml-parser and GitHub Actions groups).

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #407
  • feat: add parse-ci-reports action for CI/CD report aggregation by @Copilot in #408
  • chore(deps): bump fast-xml-parser from 4.5.3 to 5.3.2 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #409
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #410

Full Changelog: 0.28.2...0.29.0

0.28.2

17 Nov 12:46

Choose a tag to compare

Release Summary

Documentation for GitHub Actions and workflows has been refreshed for clarity and up-to-date guidance.

Internal: dependencies for GitHub Actions were bumped across one directory via Dependabot.

Breaking change(s)

No breaking changes.

What's Changed

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

Full Changelog: 0.28.1...0.28.2

0.28.1

12 Nov 06:13

Choose a tag to compare

Release Summary

Public: documentation for actions and workflows has been refreshed and clarified.

Internal: CI checks were re-enabled and permissions tightened, GitHub Actions dependencies were updated.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #395
  • chore: delete SYNC_DOCS_IMPROVEMENTS.md by @neilime in #396
  • ci: re-enable CI checks by @neilime in #397
  • ci: improve workflow permissions by @neilime in #398
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #399
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #400
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #403

Full Changelog: 0.28.0...0.28.1

0.28.0

31 Oct 22:09

Choose a tag to compare

Release Summary

linter: Ratchet updated to 0.11.4.
semantic-pull-request: Workflow concurrency rule improved.

Internal changes: synced docs, integrated the sync-docs workflow, and bumped GitHub Actions dependencies.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #383
  • fix(semantic-pull-request): enhance workflow concurrency rule by @neilime in #385
  • feat(linter): update ratchet from 0.11.3 to 0.11.4 by @neilime in #387
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #391
  • ci: integrate sync-docs workflow by @Copilot in #388
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #393
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #392
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 3 updates by @dependabot[bot] in #394

New Contributors

  • @Copilot made their first contribution in #388

Full Changelog: 0.27.0...0.28.0