Skip to content

Commit 7be80a7

Browse files
authored
Merge pull request #863 from robpblake/ocm-3853-release-notes
OCM-3852 | chore: Release notes for SDK version 0.1.381
2 parents 2eb4c82 + 9a21f58 commit 7be80a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This document describes the relevant changes between releases of the OCM API
44
SDK.
55

6+
## 0.1.381
7+
- Update model version to v0.0.333
8+
- Add `/api/clusters_mgmt/v1/clusters/{id}/kubelet_config` endpoint
9+
- Add `KubeletConfig` struct
10+
- Update `Cluster` struct to be able to optionally embed the `KubeletConfig` struct
11+
612
## 0.1.380
713
- Update model version v0.0.332
814
- Add `AdditionalInfraSecurityGroupIds` to `AWS` type

version.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 sdk
2020

21-
const Version = "0.1.380"
21+
const Version = "0.1.381"

0 commit comments

Comments
 (0)