Skip to content

Commit

Permalink
chore: release 0.1.5 (#8)
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 Jul 5, 2023
1 parent 2719816 commit 6c021cf
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.1.5](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.1.4...v0.1.5) (2023-07-05)


### Bug Fixes

* revert "fix: remove the output as it was posing more problems than solutions" ([2719816](https://github.com/camptocamp/helm-dependency-upgrade-action/commit/27198169a677216b417125430463d450b82b82f8))

## [0.1.4](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.1.3...v0.1.4) (2023-07-05)


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

PROGRAM_VERSION = "0.1.4" # x-release-please-version
PROGRAM_VERSION = "0.1.5" # x-release-please-version
DEFAULT_UPGRADE_STRATEGY = "minor"

parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 6c021cf

Please sign in to comment.