Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- **Breaking Change:** Remove `Backend` field and mark `Protection` field as required in `Key`, `CreateKeyPayload`, `CreateWrappingKeyPayload` and `WrappingKey` model
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)
- **Feature:** Add new field `Kubernetes` to `Nodepool` model
- `serviceaccount`: [v0.11.1](services/serviceaccount/CHANGELOG.md#v0111)
- **Improvement:** Improve error handling for `CreateShortLivedAccessToken`
- `stackitmarketplace`: [v1.8.0](services/stackitmarketplace/CHANGELOG.md#v180)
- **Feature:** Add new field `FreeTrial` in `CatalogProductOverview` model

Expand Down
5 changes: 4 additions & 1 deletion services/serviceaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## v0.11.1
- **Improvement:** Improve error handling for `CreateShortLivedAccessToken`

## v0.11.0
- **Feature:** Add new `Algorithm` field to `CreateServiceAccountKeyPayload` model with enum values `RSA_2048` and `RSA_4096`

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

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

## v0.9.0
- Add `required:"true"` tags to model structs
Expand Down
2 changes: 1 addition & 1 deletion services/serviceaccount/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.0
v0.11.1
21 changes: 21 additions & 0 deletions services/serviceaccount/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading