Skip to content

Commit f02e153

Browse files
Generator: Update SDK /services/alb (#6609)
Co-authored-by: Manuel Vaas <[email protected]>
1 parent 5126d3c commit f02e153

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
@@ -6,6 +6,8 @@
66
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
77
- [v0.14.0](services/alb/CHANGELOG.md#v0140)
88
- Minimal go version is now Go 1.25
9+
- [v0.14.1](services/alb/CHANGELOG.md#v0141)
10+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
911
- `albwaf`:
1012
- [v0.3.2](services/albwaf/CHANGELOG.md#v032)
1113
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/alb/CHANGELOG.md

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

services/alb/VERSION

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

services/alb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25
55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/google/uuid v1.6.0
8-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1
8+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0
99
)
1010

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

services/alb/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/alb/oas_commit

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

0 commit comments

Comments
 (0)