Skip to content

Commit 4437795

Browse files
committed
add changelog entries
1 parent 388121a commit 4437795

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2026-xx-xx)
2+
- `serverbackup`: [v1.1.1](services/serverbackup/CHANGELOG.md#v111)
3+
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
24
- `loadbalancer`: [v0.8.0](services/loadbalancer/CHANGELOG.md#v080)
35
- **Feature:** Add new fields `max_credentials`, `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
46
- `ske`: [v1.5.0](services/ske/CHANGELOG.md#v150)

services/serverbackup/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.1.1
2+
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
3+
14
## v1.1.0
25
- **Version**: Minimal version is now python 3.9
36

services/serverbackup/pyproject.toml

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

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

0 commit comments

Comments
 (0)