We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c57d677 + bc84cf6 commit 8e51cd2Copy full SHA for 8e51cd2
CHANGES.md
@@ -3,6 +3,12 @@
3
This document describes the relevant changes between releases of the OCM API
4
SDK.
5
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
+
12
## 0.1.446
13
- Update model version v0.0.399
14
- Improve Clusters Azure API type documentation
version.go
@@ -18,4 +18,4 @@ limitations under the License.
18
19
package sdk
20
21
-const Version = "0.1.446"
+const Version = "0.1.447"
0 commit comments