Skip to content

Commit fcdd75f

Browse files
cgoetz-inovexstackit-pipelineGokceGK
authored
Feat/stackitsdk 304 meta pr (#4297)
* Generate sqlserverflex (cherry picked from commit f71d584) * add changelog and bump version (cherry picked from commit ae992a1) * Generate ske (cherry picked from commit ef482ca) * Generate sfs (cherry picked from commit f7b80a7) * Generate serviceenablement (cherry picked from commit da3cb20) * Generate serviceaccount (cherry picked from commit e64d50a) * Generate serverupdate (cherry picked from commit 21cb140) * Generate serverbackup (cherry picked from commit 5911e09) * Generate secretsmanager (cherry picked from commit 91c141f) * Generate scf (cherry picked from commit b0a3ee4) * Generate runcommand (cherry picked from commit af83a66) * Generate resourcemanager (cherry picked from commit 8a3628a) * Generate redis (cherry picked from commit 785f230) * Generate rabbitmq (cherry picked from commit fb4261f) * Generate postgresflex (cherry picked from commit daa4f69) * Generate opensearch (cherry picked from commit adc203c) * Generate observability (cherry picked from commit ec23274) * Generate objectstorage (cherry picked from commit 92c60a5) * Generate mongodbflex (cherry picked from commit 4f260ff) * Generate modelserving (cherry picked from commit 0cfd809) * Generate mariadb (cherry picked from commit 98e93a5) * Generate logme (cherry picked from commit 3c03fd9) * Generate loadbalancer (cherry picked from commit 4872ced) * Generate kms (cherry picked from commit 5eb14b0) * Generate intake (cherry picked from commit ee40c14) * update version and changelogs * add sdk core module bumps to changelog, also bump in sqlserverflex --------- Co-authored-by: SDK Generator Bot <noreply@stackit.de> Co-authored-by: GokceGK <goekce.goek_klingel@stackit.cloud>
1 parent 848cf95 commit fcdd75f

Some content is hidden

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

121 files changed

+337
-232
lines changed

CHANGELOG.md

Lines changed: 121 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,39 @@
11
## Release (2026-XX-YY)
2-
- `loadbalancer`: [v1.7.0](services/loadbalancer/CHANGELOG.md#v170)
3-
- **Feature:** Add new fields `MaxCredentials`, `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` Model
4-
- `ske`: [v1.6.0](services/ske/CHANGELOG.md#v160)
5-
- **Feature:** Add field `Identity` to model `ClusterStatus`
6-
- `observability`: [v0.16.0](services/observability/CHANGELOG.md#v0160)
7-
- **Breaking change:** The `PartialUpdateAlertrules` takes now `PartialUpdateAlertrulesRequestInner` instead of `UpdateAlertgroupsRequestInnerRulesInner`.
8-
- **Breaking change:** The type of `Rules` in `CreateLogsAlertgroupsPayload` and `UpdateLogsAlertgroupPayload` has changed from `[]UpdateAlertgroupsRequestInnerRulesInner` to `[]CreateLogsAlertgroupsPayloadRulesInner`.
9-
- **Deprecation:** The `GrafanaAdminPassword` and `GrafanaAdminUser` fields are now deprecated in `InstanceSensitiveData` model
10-
- **Feature:** Add `GrafanaAdminEnabled` to `CreateInstancePayload` and `UpdateInstancePayload` models.
11-
- **Feature:** Add new field `record` in `UpdateAlertgroupsRequestInnerRulesInner` model
12-
- **Feature:** Add `CertCheck` to `CertCheckResponse` model.
13-
- **Feature:** Add `HttpCheck` to `HttpCheckResponse` model.
14-
- **Feature:** Add new `CreateLogsAlertgroupsPayloadRulesInner` model.
15-
- **Feature:** Add `allowAssignGrafanaAdmin` to `GrafanaOauth` and `UpdateGrafanaConfigsPayloadGenericOauth` models.
16-
- **Feature:** Add `GrafanaAdminEnabled` to `InstanceSensitiveData` model.
17-
- **Feature:** Add new `PartialUpdateAlertrulesRequestInner` model.
18-
- `secretsmanager`: [v0.14.0](services/secretsmanager/CHANGELOG.md#v0140)
19-
- **Feature:** added KmsKey model
20-
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
2+
- `loadbalancer`:
3+
- [v1.7.1](services/loadbalancer/CHANGELOG.md#v171)
4+
- **Bugfix:** Correctly handle file closing for file uploads
5+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
6+
- [v1.7.0](services/loadbalancer/CHANGELOG.md#v170)
7+
- **Feature:** Add new fields `MaxCredentials`, `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` Model
8+
- `ske`:
9+
- [v1.6.1](services/ske/CHANGELOG.md#v161)
10+
- **Bugfix:** Correctly handle file closing for file uploads
11+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
12+
- [v1.6.0](services/ske/CHANGELOG.md#v160)
13+
- **Feature:** Add field `Identity` to model `ClusterStatus`
14+
- `observability`:
15+
- [v0.16.1](services/observability/CHANGELOG.md#v0161)
16+
- **Bugfix:** Correctly handle file closing for file uploads
17+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
18+
- [v0.16.0](services/observability/CHANGELOG.md#v0160)
19+
- **Breaking change:** The `PartialUpdateAlertrules` takes now `PartialUpdateAlertrulesRequestInner` instead of `UpdateAlertgroupsRequestInnerRulesInner`.
20+
- **Breaking change:** The type of `Rules` in `CreateLogsAlertgroupsPayload` and `UpdateLogsAlertgroupPayload` has changed from `[]UpdateAlertgroupsRequestInnerRulesInner` to `[]CreateLogsAlertgroupsPayloadRulesInner`.
21+
- **Deprecation:** The `GrafanaAdminPassword` and `GrafanaAdminUser` fields are now deprecated in `InstanceSensitiveData` model
22+
- **Feature:** Add `GrafanaAdminEnabled` to `CreateInstancePayload` and `UpdateInstancePayload` models.
23+
- **Feature:** Add new field `record` in `UpdateAlertgroupsRequestInnerRulesInner` model
24+
- **Feature:** Add `CertCheck` to `CertCheckResponse` model.
25+
- **Feature:** Add `HttpCheck` to `HttpCheckResponse` model.
26+
- **Feature:** Add new `CreateLogsAlertgroupsPayloadRulesInner` model.
27+
- **Feature:** Add `allowAssignGrafanaAdmin` to `GrafanaOauth` and `UpdateGrafanaConfigsPayloadGenericOauth` models.
28+
- **Feature:** Add `GrafanaAdminEnabled` to `InstanceSensitiveData` model.
29+
- **Feature:** Add new `PartialUpdateAlertrulesRequestInner` model.
30+
- `secretsmanager`:
31+
- [v0.14.1](services/secretsmanager/CHANGELOG.md#v0141)
32+
- **Bugfix:** Correctly handle file closing for file uploads
33+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
34+
- [v0.14.0](services/secretsmanager/CHANGELOG.md#v0140)
35+
- **Feature:** added KmsKey model
36+
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
2137
- `edge`:
2238
- [v0.4.0](services/edge/CHANGELOG.md#v040)
2339
- **Deprecation:** Deprecated API method `ListPlansGlobal`
@@ -44,11 +60,17 @@
4460
- **Deprecation:** KeyFlow `SetToken` and `GetToken` will be removed after 2026-07-01. Use GetAccessToken instead and rely on client refresh.
4561
- **Feature:** Support Workload Identity Federation flow
4662
- `sfs`:
63+
- [v0.2.1](services/sfs/CHANGELOG.md#v021)
64+
- **Bugfix:** Correctly handle file closing for file uploads
65+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
4766
- [v0.2.0](services/sfs/CHANGELOG.md)
4867
- **Breaking change:** Remove region configuration in `APIClient`
4968
- [v0.1.0](services/sfs/CHANGELOG.md#v010)
5069
- **New**: STACKIT File Storage (SFS) service
5170
- `scf`:
71+
- [v0.4.1](services/scf/CHANGELOG.md#v041)
72+
- **Bugfix:** Correctly handle file closing for file uploads
73+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
5274
- [v0.4.0](services/scf/CHANGELOG.md#v040)
5375
- **Feature:** Add new model structs `SpaceWithIsolationSegment` and `SpaceWithIsolationSegmentAllOf`
5476
- [v0.3.0](services/scf/CHANGELOG.md#v030)
@@ -71,29 +93,88 @@
7193
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
7294
- [v0.1.0](services/logs/CHANGELOG.md#v010)
7395
- **New:** API for logs service
74-
- `kms`: [v1.2.0](services/kms/CHANGELOG.md#v120)
75-
- Set fields `Description` and `ImportOnly` to required in response struct `Key`
76-
- **Breaking change:** Constructor `NewKey` has new parameters `description` and `importOnly`
77-
- **Breaking change:** Remove methods `HasDescription` and `GetImportOnly` in `Key` model
78-
- Set field `Description` to required in response struct `KeyRing`
79-
- **Breaking change:** Constructor `NewKeyRing` has new parameter `description`
80-
- **Breaking change:** Remove method `HasDescription` in `KeyRing` model
81-
- Set field `Disabled` to required in response struct `Version`
82-
- **Breaking change:** Constructor `NewVersion` has new parameter `disabled`
83-
- **Breaking change:** Remove method `HasDisabled` in `Version` model
84-
- Set fields `Description` and `PublicKey` to required in response struct `WrappingKey`
85-
- **Breaking change:** Constructor `NewWrappingKey` has new parameters `description` and `publicKey`
86-
- **Breaking change:** Remove methods `HasDescription` and `HasPublicKey` in `WrappingKey` model
87-
- `sqlserverflex`: [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
88-
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
89-
- `mongodbflex`: [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
90-
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
96+
- `kms`:
97+
- [v1.2.1](services/kms/CHANGELOG.md#v121)
98+
- **Bugfix:** Correctly handle file closing for file uploads
99+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
100+
- [v1.2.0](services/kms/CHANGELOG.md#v120)
101+
- Set fields `Description` and `ImportOnly` to required in response struct `Key`
102+
- **Breaking change:** Constructor `NewKey` has new parameters `description` and `importOnly`
103+
- **Breaking change:** Remove methods `HasDescription` and `GetImportOnly` in `Key` model
104+
- Set field `Description` to required in response struct `KeyRing`
105+
- **Breaking change:** Constructor `NewKeyRing` has new parameter `description`
106+
- **Breaking change:** Remove method `HasDescription` in `KeyRing` model
107+
- Set field `Disabled` to required in response struct `Version`
108+
- **Breaking change:** Constructor `NewVersion` has new parameter `disabled`
109+
- **Breaking change:** Remove method `HasDisabled` in `Version` model
110+
- Set fields `Description` and `PublicKey` to required in response struct `WrappingKey`
111+
- **Breaking change:** Constructor `NewWrappingKey` has new parameters `description` and `publicKey`
112+
- **Breaking change:** Remove methods `HasDescription` and `HasPublicKey` in `WrappingKey` model
113+
- `sqlserverflex`:
114+
- [v1.4.1](services/sqlserverflex/CHANGELOG.md#v141)
115+
- **Bugfix:** Correctly handle file closing for file uploads
116+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
117+
- [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
118+
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
119+
- `mongodbflex`:
120+
- [v1.5.6](services/mongodbflex/CHANGELOG.md#v156)
121+
- **Bugfix:** Correctly handle file closing for file uploads
122+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
123+
- [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
124+
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
91125
- `authorization`: [v0.11.0](services/authorization/CHANGELOG.md#v0110)
92126
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
93-
- `serverbackup`: [v1.3.5](services/serverbackup/CHANGELOG.md#v135)
94-
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
95-
- `runcommand`: [v1.4.0](services/runcommand/CHANGELOG.md#v140)
96-
- **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
127+
- `serverbackup`:
128+
- [v1.3.6](services/serverbackup/CHANGELOG.md#v136)
129+
- **Bugfix:** Correctly handle file closing for file uploads
130+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
131+
- [v1.3.5](services/serverbackup/CHANGELOG.md#v135)
132+
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
133+
- `runcommand`:
134+
- [v1.4.1](services/runcommand/CHANGELOG.md#v141)
135+
- **Bugfix:** Correctly handle file closing for file uploads
136+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
137+
- [v1.4.0](services/runcommand/CHANGELOG.md#v140)
138+
- **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
139+
- `serviceenablement`: [v1.2.5](services/serviceenablement/CHANGELOG.md#v125)
140+
- **Bugfix:** Correctly handle file closing for file uploads
141+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
142+
- `serviceaccount`: [v0.11.4](services/serviceaccount/CHANGELOG.md#v0114)
143+
- **Bugfix:** Correctly handle file closing for file uploads
144+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
145+
- `serverupdate`: [v1.2.4](services/serverupdate/CHANGELOG.md#v124)
146+
- **Bugfix:** Correctly handle file closing for file uploads
147+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
148+
- `resourcemanager`: [v0.18.3](services/resourcemanager/CHANGELOG.md#v0183)
149+
- **Bugfix:** Correctly handle file closing for file uploads
150+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
151+
- `redis`: [v0.25.4](services/redis/CHANGELOG.md#v0254)
152+
- **Bugfix:** Correctly handle file closing for file uploads
153+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
154+
- `rabbitmq`: [v0.25.4](services/rabbitmq/CHANGELOG.md#v0254)
155+
- **Bugfix:** Correctly handle file closing for file uploads
156+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
157+
- `postgresflex`: [v1.3.3](services/postgresflex/CHANGELOG.md#v133)
158+
- **Bugfix:** Correctly handle file closing for file uploads
159+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
160+
- `opensearch`: [v0.24.4](services/opensearch/CHANGELOG.md#v0244)
161+
- **Bugfix:** Correctly handle file closing for file uploads
162+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
163+
- `objectstorage`: [v1.4.3](services/objectstorage/CHANGELOG.md#v143)
164+
- **Bugfix:** Correctly handle file closing for file uploads
165+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
166+
- `modelserving`: [v0.6.3](services/modelserving/CHANGELOG.md#v063)
167+
- **Bugfix:** Correctly handle file closing for file uploads
168+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
169+
- `mariadb`: [v0.25.4](services/mariadb/CHANGELOG.md#v0254)
170+
- **Bugfix:** Correctly handle file closing for file uploads
171+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
172+
- `logme`: [v0.25.4](services/logme/CHANGELOG.md#v0254)
173+
- **Bugfix:** Correctly handle file closing for file uploads
174+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
175+
- `intake`: [v0.4.2](services/intake/CHANGELOG.md#v042)
176+
- **Bugfix:** Correctly handle file closing for file uploads
177+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
97178

98179
## Release (2025-12-05)
99180
- `alb`:

services/intake/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.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
## v0.4.1
26
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
37

services/intake/VERSION

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

services/intake/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/intake/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/intake/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/kms/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
- Set fields `Description` and `ImportOnly` to required in response struct `Key`
37
- **Breaking change:** Constructor `NewKey` has new parameters `description` and `importOnly`

services/kms/VERSION

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

services/kms/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/kms/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

0 commit comments

Comments
 (0)