Skip to content

Commit

Permalink
chore: release 0.4.1 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 9, 2023
1 parent ca7538a commit 70209d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/camptocamp/helm-dependency-update-action/compare/v0.4.0...v0.4.1) (2023-08-09)


### Bug Fixes

* add support for charts indexes containing the v prefix in version ([#16](https://github.com/camptocamp/helm-dependency-update-action/issues/16)) ([ca7538a](https://github.com/camptocamp/helm-dependency-update-action/commit/ca7538a308b6a6f92aec038ba3f5c15999ae47da))

## [0.4.0](https://github.com/camptocamp/helm-dependency-update-action/compare/v0.3.3...v0.4.0) (2023-07-14)


Expand Down
2 changes: 1 addition & 1 deletion helm_dependency_bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import traceback
import yaml

PROGRAM_VERSION = "0.4.0" # x-release-please-version
PROGRAM_VERSION = "0.4.1" # x-release-please-version
DEFAULT_UPGRADE_STRATEGY = "minor"

parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 70209d1

Please sign in to comment.