File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-serverbackup"
33
44[tool .poetry ]
55name = " stackit-serverbackup"
6- version = " v1.1.0 "
6+ version = " v1.1.1 "
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments