Skip to content

Commit bb0885e

Browse files
Generator: Update SDK /services/authorization (#4931)
* Generate authorization * fix(authorization) write changelog, bump version --------- Co-authored-by: Carlo Goetz <carlo.goetz@inovex.de>
1 parent d1b3afd commit bb0885e

File tree

9 files changed

+7
-603
lines changed

9 files changed

+7
-603
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- [v0.1.4](services/auditlog/CHANGELOG.md#v014)
1818
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
1919
- `authorization`:
20+
- [v0.12.0](services/authorization/CHANGELOG.md#v0120)
21+
- **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse`
2022
- [v0.11.3](services/authorization/CHANGELOG.md#v0113)
2123
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
2224
- [v0.11.2](services/authorization/CHANGELOG.md#v0112)

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.12.0
2+
- **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse`
3+
14
## v0.11.3
25
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
36

services/authorization/VERSION

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

services/authorization/api_default.go

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

0 commit comments

Comments
 (0)