diff --git a/CHANGES.md b/CHANGES.md index 881d64a19..12b489931 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,10 +3,17 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.290 +- Update to model 0.0.229 + - Add Addon Management models + - Add GCP Encryption Keys to cluster model +- Add client for Fleet Management service +- Add client for Addons Management service + ## 0.1.289 - Update to model 0.0.228 - Add hypershift endpoint with its ManagementCluster. - - Align hypershift case usage. + - Align hypershift case usage. - [Hypershift] Expose /manifests - Added expiry setting to managed service clusters. - Added Manifests to external_configuration. @@ -25,7 +32,7 @@ SDK. ## 0.1.286 - Update to model 0.0.220: - - Add `ManagedBy` property in RoleBinding type + - Add `ManagedBy` property in RoleBinding type ## 0.1.285 - Update to model 0.0.219: @@ -47,15 +54,15 @@ SDK. ## 0.1.281 - Update to model 0.0.214: - - Add locator `label` to Generic Labels resource. + - Add locator `label` to Generic Labels resource. ## 0.1.280 - Update to model 0.0.213: - - Add update function to provision shard API. + - Add update function to provision shard API. ## 0.1.279 - Update to model 0.0.212: - - Add status to provision shard API. + - Add status to provision shard API. ## 0.1.278 - Update to model 0.0.211: @@ -209,8 +216,8 @@ SDK. ## 0.1.250 Mar 14 2022 -- Update to model 0.0.181: - - Add aws sts policy +- Update to model 0.0.181: + - Add aws sts policy - Add ReleaseImage to Version ## 0.1.249 Mar 9 2022 @@ -250,7 +257,7 @@ SDK. ## 0.1.244 Mar 02 2022 - Update to model 0.0.176 - adding new endpoint for 'environment' - + ## 0.1.243 Mar 02 2022 - Update to model 0.0.175 - adding new apis for addon config attribute @@ -265,7 +272,7 @@ SDK. ## 0.1.241 Feb 11 2022 -- Update to model 0.0.173: +- Update to model 0.0.173: - addons: Support attributes necessary for STS. - Add ProductIds param to Status Resource. - Add Role bindings to Subscription. @@ -378,7 +385,7 @@ SDK. ## 0.1.225 Dec 19 2021 -- MatchJQ should require at least one result +- MatchJQ should require at least one result - Update to model 0.0.158: - Adding subnetworks to vpc inquiry - Add statuses path to service model, add some comments. @@ -440,7 +447,7 @@ development and build workflows: - Update to model 0.0.152 - Update type `resource` to `clusterResources` - Revert "Add Name field to LDAP identity provider" - - Remove addon install mode `singleNamespace` + - Remove addon install mode `singleNamespace` - Add addon install mode `ownNamespace` - Add channel to addon version class diff --git a/version.go b/version.go index b7f3b7b79..b8c1a4c09 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.289" +const Version = "0.1.290"