You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,16 @@
56
56
-[v0.2.0](services/git/CHANGELOG.md#v020)
57
57
-**Feature:** Add support for `Flavors` for STACKIT git instance
58
58
-**Improvement:** Error handling and documentation improved
59
-
-`ske`[v0.6.0](services/ske/CHANGELOG.md#v060)
60
-
-**Feature:** Add new `ClusterErrorCode` types: `CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND`, `CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE`
59
+
-`ske`
60
+
-[v1.0.0](services/ske/CHANGELOG.md#v100)
61
+
-**Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
62
+
-**Breaking Change:** Renamed `Argus` model to `Observability`
63
+
-**Breaking Change:** Renamed `argus` field to `observability` in `Extension` model
64
+
-**Breaking Change:** Removed enum validation in `code` field in `ClusterError` model
65
+
-**Deprecated:** Remove deprecated `allow_privileged_containers` field in `Kubernetes` model
66
+
-**Internal:** Improve deserializing and error types
67
+
-[v0.6.0](services/ske/CHANGELOG.md#v060)
68
+
-**Feature:** Add new `ClusterErrorCode` types: `CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND`, `CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE`
Copy file name to clipboardExpand all lines: services/ske/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## v1.0.0
2
+
-**Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
3
+
-**Breaking Change:** Renamed `Argus` model to `Observability`
4
+
-**Breaking Change:** Renamed `argus` field to `observability` in `Extension` model
5
+
-**Breaking Change:** Removed enum validation in `code` field in `ClusterError` model
6
+
-**Deprecated:** Remove deprecated `allow_privileged_containers` field in `Kubernetes` model
7
+
-**Internal:** Improve deserializing and error types
8
+
1
9
## v0.6.0
2
10
-**Feature:** Add new `ClusterErrorCode` types: `CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND`, `CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE`
0 commit comments