File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-loadbalancer"
33
44[tool .poetry ]
55name = " stackit-loadbalancer"
6- version = " v0.8.1 "
6+ version = " v0.9.0 "
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments