Skip to content

Commit

Permalink
release v0.2.31 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh authored Mar 14, 2022
1 parent f3823d3 commit ed497e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.2.30
VERSION=v0.2.31
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
7 changes: 5 additions & 2 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit ed497e8

Please sign in to comment.