Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
- Require min/max replicas on interactive mode iff existing machinepool autoscaling is disabled
- addon: Support addon uninstallation form cluster
- addons: Support add-on installation parameters
- add openshift version to describe output
  • Loading branch information
vkareh committed Jan 15, 2021
1 parent a960e79 commit f8064ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.1.5 Jan 15 2021

- Require min/max replicas on interactive mode iff existing machinepool autoscaling is disabled
- addon: Support addon uninstallation form cluster
- addons: Support add-on installation parameters
- add openshift version to describe output

== 0.1.4 Jan 6 2021

- Adding Orange team members to OWNERS file
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.1.4"
const Version = "0.1.5"

0 comments on commit f8064ff

Please sign in to comment.