Skip to content

Commit 37fff6e

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1942
1 parent 7a2fd35 commit 37fff6e

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,16 @@
5656
- [v0.2.0](services/git/CHANGELOG.md#v020)
5757
- **Feature:** Add support for `Flavors` for STACKIT git instance
5858
- **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`
6169
- `stackitmarketplace`: [v1.5.0](services/stackitmarketplace/CHANGELOG.md#v150)
6270
- **Feature:** Add new `Assets` model for managing service certificate assets
6371
- **Feature:** Add new `LocalizedVersion` model for localized content management

services/ske/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
19
## v0.6.0
210
- **Feature:** Add new `ClusterErrorCode` types: `CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND`, `CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE`
311

services/ske/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-ske"
33

44
[tool.poetry]
55
name = "stackit-ske"
6-
version = "v0.6.0"
6+
version = "v1.0.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)