We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f8551 commit 8a5185cCopy full SHA for 8a5185c
3 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@
4
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
5
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
6
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
7
+- `loadbalancer`: [v1.8.0](services/loadbalancer/CHANGELOG.md#v180)
8
+ - **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
9
10
## Release (2026-02-20)
11
- `core`: [v0.21.1](core/CHANGELOG.md#v0211)
services/loadbalancer/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v1.8.0
2
+- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
3
+
## v1.7.3
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
services/loadbalancer/VERSION
@@ -1 +1 @@
-v1.7.3
+v1.8.0
0 commit comments