Skip to content

Commit dda8e4b

Browse files
Merge branch 'main' into oas-bot-21990293986/authorization
2 parents a9ebb74 + d1b3afd commit dda8e4b

38 files changed

+363
-13072
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
- [v1.3.4](services/postgresflex/CHANGELOG.md#v134)
122122
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
123123
- `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
124126
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
125127
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
126128
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)
@@ -181,6 +183,10 @@
181183
- [v0.2.2](services/sfs/CHANGELOG.md#v022)
182184
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
183185
- `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`
184190
- [v1.6.3](services/ske/CHANGELOG.md#v163)
185191
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
186192
- [v1.6.2](services/ske/CHANGELOG.md#v162)

services/auditlog/api_default_test.go

Lines changed: 0 additions & 190 deletions
This file was deleted.

services/auditlog/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module github.com/stackitcloud/stackit-sdk-go/services/auditlog
22

33
go 1.21
44

5+
require github.com/stackitcloud/stackit-sdk-go/core v0.21.1
6+
57
require (
6-
github.com/google/uuid v1.6.0
7-
github.com/stackitcloud/stackit-sdk-go/core v0.21.1
8+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
9+
github.com/google/uuid v1.6.0 // indirect
810
)
9-
10-
require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

services/auditlog/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4ba9d6ffcf1ec61aff0807a261f8c0ca25d266f8
1+
cfcfc32bc1ae335acecd7bf7ffb60354fdc565ab

0 commit comments

Comments
 (0)