diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb09254..927cb60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog: +# v0.2.31 + +### Features +* Added `--force` flag to the `repo uninstall` command which allows you to skip failed steps in the uninstall process to ensure a clean cluster. [#243](https://github.com/argoproj-labs/argocd-autopilot/pull/243) + +### Bug Fixes +* Fixed "already up-to-date" error when trying to bootstrap on a different branch. [#243](https://github.com/argoproj-labs/argocd-autopilot/pull/243) + # v0.2.30 ### Features diff --git a/Makefile b/Makefile index bb375149..6d35d7d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.2.30 +VERSION=v0.2.31 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index f4565b56..c777ade2 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,8 +1,11 @@ ### Features -* Added bootstrap apps labels. [#235](https://github.com/argoproj-labs/argocd-autopilot/pull/235) +* Added `--force` flag to the `repo uninstall` command which allows you to skip failed steps in the uninstall process to ensure a clean cluster. [#243](https://github.com/argoproj-labs/argocd-autopilot/pull/243) + +### Bug Fixes +* Fixed "already up-to-date" error when trying to bootstrap on a different branch. [#243](https://github.com/argoproj-labs/argocd-autopilot/pull/243) ### Contributors: -- Elad Laor ([@elad-codefresh](https://github.com/elad-codefresh)) +- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh)) ## Installation: