Skip to content

Commit 432bafb

Browse files
committed
changelogs
1 parent 4d1acc5 commit 432bafb

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,6 +1,8 @@
11
## Release (2026-MM-DD)
22
- `alb`: [v0.9.3](services/alb/CHANGELOG.md#v093)
33
- Add HTTP 429 status code to some API client methods
4+
- `loadbalancer`: [v0.9.3](services/loadbalancer/CHANGELOG.md#v093)
5+
- Add HTTP 429 status code to some API client methods
46
- `iaas`: [v1.2.2](services/iaas/CHANGELOG.md#v122)
57
- **Docs:** Extend description of `PortRange` class
68
- `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)