Skip to content

Commit 9343b15

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 208cd7c commit 9343b15

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,4 @@
1-
## Release (2025-MM-DD)
1+
## Release (2026-MM-DD)
22
- `core`: [v0.4.1](core/CHANGELOG.md/#v041)
33
- **Bugfix:** Add check in `KeyFlowAuthenticator` to prevent endless loops
44
- `iaas`: [v0.3.1](services/iaas/CHANGELOG.md#v031)
@@ -11,6 +11,12 @@
1111
- [v0.1.0](services/loadbalancer/CHANGELOG.md#v010)
1212
- Initial onboarding of STACKIT Java SDK for Load balancer service
1313
- `alb`:
14+
- [v0.2.0](services/alb/CHANGELOG.md#v020)
15+
- **Feature:** Switch from `v2beta` API version to `v2` version.
16+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
17+
- **Breaking change:** added `version` to LoadBalancer constructor
18+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
19+
- **Breaking change:** removed `pathPrefix` from Rule model
1420
- [v0.1.1](services/alb/CHANGELOG.md#v011)
1521
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
1622
- [v0.1.0](services/alb/CHANGELOG.md#v010)

services/alb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.2.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.1.1
29
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
310

services/alb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

0 commit comments

Comments
 (0)