Skip to content

Latest commit

 

History

History
350 lines (212 loc) · 17.8 KB

CHANGELOG.md

File metadata and controls

350 lines (212 loc) · 17.8 KB

Action Stars Helm Workflows for GitHub Actions Changelog

Note

All notable changes to this project will be documented in this file; the format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Updated actions/attest-build-provenance from 2.1.0 to 2.2.0. (#68) @dependabot
  • Updated actions/setup-python from 5.3.0 to 5.4.0. (#69) @dependabot
  • Updated sigstore/cosign-installer from 3.7.0 to 3.8.0. (#70) @dependabot

v0.7.0 - 2025-01-20

Changed

  • Updated helm/chart-releaser-action from 1.6.0 to 1.7.0. (#67) @dependabot
  • Updated helm/chart-testing-action from 2.6.1 to 2.7.0. (#67) @dependabot

v0.6.6 - 2025-01-02

Changed

  • Updated actions/attest-build-provenance from 2.0.1 to 2.1.0. (#66) @dependabot
  • Updated helm/kind-action from 1.10.0 to 1.12.0. (#66) @dependabot

v0.6.5 - 2024-12-08

Changed

  • Updated actions/attest-build-provenance from 1.4.3 to 2.0.1. (#62 & #63) @dependabot

v0.6.4 - 2024-10-28

Changed

  • Updated actions/checkout from 4.2.1 to 4.2.2. (#60) @dependabot
  • Updated actions/setup-python from 5.2.0 to 5.3.0. (#60) @dependabot

v0.6.3 - 2024-10-14

Changed

  • Updated actions/checkout from 4.2.0 to 4.2.1. (#59) @dependabot

v0.6.2 - 2024-10-07

Changed

  • Updated actions/attest-build-provenance from 1.4.1 to 1.4.3. (#54 & #56) @dependabot
  • Updated actions/setup-python from 5.1.1 to 5.2.0. (#55) @dependabot
  • Updated actions/checkout from 4.1.7 to 4.2.0. (#58) @dependabot
  • Updated sigstore/cosign-installer from 3.6.0 to 3.7.0. (#58) @dependabot

v0.6.1 - 2024-08-13

Changed

  • Updated sigstore/cosign-installer from 3.5.0 to 3.6.0. (#52) @dependabot

v0.6.0 - 2024-08-13

Added

Changed

  • Updated actions/setup-python from 5.1.0 to 5.1.1. (#48) @dependabot
  • Updated docker/login-action from 3.2.0 to 3.3.0. (#50) @dependabot

v0.5.5 - 2024-07-12

Added

  • Added helm_docs_args input to support customising the helm-docs usage. (#47) @stevehipwell

Changed

  • Updated action-stars/install-tool-from-github-release from 0.2.3 to 0.2.4. (#46) @dependabot

v0.5.4 - 2024-06-17

Changed

  • Updated actions/checkout from 4.1.6 to 4.1.7. (#44) @dependabot
  • Updated imjasonh/setup-crane from 0.3 to 0.4. (#44) @dependabot

v0.5.3 - 2024-06-10

Changed

  • Updated actions/checkout from 4.1.4 to 4.1.6. (#41 & #42) @dependabot
  • Updated action-stars/install-tool-from-github-release from 0.2.2 to 0.2.3. (#41) @dependabot
  • Updated docker/login-action from v3.1.0 to v3.2.0. (#43) @dependabot

v0.5.2 - 2024-04-29

Changed

  • Updated actions/checkout from 4.1.3 to 4.1.4. (#39) @dependabot
  • Updated helm/kind-action from 1.9.0 to 1.10.0. (#39) @dependabot

Fixed

  • Fixed incorrect release notes file. (#40) @stevehipwell

v0.5.1 - 2024-04-22

Changed

  • Updated actions/checkout from v4.1.2 to 4.1.3. (#38) @dependabot

v0.5.0 - 2024-04-22

Changed

  • Simplified Artifact Hub config push to use reproducible build patterns. (#37) @stevehipwell

Fixed

  • Fixed Artifact Hub config push to work on more registries. (#37) @stevehipwell

v0.4.0 - 2024-04-19

Added

  • Added support for removing unwanted wrapping links from CHANGELOG authors before writing release notes. (#34) @stevehipwell
  • Added support for setting the Artifact hub config file name. (#35) @stevehipwell

Changed

  • Updated action-stars/generic-workflows from 0.1.0 to 0.2.0. (#36) @dependabot
  • Updated Azure/setup-helm from 4.1.0 to 4.2.0. (#36) @dependabot

v0.3.5 - 2024-04-15

Changed

  • Updated actions/setup-python from 5.0.0 to 5.1.0. (#30) @dependabot
  • Updated sigstore/cosign-installer from 3.4.0 to 3.5.0. (#32) @dependabot
  • Updated Azure/setup-helm from 3.5 to 4.1.0. (#33) @dependabot

Fixed

  • Fixed Artifact Hub config delete logic when the config value has changed. (#31) @stevehipwell

v0.3.4 - 2024-03-25

Changed

  • Updated actions/checkout from v4.1.1 to v4.1.2. (#29) @dependabot
  • Updated docker/login-action from v3.0.0 to v3.1.0. (#29) @dependabot

Fixed

v0.3.3 - 2024-03-11

Changed

  • Updated helm/kind-action from 1.8.0 to 1.9.0. (#25) @dependabot
  • Updated mindsers/changelog-reader-action from 2.2.2 to 2.2.3. (#27) @dependabot

Fixed

  • Fixed the tag SHA for charts released from non-default branches. (#26) @stevehipwell

v0.3.2 - 2024-02-07

Changed

  • Updated sigstore/cosign-installer from 3.3.0 to 3.4.0. (#24) @dependabot

v0.3.1 - 2024-01-31

Changed

  • Updated action-stars/install-tool-from-github-release from 0.2.1 to 0.2.2. (#23) @dependabot

v0.3.0 - 2024-01-23

Added

  • Added support for checking if a chart has already been released and not attempting to re-release it. (#22) @stevehipwell
  • Added new release_name_version_prefix input to replace release_name_template to constrain the release name. (#22) @stevehipwell

Removed

v0.2.0 - 2024-01-11

Added

  • Added support for validating the CHANGELOG by setting changelog to true in the validate workflow. (#21) @stevehipwell

Changed

  • Updated action-stars/install-tool-from-github-release from 0.2.0 to 0.2.1. (#18) @dependabot
  • Updated actions/setup-python from 4.7.1 to 5.0.0. (#19) @dependabot
  • Updated sigstore/cosign-installer from 3.2.0 to 3.3.0. (#20) @dependabot
  • Updated actions/setup-go from 4.1.0 to 5.0.0. (#20) @dependabot

v0.1.13 - 2023-11-10

Changed

  • Updated sigstore/cosign-installer from v3.1.2 to v3.2.0.

v0.1.12 - 2023-11-06

Changed

  • Updated helm/chart-releaser-action from v1.6.0 to v1.6.1.

v0.1.11 - 2023-11-03

Changed

  • Updated helm/chart-releaser-action from v1.5.0 to v1.6.0.

v0.1.10 - 2023-10-31

Changed

  • Updated helm/chart-testing-action from v2.5.0 to v2.6.0.
  • Removed explicit chart-testing version override.

v0.1.9 - 2023-10-31

Fixed

  • Fixed Error: targetBranch 'main' does not exist error by reverting chart-testing to v3.8.0.

v0.1.8 - 2023-10-31

Changed

  • Updated helm/chart-testing-action from v2.4.0 to v2.5.0.

v0.1.7 - 2023-10-20

Changed

  • Updated actions/checkout from v4.1.0 to v4.1.1.

Fixed

  • Fixed helm-docs artifact name.

v0.1.6 - 2023-10-03

Changed

  • Updated actions/setup-python from v4.7.0 to v4.7.1.

v0.1.5 - 2023-09-25

Changed

  • Updated actions/checkout from v4.0.0 to v4.1.0.

v0.1.4 - 2023-09-25

Changed

  • Updated docker/login-action from v2.2.0 to v3.0.0.

Fixed

  • Fixed helm-docs artifact name.

v0.1.3 - 2023-09-04

Changed

  • Updated actions/checkout from v3.6.0 to v4.0.0.
  • Updated sigstore/cosign-installer from v3.1.1 to v3.1.2.

v0.1.2 - 2023-09-01

Changed

  • Updated actions/checkout from v3.5.3 to v3.6.0.
  • Updated actions/setup-pyton from v4.6.1 to v4.7.0.

v0.1.1 - 2023-08-16

Fixed

  • Fixed Kubeconform versions input typo.

v0.1.0 - 2023-07-13

Added

  • Initial release.