Skip to content

Commit 5b9a70a

Browse files
committed
chore(loadbalancer) write changelog, bump version
1 parent 332112c commit 5b9a70a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@
2727
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
2828
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
2929
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
30-
- `loadbalancer`: [v0.9.0](services/loadbalancer/CHANGELOG.md#v090)
31-
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
30+
- `loadbalancer`:
31+
- [v0.9.1](services/loadbalancer/CHANGELOG.md#v091)
32+
- **Feature:** client now supports UUID and decimal types
33+
- **Bugfix:** timeouts now passed to requests library
34+
- [v0.9.0](services/loadbalancer/CHANGELOG.md#v090)
35+
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
3236
- `logme`: [v0.4.1](services/logme/CHANGELOG.md#v041)
3337
- **Feature:** client now supports UUID and decimal types
3438
- **Bugfix:** timeouts now passed to requests library

services/loadbalancer/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 fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
37

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.0"
3+
version = "v0.9.1"
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)