Skip to content

Commit 0b4638e

Browse files
Generator: Update SDK /services/serviceaccount (#3547)
v0.11.1 - Improvement: Improve error handling for `CreateShortLivedAccessToken` --------- Co-authored-by: Marcel Jacek <[email protected]>
1 parent c3326a7 commit 0b4638e

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- **Breaking Change:** Remove `Backend` field and mark `Protection` field as required in `Key`, `CreateKeyPayload`, `CreateWrappingKeyPayload` and `WrappingKey` model
2323
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)
2424
- **Feature:** Add new field `Kubernetes` to `Nodepool` model
25+
- `serviceaccount`: [v0.11.1](services/serviceaccount/CHANGELOG.md#v0111)
26+
- **Improvement:** Improve error handling for `CreateShortLivedAccessToken`
2527
- `stackitmarketplace`: [v1.8.0](services/stackitmarketplace/CHANGELOG.md#v180)
2628
- **Feature:** Add new field `FreeTrial` in `CatalogProductOverview` model
2729

services/serviceaccount/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
## v0.11.1
2+
- **Improvement:** Improve error handling for `CreateShortLivedAccessToken`
3+
14
## v0.11.0
25
- **Feature:** Add new `Algorithm` field to `CreateServiceAccountKeyPayload` model with enum values `RSA_2048` and `RSA_4096`
36

47
## v0.10.0
58
- **Feature:** Add new enum for Key Algorithm `RSA_4096`
69

710
## v0.9.1
8-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
11+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
912

1013
## v0.9.0
1114
- Add `required:"true"` tags to model structs

services/serviceaccount/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/serviceaccount/api_default.go

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

0 commit comments

Comments
 (0)