Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
- refactor(init): verify permissions for osdccsadmin using ValidateSCP
- machinepools: Support full CRUD operations for machine pools
- Added validation for name
- Added Details Page Link
- machinepool: Allow managing 'default' machinepool
- Rotate osdCcsAdmin credentails on creation of each cluster (#118)
  • Loading branch information
vkareh committed Nov 5, 2020
1 parent 685e391 commit 7fc84e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.1.1 Nov 5 2020

- refactor(init): verify permissions for osdccsadmin using ValidateSCP
- machinepools: Support full CRUD operations for machine pools
- Added validation for name
- Added Details Page Link
- machinepool: Allow managing 'default' machinepool
- Rotate osdCcsAdmin credentails on creation of each cluster (#118)

== 0.1.0 Oct 30 2020

- admin: Rename IDP to Cluster-Admin
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.0"
const Version = "0.1.1"

0 comments on commit 7fc84e3

Please sign in to comment.