Skip to content

Commit d793323

Browse files
committed
bump services
1 parent f834336 commit d793323

File tree

13 files changed

+48
-14
lines changed

13 files changed

+48
-14
lines changed

CHANGELOG.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
## Release (2025-MM-DD)
22
- `core`: [v0.4.1](core/CHANGELOG.md/#v041)
33
- **Bugfix:** Add check in `KeyFlowAuthenticator` to prevent endless loops
4-
- `loadbalancer`: [v0.1.0](services/loadbalancer/CHANGELOG.md#v010)
5-
- Initial onboarding of STACKIT Java SDK for Load balancer service
6-
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010)
7-
- Initial onboarding of STACKIT Java SDK for Application load balancer service
8-
- `objectstorage`: [v0.1.0](services/objectstorage/CHANGELOG.md#v010)
9-
- Initial onboarding of STACKIT Java SDK for Object storage service
10-
- `serverupdate`: [v0.1.0](services/serverupdate/CHANGELOG.md#v010)
11-
- Initial onboarding of STACKIT Java SDK for Server Update service
4+
- `iaas`: [v0.3.1](services/iaas/CHANGELOG.md#v031)
5+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
6+
- `resourcemanager`: [v0.4.1](services/resourcemanager/CHANGELOG.md#v041)
7+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
8+
- `loadbalancer`:
9+
- [v0.1.1](services/loadbalancer/CHANGELOG.md#v011)
10+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
11+
- [v0.1.0](services/loadbalancer/CHANGELOG.md#v010)
12+
- Initial onboarding of STACKIT Java SDK for Load balancer service
13+
- `alb`:
14+
- [v0.1.1](services/alb/CHANGELOG.md#v011)
15+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
16+
- [v0.1.0](services/alb/CHANGELOG.md#v010)
17+
- Initial onboarding of STACKIT Java SDK for Application load balancer service
18+
- `objectstorage`:
19+
- [v0.1.1](services/objectstorage/CHANGELOG.md#v011)
20+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
21+
- [v0.1.0](services/objectstorage/CHANGELOG.md#v010)
22+
- Initial onboarding of STACKIT Java SDK for Object storage service
23+
- `serverupdate`:
24+
- [v0.1.1](services/serverupdate/CHANGELOG.md#v011)
25+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
26+
- [v0.1.0](services/serverupdate/CHANGELOG.md#v010)
27+
- Initial onboarding of STACKIT Java SDK for Server Update service
1228

1329
## Release (2025-10-29)
1430
- `core`:

services/alb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.1.1
2+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
3+
14
## v0.1.0
25
- Initial onboarding of STACKIT Java SDK for Application load balancer service

services/alb/VERSION

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

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.1
2+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
3+
14
## v0.3.0
25
- **Feature:** Add `createdAt` and `updatedAt` attributes to `SecurityGroupRule`, `BaseSecurityGroupRule`, `CreateSecurityGroupRulePayload` model classes
36
- **Feature:** Add `description` attribute to `CreateNicPayload`, `NIC`, `UpdateNicPayload` model classes

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.1.1
2+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
3+
14
## v0.1.0
25
- Initial onboarding of STACKIT Java SDK for Load balancer service

services/loadbalancer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.1.1
2+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
3+
14
## v0.1.0
25
- Initial onboarding of STACKIT Java SDK for Object storage service

services/objectstorage/VERSION

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

services/resourcemanager/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.1
2+
- Bump dependency `cloud.stackit.sdk.core` to v0.4.1
3+
14
## v0.4.0
25
- **Feature:** Added waiter for project creation and project deletion
36

0 commit comments

Comments
 (0)