Skip to content

Commit 5619181

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent bf853c8 commit 5619181

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Release (2026-xx-xx)
22

3+
- `alb`: [v0.9.0](services/alb/CHANGELOG.md#v090)
4+
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
5+
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
6+
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
37
- `sfs`: [v0.3.0](services/sfs/CHANGELOG.md#v030)
48
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
59
- `serviceaccount`: [v0.5.0](services/serviceaccount/CHANGELOG.md#v050)

services/alb/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.9.0
2+
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
3+
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
4+
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
5+
16
## v0.8.1
27
- Update regular expressions to allow longer names
38

services/alb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-alb"
33

44
[tool.poetry]
55
name = "stackit-alb"
6-
version = "v0.8.1"
6+
version = "v0.9.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)