Skip to content

Commit 1a5eaae

Browse files
committed
changelogs
1 parent 24df3b4 commit 1a5eaae

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
@@ -3,6 +3,8 @@
33
- Add HTTP 429 status code to some API client methods
44
- `certificates`: [v1.3.1](services/certificates/CHANGELOG.md#v131)
55
- Add HTTP 429 status code to some API client methods
6+
- `loadbalancer`: [v0.9.3](services/loadbalancer/CHANGELOG.md#v093)
7+
- Add HTTP 429 status code to some API client methods
68
- `iaas`: [v1.2.2](services/iaas/CHANGELOG.md#v122)
79
- **Docs:** Extend description of `PortRange` class
810
- `kms`: [v0.9.0](services/kms/CHANGELOG.md#v090)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.9.3
2+
- Add HTTP 429 status code to some API client methods
3+
14
## v0.9.2
25
- **Improvement:** Increase limit for `max_credentials` in `GetQuotaResponse` model to 1000000
36
- **Improvement:** Update docs of `get_quota` method

services/loadbalancer/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-loadbalancer"
3-
version = "v0.9.2"
3+
version = "v0.9.3"
44
description = "Load Balancer API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)