Skip to content

Commit

Permalink
Merge pull request #866 from machi1990/release/0.1.382
Browse files Browse the repository at this point in the history
Release 0.1.382
  • Loading branch information
gdbranco authored Nov 3, 2023
2 parents a3d1614 + f474ef3 commit 9fc592c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.382
- Update model version to v0.0.335
- Add `doc_references` field in `LogEntry`
- Add tags to subnet network verification resource

- Update model version to v0.0.334
- Add Search method to status_board status_updates model

## 0.1.381
- Update model version to v0.0.333
- Add `/api/clusters_mgmt/v1/clusters/{id}/kubelet_config` endpoint
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.381"
const Version = "0.1.382"

0 comments on commit 9fc592c

Please sign in to comment.