Skip to content

Commit

Permalink
OCM-7308 | chore: Added release notes for 0.1.419 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robpblake committed May 2, 2024
1 parent 21aebd9 commit 6c7ffc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.419
- Update model version v0.0.372
- Exposed the `/api/clusters_mgmt/v1/clusters/{id}/kubelet_configs` endpoint
- Added `name` field to `KubeletConfig`
- Added `kubelet_configs` field to `NodePool`

## 0.1.418
- Update model version v0.0.371
- Add Tags to the AWSMachinePool model to support custom AWS tags for day 2 creation of machine pools
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.418"
const Version = "0.1.419"

0 comments on commit 6c7ffc8

Please sign in to comment.