Skip to content

Latest commit

 

History

History
126 lines (57 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

126 lines (57 loc) · 5.52 KB

Changelog

0.5.0 (2024-08-07)

Features

  • update Upgrade CLI and other dependencies (0d58dad)

0.4.1 (2023-08-09)

Bug Fixes

  • add support for charts indexes containing the v prefix in version (#16) (ca7538a)

0.4.0 (2023-07-14)

⚠ BREAKING CHANGES

  • change the naming scheme

Features

  • change the naming scheme (c321a12)

0.3.3 (2023-07-14)

Bug Fixes

  • always output even if in dry-run (5475c56)

0.3.2 (2023-07-14)

Bug Fixes

  • add management of empty exclusion variable (7f1dea5)

0.3.1 (2023-07-14)

Bug Fixes

  • add missing output to the action.yaml (db220be)

0.3.0 (2023-07-14)

Features

  • rework the output to consider all cases in a single output (fd5a89b)

Bug Fixes

  • add sort to the attribute function and small cleanup (13f351f)
  • correct the function to output new versions to README.adoc (c88c25b)

0.2.1 (2023-07-13)

Bug Fixes

  • remove separate line for description (b8e1934)

0.2.0 (2023-07-13)

Features

  • add support to generate outputs and update README.adoc (87c5777)

0.1.5 (2023-07-05)

Bug Fixes

  • revert "fix: remove the output as it was posing more problems than solutions" (2719816)

0.1.4 (2023-07-05)

Bug Fixes

  • remove the output as it was posing more problems than solutions (cf7637d)

0.1.3 (2023-07-05)

Bug Fixes

  • fix git issue with file ownership inside the workspace (9db06d0)

0.1.2 (2023-07-05)

Bug Fixes

  • correct error correction condition in entrypoint.sh (26ac098)

0.1.1 (2023-07-05)

Bug Fixes

  • fix update entrypoint.sh (8d78cf3)

0.1.0 (2023-07-04)

Features

  • small changes to docs and renamed output (7c927f2)

0.0.1 (2023-07-04)

Features

  • add first draft (19f2763)
  • add program arguments (b1a153f)
  • small improvements (0e6572f)
  • update the Python script and add first iteration of the action (d957254)