Skip to content

Commit

Permalink
chore: release 0.3.3 (#14)
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 5475c56 commit 6584bf8
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.3](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.3.2...v0.3.3) (2023-07-14)


### Bug Fixes

* always output even if in dry-run ([5475c56](https://github.com/camptocamp/helm-dependency-upgrade-action/commit/5475c563119347e1c563a8c6090ab1f7d3b4c5dc))

## [0.3.2](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.3.1...v0.3.2) (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.2" # x-release-please-version
PROGRAM_VERSION = "0.3.3" # x-release-please-version
DEFAULT_UPGRADE_STRATEGY = "minor"

parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 6584bf8

Please sign in to comment.