Skip to content

Commit 8e51cd2

Browse files
authored
Merge pull request #1009 from venkateshsredhat/feat/OCM-1988
chore: release v0.1.447
2 parents c57d677 + bc84cf6 commit 8e51cd2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This document describes the relevant changes between releases of the OCM API
44
SDK.
55

6+
## 0.1.447
7+
- Update model version v0.0.400
8+
- Update ocm-sdk-go examples for Addons
9+
- Update `Parameters` attribute in addon_installation_type.model to the List of `AddonInstallationParameter` type.
10+
- Update `Parameters` attribute in addon_type.model to the List of `AddonParameter` type.
11+
612
## 0.1.446
713
- Update model version v0.0.399
814
- Improve Clusters Azure API type documentation

Diff for: version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package sdk
2020

21-
const Version = "0.1.446"
21+
const Version = "0.1.447"

0 commit comments

Comments
 (0)