Skip to content

Commit 9248ed0

Browse files
committed
add changelog entries
1 parent d3f4f31 commit 9248ed0

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@
2424
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
2525
- `sfs`: [v0.1.0](services/sfs/CHANGELOG.md#v010)
2626
- **New:** STACKIT File Storage (SFS) service
27-
- `alb` [v0.7.0](services/alb/CHANGELOG.md#v070)
28-
- **Feature:** Switch from `v2beta` API version to `v2` version.
29-
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
30-
- **Breaking change:** added `version` to LoadBalancer constructor
31-
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
32-
- **Breaking change:** removed `pathPrefix` from Rule model
27+
- `alb`:
28+
- [v0.8.0](services/alb/CHANGELOG.md#v080)
29+
- **Feature:** Add new fields `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
30+
- [v0.7.0](services/alb/CHANGELOG.md#v070)
31+
- **Feature:** Switch from `v2beta` API version to `v2` version.
32+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
33+
- **Breaking change:** added `version` to LoadBalancer constructor
34+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
35+
- **Breaking change:** removed `pathPrefix` from Rule model
3336
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
3437
- **Feature:** Switch from `v2beta` API version to `v2` version.
3538
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`

services/alb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.0
2+
- **Feature:** Add new fields `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
3+
14
## v0.7.0
25
- **Feature:** Switch from `v2beta` API version to `v2` version.
36
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`

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

0 commit comments

Comments
 (0)