diff --git a/.changelogs/released/0.5.2/ReleaseInfo b/.changelogs/released/0.5.2/ReleaseInfo new file mode 100644 index 0000000..e2ec5f0 --- /dev/null +++ b/.changelogs/released/0.5.2/ReleaseInfo @@ -0,0 +1,2 @@ +isprerelease: false +releasedate: "2021-02-01" diff --git a/.changelogs/unreleased/develop-KVflDaeN b/.changelogs/released/0.5.2/develop-KVflDaeN similarity index 100% rename from .changelogs/unreleased/develop-KVflDaeN rename to .changelogs/released/0.5.2/develop-KVflDaeN diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b52fe..1b5f01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## 0.5.2 (2021-02-01) + +### Fixed (1 change) +- Fix showing incorrect App Version in multi-repo table view + + ## 0.5.1 (2021-02-01) ### Changed (1 change) diff --git a/plugin.yaml b/plugin.yaml index 685d1f0..bb8b2de 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "whatup" -version: "0.5.1" +version: "0.5.2" usage: "checks if installed charts are out of date" description: "Checks if installed charts are out of date against the Helm repositories." command: "$HELM_PLUGIN_DIR/bin/helm-whatup"