Skip to content

Commit

Permalink
Merge pull request #953 from miguelsorianod/release-0.1.420
Browse files Browse the repository at this point in the history
ARO-7210 | chore: release v0.1.420
  • Loading branch information
mnecas committed May 13, 2024
2 parents f17653c + 9b48cb8 commit 44af134
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.420
- Update model version v0.0.373
- Add `subnet_resource_id` to `Azure` resource
- Add `network_security_group_resource_id to `Azure` resource

## 0.1.419
- Update model version v0.0.372
- Exposed the `/api/clusters_mgmt/v1/clusters/{id}/kubelet_configs` 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.419"
const Version = "0.1.420"

0 comments on commit 44af134

Please sign in to comment.