Skip to content

Commit 7a6f017

Browse files
Generator: Update SDK /services/serviceaccount (#5902)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 23352b3 commit 7a6f017

15 files changed

+389
-277
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,19 @@
188188
- `v1betaapi`: New package which can be used for communication with the SFS v1 beta API
189189
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
190190
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
191-
- `serviceaccount`: [v0.13.0](services/serviceaccount/CHANGELOG.md#v0130)
192-
- **Feature:** Introduction of multi API version support for the serviceaccount SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
193-
- `v2api`: New package which should be used for communication with the STACKIT serviceaccount API in the future
194-
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v2api` package instead.
195-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
191+
- `serviceaccount`:
192+
- [v0.13.0](services/serviceaccount/CHANGELOG.md#v0130)
193+
- **Feature:** Introduction of multi API version support for the serviceaccount SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
194+
- `v2api`: New package which should be used for communication with the STACKIT serviceaccount API in the future
195+
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v2api` package instead.
196+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
197+
- [v0.14.0](services/serviceaccount/CHANGELOG.md#v0140)
198+
- `v2api`:
199+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider`
200+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner`
201+
- Deprecated SDK layer in root of the module:
202+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider`
203+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner`
196204
- `serviceenablement`: [v1.3.0](services/serviceenablement/CHANGELOG.md#v130)
197205
- **Feature:** Introduction of multi API version support for the serviceenablement SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
198206
- `v1api`: New package which can be used for communication with the serviceenablement v1 API

services/serviceaccount/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.14.0
2+
- `v2api`:
3+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider`
4+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner`
5+
- Deprecated SDK layer in root of the module:
6+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider`
7+
- **Breaking Change:** Rename model struct `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner`
8+
19
## v0.13.0
210
- **Feature:** Introduction of multi API version support for the serviceaccount SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
311
- `v2api`: New package which should be used for communication with the STACKIT serviceaccount API in the future

services/serviceaccount/VERSION

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

services/serviceaccount/api_default.go

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

0 commit comments

Comments
 (0)