Skip to content

Commit

Permalink
chore: release 0.3.1 (#12)
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 14, 2023
1 parent db220be commit 68eb92c
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.3.1](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.3.0...v0.3.1) (2023-07-14)


### Bug Fixes

* add missing output to the action.yaml ([db220be](https://github.com/camptocamp/helm-dependency-upgrade-action/commit/db220be7f54112bfeb66b61f4fca5658b05af837))

## [0.3.0](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.2.1...v0.3.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.3.0" # x-release-please-version
PROGRAM_VERSION = "0.3.1" # x-release-please-version
DEFAULT_UPGRADE_STRATEGY = "minor"

parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 68eb92c

Please sign in to comment.