Skip to content

Commit 486eabe

Browse files
committed
add changelog entries
1 parent b379155 commit 486eabe

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
@@ -22,12 +22,15 @@
2222
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
2323
- `sfs`: [v0.1.0](services/sfs/CHANGELOG.md#v010)
2424
- **New:** STACKIT File Storage (SFS) service
25-
- `alb` [v0.7.0](services/alb/CHANGELOG.md#v070)
26-
- **Feature:** Switch from `v2beta` API version to `v2` version.
27-
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
28-
- **Breaking change:** added `version` to LoadBalancer constructor
29-
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
30-
- **Breaking change:** removed `pathPrefix` from Rule model
25+
- `alb`:
26+
- [v0.8.0](services/alb/CHANGELOG.md#v080)
27+
- **Feature:** Add new fields `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
28+
- [v0.7.0](services/alb/CHANGELOG.md#v070)
29+
- **Feature:** Switch from `v2beta` API version to `v2` version.
30+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
31+
- **Breaking change:** added `version` to LoadBalancer constructor
32+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
33+
- **Breaking change:** removed `pathPrefix` from Rule model
3134
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
3235
- **Feature:** Switch from `v2beta` API version to `v2` version.
3336
- **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)