Skip to content

Commit 24dfc9d

Browse files
committed
chore(services) add version and changelog changes for generated updates
1 parent bcb38a4 commit 24dfc9d

File tree

17 files changed

+71
-13
lines changed

17 files changed

+71
-13
lines changed

CHANGELOG.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
- **Feature:** added KmsKey model
3636
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
3737
- `edge`:
38+
- [v0.4.1](services/edge/CHANGELOG.md#v041)
39+
- **Bugfix:** Correctly handle file closing for file uploads
40+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
3841
- [v0.4.0](services/edge/CHANGELOG.md#v040)
3942
- **Deprecation:** Deprecated API method `ListPlansGlobal`
4043
- [v0.3.0](services/edge/CHANGELOG.md#v030)
@@ -44,6 +47,9 @@
4447
- [v0.1.0](services/edge/CHANGELOG.md#v010)
4548
- **New:** STACKIT Edge Cloud service
4649
- `alb`:
50+
- [v0.9.1](services/alb/CHANGELOG.md#v091)
51+
- **Bugfix:** Correctly handle file closing for file uploads
52+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4753
- [v0.9.0](services/alb/CHANGELOG.md#v090)
4854
- **Feature:** Add new fields `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` model
4955
- [v0.8.0](services/alb/CHANGELOG.md#v080)
@@ -52,9 +58,13 @@
5258
- **Breaking change:** added `version` to LoadBalancer constructor
5359
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
5460
- **Breaking change:** removed `pathPrefix` from Rule model
55-
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
56-
- **Feature:** Switch from `v2beta` API version to `v2` version.
57-
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`
61+
- `certificates`:
62+
- [v1.2.1](services/certificates/CHANGELOG.md#v121)
63+
- **Bugfix:** Correctly handle file closing for file uploads
64+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
65+
- [v1.2.0](services/certificates/CHANGELOG.md#v120)
66+
- **Feature:** Switch from `v2beta` API version to `v2` version.
67+
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`
5868
- `core`:
5969
- [v0.21.0](core/CHANGELOG.md#v0210)
6070
- **Deprecation:** KeyFlow `SetToken` and `GetToken` will be removed after 2026-07-01. Use GetAccessToken instead and rely on client refresh.
@@ -76,6 +86,9 @@
7686
- [v0.3.0](services/scf/CHANGELOG.md#v030)
7787
- **Feature:** Add new model `IsolationSegment` and `IsolationSegmentsList`
7888
- `iaas`:
89+
- [v1.3.1](services/iaas/CHANGELOG.md#v131)
90+
- **Bugfix:** Correctly handle file closing for file uploads
91+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
7992
- [v1.3.0](services/iaas/CHANGELOG.md#v130)
8093
- **Feature:** Add `CreateIsolatedNetwork` functionality
8194
- **Feature:** Add `ImageFromVolumePayload` functionality
@@ -122,8 +135,12 @@
122135
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
123136
- [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
124137
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
125-
- `authorization`: [v0.11.0](services/authorization/CHANGELOG.md#v0110)
126-
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
138+
- `authorization`:
139+
- [v0.11.1](services/authorization/CHANGELOG.md#v0111)
140+
- **Bugfix:** Correctly handle file closing for file uploads
141+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
142+
- [v0.11.0](services/authorization/CHANGELOG.md#v0110)
143+
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
127144
- `serverbackup`:
128145
- [v1.3.6](services/serverbackup/CHANGELOG.md#v136)
129146
- **Bugfix:** Correctly handle file closing for file uploads
@@ -175,6 +192,15 @@
175192
- `intake`: [v0.4.2](services/intake/CHANGELOG.md#v042)
176193
- **Bugfix:** Correctly handle file closing for file uploads
177194
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
195+
- `dns`: [v0.17.4](services/dns/CHANGELOG.md#v0174)
196+
- **Bugfix:** Correctly handle file closing for file uploads
197+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
198+
- `cdn`: [v1.9.2](services/cdn/CHANGELOG.md#v192)
199+
- **Bugfix:** Correctly handle file closing for file uploads
200+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
201+
- `auditlog`: [v0.1.3](services/auditlog/CHANGELOG.md#v013)
202+
- **Bugfix:** Correctly handle file closing for file uploads
203+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
178204

179205
## Release (2025-12-05)
180206
- `alb`:

services/alb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.9.1
2+
- **Bugfix:** Correctly handle file closing for file uploads
3+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4+
15
## v0.9.0
26
- **Feature:** Add new fields `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` model
37

services/alb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.0
1+
v0.9.1

services/auditlog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.3
2+
- **Bugfix:** Correctly handle file closing for file uploads
3+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4+
15
## v0.1.2
26
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
37

services/auditlog/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.2
1+
v0.1.3

services/authorization/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.11.1
2+
- **Bugfix:** Correctly handle file closing for file uploads
3+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4+
15
## v0.11.0
26
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
37

services/authorization/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.11.0
1+
v0.11.1

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.9.2
2+
- **Bugfix:** Correctly handle file closing for file uploads
3+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4+
15
## v1.9.1
26
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
37

services/cdn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.1
1+
v1.9.2

services/certificates/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.1
2+
- **Bugfix:** Correctly handle file closing for file uploads
3+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4+
15
## v1.2.0
26
- **Feature:** Switch from `v2beta` API version to `v2` version.
37
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`

0 commit comments

Comments
 (0)