Skip to content

Commit e2dcaa7

Browse files
Generator: Update SDK /services/authorization (#3601)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 53cc3b4 commit e2dcaa7

9 files changed

+663
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2025-MM-DD)
2+
- `authorization`: [v0.9.0](services/authorization/CHANGELOG.md#v090)
3+
- **Feature:** Add support for assignable subjects
24
- `iaas`:
35
- [v0.31.0](services/iaas/CHANGELOG.md#v0310)
46
- Add `CreatedAt` and `UpdatedAt` fields to `BaseSecurityGroupRule` struct

services/authorization/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v0.9.0
2+
- **Feature:** Add support for assignable subjects
3+
14
## v0.8.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
5+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
36

47
## v0.8.0
58
- Add `required:"true"` tags to model structs

services/authorization/VERSION

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

services/authorization/api_default.go

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

services/authorization/api_default_test.go

Lines changed: 55 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)