Skip to content

Commit 2c43cc0

Browse files
Merge branch 'main' into oas-bot-22053715448/authorization
2 parents 46e0d64 + bb0885e commit 2c43cc0

21 files changed

+342
-2001
lines changed

CHANGELOG.md

Lines changed: 8 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)
@@ -119,6 +121,8 @@
119121
- [v1.3.4](services/postgresflex/CHANGELOG.md#v134)
120122
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
121123
- `rabbitmq`:
124+
- [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260)
125+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
122126
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
123127
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
124128
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)
@@ -179,6 +183,10 @@
179183
- [v0.2.2](services/sfs/CHANGELOG.md#v022)
180184
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
181185
- `ske`:
186+
- [v1.7.0](services/ske/CHANGELOG.md#v170)
187+
- **Feature:** new model `AccessScope`
188+
- **Feature:** new model `V2ControlPlaneNetwork`
189+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
182190
- [v1.6.3](services/ske/CHANGELOG.md#v163)
183191
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
184192
- [v1.6.2](services/ske/CHANGELOG.md#v162)

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/rabbitmq/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.26.0
2+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
3+
14
## v0.25.6
25
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
36

services/rabbitmq/VERSION

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

0 commit comments

Comments
 (0)