From 6c021cfb8d8b3a3a84ccfd2fb028ae8040db9b5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:39:49 +0200 Subject: [PATCH] chore: release 0.1.5 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ helm_dependency_bumper.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95e09e..61cb925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/helm_dependency_bumper.py b/helm_dependency_bumper.py index b1c805d..1d120d6 100644 --- a/helm_dependency_bumper.py +++ b/helm_dependency_bumper.py @@ -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(