Skip to content

Commit f90e3d0

Browse files
authored
Merge pull request #22 from vkareh/release-0.0.2
Release v0.0.2
2 parents 073fa77 + bb57f1c commit f90e3d0

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGES.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
This document describes the relevant changes between releases of the `moactl`
44
command line tool.
55

6+
== 0.0.2 Jun 5 2020
7+
8+
- login: Update token URL
9+
- errors: Expand error messages
10+
- linter: Fix unnecessary conversion
11+
- create-cluster: Track version of moactl used for cluster creation
12+
- whoami: Prefix output with source API
13+
- logs: Allow the use of --cluster as identifier
14+
- cmd: Switch to use CreateReporterOrExit
15+
- reporter: Define CreateReporterOrExit
16+
- whoami: Fallback to JWT for account data
17+
- whoami: Add command to display account information
18+
- ocm: Get arbitrary token data
19+
- linter: Add golangci-lint configuration and fix all lint warnings
20+
- cluster: Allow the use of --cluster as identifier
21+
- list-user: Check cluster_admin_enabled before listing cluster-admins
22+
- idp: Fix command help after creating IdP
23+
- Limit API retires and set minimum throttle delay between reties
24+
625
== 0.0.1 May 27 2020
726

827
Initial pre-release of moactl. Contains the following commands:

pkg/info/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "0.0.1"
21+
const Version = "0.0.2"

0 commit comments

Comments
 (0)