Skip to content

Commit 0b89183

Browse files
Merge branch 'main' into oas-bot-22053715448/rabbitmq
2 parents 0c413e7 + d1b3afd commit 0b89183

15 files changed

+330
-784
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
- [v1.3.4](services/postgresflex/CHANGELOG.md#v134)
120120
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
121121
- `rabbitmq`:
122+
- [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260)
123+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
122124
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
123125
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
124126
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)
@@ -179,6 +181,10 @@
179181
- [v0.2.2](services/sfs/CHANGELOG.md#v022)
180182
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
181183
- `ske`:
184+
- [v1.7.0](services/ske/CHANGELOG.md#v170)
185+
- **Feature:** new model `AccessScope`
186+
- **Feature:** new model `V2ControlPlaneNetwork`
187+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
182188
- [v1.6.3](services/ske/CHANGELOG.md#v163)
183189
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
184190
- [v1.6.2](services/ske/CHANGELOG.md#v162)

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

services/ske/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.7.0
2+
- **Feature:** new model `AccessScope`
3+
- **Feature:** new model `V2ControlPlaneNetwork`
4+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
5+
16
## v1.6.3
27
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
38

services/ske/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6.3
1+
v1.7.0

0 commit comments

Comments
 (0)