Skip to content

Commit b76dad3

Browse files
Generator: Update SDK /services/scf (#6621)
Co-authored-by: Manuel Vaas <manuel.vaas@stackit.cloud>
1 parent 0d3219d commit b76dad3

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@
204204
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
205205
- [v0.7.0](services/scf/CHANGELOG.md#v070)
206206
- Minimal go version is now Go 1.25
207+
- [v0.7.1](services/scf/CHANGELOG.md#v071)
208+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
207209
- `secretsmanager`:
208210
- [v0.16.3](services/secretsmanager/CHANGELOG.md#v0163)
209211
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/scf/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.7.1
2+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
3+
14
## v0.7.0
25
- Minimal go version is now Go 1.25
36

services/scf/VERSION

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

services/scf/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
github.com/google/uuid v1.6.0
7-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1
7+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0
88
)
99

1010
require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

services/scf/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1 h1:IrG0XBlJivUpXC4Y6TE+6FeSxNPs1JQXsero0ivwh0o=
8-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1/go.mod h1:osMglDby4csGZ5sIfhNyYq1bS1TxIdPY88+skE/kkmI=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0 h1:ra3VEk684MNoq741g+xbZrKjZzhyztq5liUAwwew4DY=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0/go.mod h1:WU1hhxnjXw2EV7CYa1nlEvNpMiRY6CvmIOaHuL3pOaA=

services/scf/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0e64886dd0847341800d7191ed193b75413be998
1+
f133408fd6686f12ba34f400ba631124b063f5cc

0 commit comments

Comments
 (0)