Skip to content

Commit 902a477

Browse files
Meta PR file close changes 2nd batch (#4299)
* Generate iaasalpha (cherry picked from commit 05d8dcd) * Generate iaas (cherry picked from commit 634d450) * Generate edge (cherry picked from commit 4930824) * Generate dns (cherry picked from commit e7af84a) * Generate certificates (cherry picked from commit a98246f) * Generate cdn (cherry picked from commit 484ba00) * Generate authorization (cherry picked from commit 28aaa8b) * Generate auditlog (cherry picked from commit a334107) * Generate alb (cherry picked from commit 433eff2) * chore(services) add version and changelog changes for generated updates --------- Co-authored-by: SDK Generator Bot <noreply@stackit.de>
1 parent fcdd75f commit 902a477

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+107
-76
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/alb/client.go

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/alb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/google/uuid v1.6.0
8-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1
8+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0
99
)
1010

1111
require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect

services/alb/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1 h1:odiuhhRXmxvEvnVTeZSN9u98edvw2Cd3DcnkepncP3M=
8-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1/go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0 h1:QXZqiaO7U/4IpTkJfzt4dt6QxJzG2uUS12mBnHpYNik=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0/go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ=

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/auditlog/client.go

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/auditlog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/google/uuid v1.6.0
7-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1
7+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0
88
)
99

1010
require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect

0 commit comments

Comments
 (0)