Skip to content

Commit

Permalink
Merge pull request #1009 from venkateshsredhat/feat/OCM-1988
Browse files Browse the repository at this point in the history
chore: release v0.1.447
  • Loading branch information
ciaranRoche authored Oct 25, 2024
2 parents c57d677 + bc84cf6 commit 8e51cd2
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.447
- Update model version v0.0.400
- Update ocm-sdk-go examples for Addons
- Update `Parameters` attribute in addon_installation_type.model to the List of `AddonInstallationParameter` type.
- Update `Parameters` attribute in addon_type.model to the List of `AddonParameter` type.

## 0.1.446
- Update model version v0.0.399
- Improve Clusters Azure API type documentation
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.446"
const Version = "0.1.447"

0 comments on commit 8e51cd2

Please sign in to comment.