Skip to content

Commit 936dcb3

Browse files
committed
chore(ske) write changelog, bump version
1 parent 0f62753 commit 936dcb3

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@
2323
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider` and update file path accordingly
2424
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner` and update file path accordingly
2525
- **Feature:** add `id` for `FederatedIdentityProvider`
26-
- `ske`: [v1.7.0](services/ske/CHANGELOG.md#v170)
27-
- **Feature:** New model `Access`
28-
- **Feature:** New model `IDPKubeconfig`
29-
- **Feature:** Add attribute `access` of type `Access` to model `Cluster`
30-
- **Feature:** New API client methods: `get_idp_kubeconfig`, `get_idp_kubeconfig_with_http_info`, `get_idp_kubeconfig_without_preload_content`, `_get_idp_kubeconfig_serialize`
26+
- `ske`:
27+
- [v1.7.1](services/ske/CHANGELOG.md#v171)
28+
- **Feature:** client now supports UUID and decimal types
29+
- **Bugfix:** timeouts now passed to requests library
30+
- [v1.7.0](services/ske/CHANGELOG.md#v170)
31+
- **Feature:** New model `Access`
32+
- **Feature:** New model `IDPKubeconfig`
33+
- **Feature:** Add attribute `access` of type `Access` to model `Cluster`
34+
- **Feature:** New API client methods: `get_idp_kubeconfig`, `get_idp_kubeconfig_with_http_info`, `get_idp_kubeconfig_without_preload_content`, `_get_idp_kubeconfig_serialize`
3135
- `kms`:
3236
- [v0.8.1](services/kms/CHANGELOG.md#v081)
3337
- **Feature:** client now supports UUID and decimal types

services/ske/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.7.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.7.0
26
- **Feature:** New model `Access`
37
- **Feature:** New model `IDPKubeconfig`

services/ske/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-ske"
3-
version = "v1.7.0"
3+
version = "v1.7.1"
44
description = "SKE-API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)