Skip to content

Releases: hoverkraft-tech/ci-github-common

0.21.0

26 Mar 18:54

Choose a tag to compare

Release Summary

This release introduces an enhancement to the linter that adds annotations for action pinning errors, improving clarity and feedback during CI runs. Documentation has been updated to reflect the current actions and workflows. Additionally, dependencies for GitHub publish actions were upgraded to version 0.4.0 for improved stability and features.

No breaking changes were introduced in this release.

What's Changed

  • chore(deps): bump hoverkraft-tech/ci-github-publish from 0.3.2 to 0.4.0 in the github-actions-dependencies group across 1 directory by @dependabot in #314
  • docs: update actions and workflows documentation by @hoverkraft-bot in #315
  • feat(linter): add annotation from action pinning errors by @neilime in #316

Full Changelog: 0.20.0...0.21.0

0.20.0

25 Mar 16:13

Choose a tag to compare

Release Summary

This release introduces two new features: signed commits for the create-and-merge-pull-request action and a merged configuration for linter-related actions under a unified linter scope. Documentation has been updated to reflect recent changes in actions and workflows. Dependency versions managed by GitHub Actions have been bumped to ensure compatibility and security improvements.

There are no breaking changes in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #310
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot in #309
  • feat(create-and-merge-pull-request): sign commit by @neilime in #311
  • docs: update actions and workflows documentation by @hoverkraft-bot in #312
  • feat(linter): merge linter-actions into linter by @neilime in #313

Full Changelog: 0.19.0...0.20.0

0.19.0

24 Mar 13:35

Choose a tag to compare

Release Summary

This release introduces a new feature adding a linter for GitHub Actions workflows, enhancing validation and consistency. Documentation related to actions and workflows has been updated for improved clarity. CI improvements were made to strengthen versioning security. Additionally, dependencies have been updated.

No breaking changes were reported in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #304
  • chore(deps): bump hoverkraft-tech/ci-github-publish from 0.2.0 to 0.3.2 in the github-actions-dependencies group across 1 directory by @dependabot in #305
  • ci: improve versioning security by @neilime in #306
  • docs: update actions and workflows documentation by @hoverkraft-bot in #307

Full Changelog: 0.18.0...0.19.0

0.18.0

14 Mar 09:15

Choose a tag to compare

Release Summary

This release introduces support for Kubernetes custom resources in the linter, enhancing flexibility in configuration validation. Additionally, dependencies for GitHub Actions have been updated to improve stability and security. Documentation has been refreshed to reflect recent workflow changes.

What's Changed

  • chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 in /actions/create-and-merge-pull-request in the github-actions-dependencies group across 1 directory by @dependabot in #300
  • docs: update actions and workflows documentation by @hoverkraft-bot in #301
  • chore(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in /actions/create-and-merge-pull-request in the github-actions-dependencies group across 1 directory by @dependabot in #302
  • feat(linter): add support for Kubernetes custom resources by @neilime in #303

Full Changelog: 0.17.0...0.18.0

0.17.0

09 Feb 08:04

Choose a tag to compare

Release Summary

This release introduces an optional token for checkout and comment-pr, enhancing flexibility in authentication workflows. Documentation for actions and workflows has been updated for improved clarity. Additionally, dependencies for hoverkraft-tech/ci-github-publish have been upgraded from 0.1.1 to 0.2.0.

No breaking changes were introduced in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #296
  • chore(deps): bump hoverkraft-tech/ci-github-publish from 0.1.1 to 0.2.0 in the github-actions-dependencies group across 1 directory by @dependabot in #297
  • feat: optional token in checkout and in comment-pr by @NikitaCOEUR in #298
  • docs: update actions and workflows documentation by @hoverkraft-bot in #299

New Contributors

Full Changelog: 0.16.1...0.17.0

0.16.1

27 Jan 08:31

Choose a tag to compare

Release Summary

This release includes updated documentation for actions and workflows, improving clarity and usability. Additionally, dependencies have been updated with a version bump for hoverkraft-tech/ci-github-publish from 0.1.0 to 0.1.1, ensuring compatibility and stability across the affected directory.

No breaking changes are introduced in this release.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #294
  • chore(deps): bump hoverkraft-tech/ci-github-publish from 0.1.0 to 0.1.1 in the github-actions-dependencies group across 1 directory by @dependabot in #295

Full Changelog: 0.16.0...0.16.1

0.16.0

06 Jan 09:43

Choose a tag to compare

Release Summary

This release introduces a major update: the "release-actions" workflow has been moved to a new dedicated repository ci-github-publish, designed to streamline release, deployment, and publishing processes. Documentation has been updated to reflect these changes, and various dependency updates have been made for improved reliability and compatibility.

Breaking changes

  • The "release-actions" workflow has been relocated to a new repository ci-github-publish. Users relying on this workflow must update their configurations to point to the new repository to ensure continued functionality:
jobs:
  release:
-    uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@x.x.x
+    uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@x.x.x

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #286
  • chore(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 in the github-actions-dependencies group across 1 directory by @dependabot in #287
  • chore(deps): bump tj-actions/changed-files from 45.0.3 to 45.0.4 in the github-actions-dependencies group across 1 directory by @dependabot in #288
  • chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 in the github-actions-dependencies group across 1 directory by @dependabot in #289
  • feat!: transfer release actions workflow by @neilime in #290
  • docs: update actions and workflows documentation by @hoverkraft-bot in #291
  • chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in /actions/create-and-merge-pull-request in the github-actions-dependencies group across 1 directory by @dependabot in #293

Full Changelog: 0.15.0...0.16.0

0.15.0

20 Sep 11:25

Choose a tag to compare

This release includes documentation updates and dependency upgrades. The documentation for actions and workflows has been updated. Various dependencies for GitHub actions and Docker configurations have been bumped to ensure compatibility and improved functionality.

No breaking changes have been introduced.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #276
  • chore(deps): bump tj-actions/changed-files from 44.5.5 to 44.5.6 in the github-actions-dependencies group across 1 directory by @dependabot in #278
  • chore(deps): bump tj-actions/changed-files from 44.5.6 to 44.5.7 in the github-actions-dependencies group across 1 directory by @dependabot in #279
  • chore(deps): bump super-linter/super-linter from slim-v6 to slim-v7 in the docker-dependencies group by @dependabot in #281
  • chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot in #282
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot in #285

Full Changelog: 0.14.0...0.15.0

0.14.0

26 Jun 08:44

Choose a tag to compare

Release summary

Breaking Changes

  • feat!: Removed generate-dependabot-config workflow. Shoud be replaced by directories option

New Features

  • docs: Updated actions and workflows documentation.

Dependency Updates

  • Bumped tj-actions/changed-files from 44.5.2 to 44.5.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #271
  • chore(deps): bump tj-actions/changed-files from 44.5.2 to 44.5.3 in the github-actions-dependencies group by @dependabot in #272
  • chore(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in /actions/create-and-merge-pull-request in the github-actions-dependencies group by @dependabot in #273
  • chore(deps): bump tj-actions/changed-files from 44.5.3 to 44.5.5 in the github-actions-dependencies group across 1 directory by @dependabot in #274
  • feat!: remove generate-dependabot-config workflow by @neilime in #275

Full Changelog: 0.13.3...0.14.0

0.13.3

18 Jun 11:13

Choose a tag to compare

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #262
  • chore: fix lint issues by @neilime in #270
  • chore(deps): bump tj-actions/changed-files from 44.0.1 to 44.5.2 in the github-actions-dependencies group across 1 directory by @dependabot in #269
  • chore(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.5 in /actions/create-and-merge-pull-request in the github-actions-dependencies group across 1 directory by @dependabot in #266

Full Changelog: 0.13.2...0.13.3