Skip to content

Commit f22f5e6

Browse files
committed
Add changelog
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 9eafdca commit f22f5e6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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`

services/alb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

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.6.1"
6+
version = "v0.7.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)