Skip to content

Commit 5544421

Browse files
committed
chore(serverbackup) write changelog, bump version
1 parent 86a633a commit 5544421

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
- **Feature:** add support for Federated Identity Providers
3636
- new operations: `CreateFederatedIdentityProvider`, `DeleteServiceFederatedIdentityProvider`, `ListFederatedIdentityProviders`,`PartialUpdateServiceAccountFederatedIdentityProvider`
3737
- new models: `CreateFederatedIdentityProviderPayload`, `CreateFederatedIdentityProviderPayloadAssertionsInner`, `CreateFederatedIdentityProviderResponse`, `CreateFederatedIdentityProviderResponseAssertionsInner`, `FederatedListFederatedIdentityProvidersResponse`, `PartialUpdateServiceAccountFederatedIdentityProviderPayload`
38+
- `serverbackup`: [v1.1.2](services/serverbackup/CHANGELOG.md#v112)
39+
- **Feature:** client now supports UUID and decimal types
40+
- **Bugfix:** timeouts now passed to requests library
3841
- `serverupdate`: [v1.1.1](services/serverupdate/CHANGELOG.md#v111)
3942
- **Feature:** client now supports UUID and decimal types
4043
- **Bugfix:** timeouts now passed to requests library

services/serverbackup/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.2
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.1.1
26
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
37

services/serverbackup/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-serverbackup"
3-
version = "v1.1.1"
3+
version = "v1.1.2"
44
description = "STACKIT Server Backup Management API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)