Skip to content

Commit 52a35f9

Browse files
committed
chore(alb) write changelog, bump version
1 parent 3cc3d54 commit 52a35f9

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
@@ -1,5 +1,8 @@
11
## Release (2026-xx-xx)
22

3+
- `alb`: [v0.9.1](services/alb/CHANGELOG.md#v091)
4+
- **Feature:** client now supports UUID and decimal types
5+
- **Bugfix:** timeouts now passed to requests library
36
- `serviceaccount`:
47
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
58
- **Feature:** client now supports UUID and decimal types

services/alb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.9.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.9.0
26
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
37
- **Feature:** Add new field `Tls` to `HttpHealthCheck`

services/alb/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-alb"
3-
version = "v0.9.0"
3+
version = "v0.9.1"
44
description = "Application 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)