Skip to content

Commit

Permalink
Merge pull request #134 from vkareh/release_0_0_14
Browse files Browse the repository at this point in the history
Release v0.0.14
  • Loading branch information
vkareh authored Oct 8, 2020
2 parents 379f2e5 + 2171ee8 commit ad51aeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.14 Oct 8 2020

- idp: Add support for certificate bundles
- Added New Error Message Implementation
- Updated OCM SDK version
- idp: Add support for GitLab
- create-cluster: Add --dry-run flag
- init: Simulate cluster creation
- Makefile: only download go-bindata when not available
- Move main.go to moactl directory, add make install target

== 0.0.13 Sep 30 2020

- Add Provision Type and Reason for error cluster
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.0.13"
const Version = "0.0.14"

0 comments on commit ad51aeb

Please sign in to comment.