Skip to content

Commit

Permalink
Merge pull request #783 from leseb/bump-to-0.1.343
Browse files Browse the repository at this point in the history
chore: release v0.1.343
  • Loading branch information
tzvatot authored Jun 1, 2023
2 parents 7621ab6 + 1cd80b2 commit 0b06c76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document describes the relevant changes between releases of the OCM API
SDK.
## 0.1.343
- Update model version v0.0.286
- Add MachineTypeRootVolume to MachinePool

## 0.1.342
- Update model version v0.0.285
- Changed DNS Domain from Class to a Struct.
Expand Down Expand Up @@ -101,7 +105,7 @@ SDK.
## 0.1.320
- Update to model v0.0.261
- Add `commonAnnotations` and `commonLabels` to addons
- Update to Addon structs and openapi.json for supporting
- Update to Addon structs and openapi.json for supporting
- `commonAnnotations`
- `commonLabels`

Expand Down Expand Up @@ -157,7 +161,7 @@ SDK.

## 0.1.309
- Update to model v0.0.250
- Add `Addon Inquiries API` to `addons_mgmt`
- Add `Addon Inquiries API` to `addons_mgmt`

## 0.1.308
- Update to model v0.0.249
Expand Down Expand Up @@ -198,20 +202,20 @@ SDK.
- Add `DeletedSubscriptions`
- Add `AddonCluster`
- Add `AddonStatus`

## 0.1.300
- Update PR check to include go v1.19
- Update goimports to v0.4.0
- Update to model v0.0.240
- Fix `AddonConfig` on `AddonConfigType` resource model.

## 0.1.299
## 0.1.299
- Update to model 0.0.239
- Fixes for `NodePoolAutoScaling` and `AWSNodePool`.

## 0.1.298
- Update to model 0.0.238
- `NodePool` fixes.
- `NodePool` fixes.

## 0.1.297
- Update to model 0.0.237
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.341"
const Version = "0.1.343"

0 comments on commit 0b06c76

Please sign in to comment.