Skip to content

Commit

Permalink
chore: release 0.1.2 (#5)
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 26ac098 commit fca410b
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.2](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.1.1...v0.1.2) (2023-07-05)


### Bug Fixes

* correct error correction condition in entrypoint.sh ([26ac098](https://github.com/camptocamp/helm-dependency-upgrade-action/commit/26ac098a3629992745ef1635112420d4aea1054f))

## [0.1.1](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.1.0...v0.1.1) (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.1" # x-release-please-version
PROGRAM_VERSION = "0.1.2" # x-release-please-version
DEFAULT_UPGRADE_STRATEGY = "minor"

parser = argparse.ArgumentParser(
Expand Down

0 comments on commit fca410b

Please sign in to comment.