Skip to content

Commit

Permalink
Merge pull request #959 from philipwu08/release-1422
Browse files Browse the repository at this point in the history
OCM-7288 | chore: release v0.1.422
  • Loading branch information
lucasponce authored May 30, 2024
2 parents 002eb7b + 70ccae4 commit d0bf924
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.422
- Update model version v0.0.375
- Add `ManagementUpgrade` parameters to the `NodePool` model to support additional upgrade configuration.
- Support server name inference for regionalized OCM redirects
- Add `AdditionalAllowedPrincipals` to `AWS` type to support additional allowed principal ARNs to be added to the hosted control plane's VPC Endpoint Service.

## 0.1.421
- Update model version v0.0.374
- Add `CreationTimestamp` and `LastUpdateTimestamp` to `RolePolicyBinding` type
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.421"
const Version = "0.1.422"

0 comments on commit d0bf924

Please sign in to comment.