Skip to content

Commit

Permalink
chore: release v0.1.302
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Dec 22, 2022
1 parent 0719643 commit 104b272
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.302
- Update to model v0.0.243
- Add `BoundServiceAccountSigningKey` attribute to the `Sts` model.
- Update to model v0.0.242
- Add `AddonNamespace` resource model.
- Add `CommonLabels` attribute to the `Addon` model.
- Add `CommonAnnotations` attribute to the `Addon` model.
- Add `MachineType` locator on `MachineTypes` model.

## 0.1.301
- Update to model v0.0.241
- Add `DeletedSubscriptions`
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.301"
const Version = "0.1.302"

0 comments on commit 104b272

Please sign in to comment.