Skip to content

Commit aa90077

Browse files
committed
chore(kms) write changelog, bump version
1 parent 933d49b commit aa90077

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
- **Feature:** New model `IDPKubeconfig`
1414
- **Feature:** Add attribute `access` of type `Access` to model `Cluster`
1515
- **Feature:** New API client methods: `get_idp_kubeconfig`, `get_idp_kubeconfig_with_http_info`, `get_idp_kubeconfig_without_preload_content`, `_get_idp_kubeconfig_serialize`
16-
- `kms`: [v0.8.0](services/kms/CHANGELOG.md#v080)
17-
- **Breaking Change:** Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
16+
- `kms`:
17+
- [v0.8.1](services/kms/CHANGELOG.md#v081)
18+
- **Feature:** client now supports UUID and decimal types
19+
- **Bugfix:** timeouts now passed to requests library
20+
- [v0.8.0](services/kms/CHANGELOG.md#v080)
21+
- **Breaking Change:** Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
1822
- `intake`: [v0.5.0](services/intake/CHANGELOG.md#v050)
1923
- **Breaking Change**: Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
2024
- `iaas`: [v1.2.0](services/iaas/CHANGELOG.md#v120)

services/kms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.8.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.8.0
26
- **Breaking Change:** Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
37

services/kms/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-kms"
3-
version = "v0.8.0"
3+
version = "v0.8.1"
44
description = "STACKIT Key Management Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)