Skip to content

Commit

Permalink
Release 0.1.33
Browse files Browse the repository at this point in the history
The more relevant changes in the new version are the following:

- Update to SDK 0.1.78.
- Add quota resource name.
- Tighten up list output.
- Remove redundant `href` column from organization list.
- Add parameter usage example.
- Add organization details to account status command.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Jan 8, 2020
1 parent 328911e commit ad35d0d
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
`ocm` command line tool.

== 0.1.33 Jan 8 2020

- Update to SDK 0.1.78.
- Add quota resource name.
- Tighten up list output.
- Remove redundant `href` column from organization list.
- Add parameter usage example.
- Add organization details to account status command.

== 0.1.32 Dec 12 2019

- Add shortcuts for role bindings and resource quota.
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.32"
const Version = "0.1.33"

0 comments on commit ad35d0d

Please sign in to comment.