Skip to content

Commit

Permalink
Release 0.1.248
Browse files Browse the repository at this point in the history
The more relevant changes in this release are the following:

- Update to model 0.0.179:
  - Fix cluster logs URL, should be `cluster_logs` instead of `cluster_logs_uuid`.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Mar 9, 2022
1 parent 5196edb commit 85a1f9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.248 Mar 9 2022

- Update to model 0.0.179:
- Fix cluster logs URL, should be `cluster_logs` instead of `cluster_logs_uuid`.

## 0.1.247 Mar 8 2022

- Update to metamodel 0.0.52:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.247"
const Version = "0.1.248"

0 comments on commit 85a1f9d

Please sign in to comment.