Skip to content

Commit 8d285de

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 9b093f4 commit 8d285de

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
@@ -4,6 +4,8 @@
44
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
55
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
66
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
7+
- `loadbalancer`: [v0.9.0](services/loadbalancer/CHANGELOG.md#v090)
8+
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
79
- `sfs`: [v0.3.0](services/sfs/CHANGELOG.md#v030)
810
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
911
- `serviceaccount`: [v0.5.0](services/serviceaccount/CHANGELOG.md#v050)

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.0
2+
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
3+
14
## v0.8.1
25
- Update regular expressions to allow longer names
36

services/loadbalancer/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-loadbalancer"
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)