Skip to content

Releases: hoverkraft-tech/ci-github-common

0.34.1

10 Apr 17:29

Choose a tag to compare

Release Summary

No user-facing changes are included in this release.

Internal changes: improved how local GitHub Actions are accessed in the CI workflow.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: 0.34.0...0.34.1

0.34.0

10 Apr 16:32

Choose a tag to compare

Release Summary

This release adds a new local-actions action, expanding the reusable CI/CD tooling. It also refreshes the actions and workflows documentation to reflect the latest available automation changes.

Internally, the release includes lint cleanup and dependency maintenance updates, including fast-xml-parser bumps in actions/parse-ci-reports and a GitHub Actions dependency refresh.)

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #490
  • chore: fix lint issues by @neilime in #493
  • chore: bump fast-xml-parser from 5.5.7 to 5.5.9 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #495
  • chore: bump fast-xml-parser from 5.5.9 to 5.5.10 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #497
  • feat: add 'local-actions' action by @neilime in #498
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #500
  • chore: bump the github-actions-dependencies group across 1 directory with 1 update by @dependabot[bot] in #496

Full Changelog: 0.33.0...0.34.0

0.33.0

25 Mar 09:10

Choose a tag to compare

Release Summary

This 0.33.0 release is primarily an internal maintenance update for the shared CI GitHub Actions/workflows repository, with no user-facing feature or fix commit identified from the included changelog entries; the only public-facing change is refreshed actions and workflows documentation.

Public changes: documentation for actions and workflows was updated. Internal changes: dependency maintenance was performed across GitHub Actions dependencies in multiple directories, and fast-xml-parser for actions/parse-ci-reports was incrementally upgraded from 5.3.6 to 5.5.7 through several chore PRs.

Breaking changes

No breaking changes.

What's Changed

  • chore: bump fast-xml-parser from 5.3.6 to 5.4.1 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #481
  • chore: bump the github-actions-dependencies group across 4 directories with 6 updates by @dependabot[bot] in #480
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #482
  • chore: bump fast-xml-parser from 5.4.1 to 5.4.2 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #484
  • chore: bump fast-xml-parser from 5.4.2 to 5.5.3 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #486
  • chore: bump the github-actions-dependencies group across 2 directories with 3 updates by @dependabot[bot] in #485
  • chore: bump fast-xml-parser from 5.5.3 to 5.5.6 in /actions/parse-ci-reports by @dependabot[bot] in #487
  • chore: bump fast-xml-parser from 5.5.6 to 5.5.7 in /actions/parse-ci-reports by @dependabot[bot] in #488
  • chore: bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #489

Full Changelog: 0.32.0...0.33.0

0.32.0

17 Feb 16:29

Choose a tag to compare

Release Summary

Actions: a new working-directory option was added to make running steps from a specific folder easier.
Documentation for actions and reusable workflows was refreshed across multiple PRs.

Internal maintenance: dependency updates landed for the GitHub Actions dependency group and the fast-xml-parser package used by actions/parse-ci-reports.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #465
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #466
  • chore: bump fast-xml-parser from 5.3.3 to 5.3.4 in /actions/parse-ci-reports by @dependabot[bot] in #467
  • chore: bump fast-xml-parser from 5.3.4 to 5.3.5 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #470
  • feat(actions): add working-directory by @neilime in #471
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #474
  • chore: bump fast-xml-parser from 5.3.5 to 5.3.6 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #472
  • chore: bump the github-actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #473
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #475
  • feat(actions): add working-directory by @neilime in #476
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #477

Full Changelog: 0.31.7...0.32.0

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