File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1- ## Release (2025-xx-xx)
1+ ## Release (2026-xx-xx)
2+ - ` alb ` [ v0.7.0] ( services/alb/CHANGELOG.md#v070 )
3+ - ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
4+ - ** Feature:** ` MaxCredentials ` field added to ` GetQuotaResponse `
5+ - ** Breaking change:** added ` version ` to LoadBalancer constructor
6+ - ** Breaking change:** renamed ` exact ` to ` exactMatch ` in Path model
7+ - ** Breaking change:** removed ` pathPrefix ` from Rule model
28- ` certificates ` : [ v1.2.0] ( services/certificates/CHANGELOG.md#v120 )
39 - ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
410 - ** Breaking change:** Rename ` CreateCertificateResponse ` to ` GetCertificateResponse `
Original file line number Diff line number Diff line change 1+ ## v0.7.0
2+ - ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
3+ - ** Feature:** ` MaxCredentials ` field added to ` GetQuotaResponse `
4+ - ** Breaking change:** added ` version ` to LoadBalancer constructor
5+ - ** Breaking change:** renamed ` exact ` to ` exactMatch ` in Path model
6+ - ** Breaking change:** removed ` pathPrefix ` from Rule model
7+
18## v0.6.1
29- ** Docs:** Update description of field ` WafConfigName ` in ` Listener ` model
310
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-alb"
33
44[tool .poetry ]
55name = " stackit-alb"
6- version = " v0.6.1 "
6+ version = " v0.7.0 "
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments