From 235c1e2c01ef4d85ab721351d6c006caefe7708d Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 17 Apr 2026 10:10:45 +0000 Subject: [PATCH 1/2] Generate alb --- services/alb/go.mod | 2 +- services/alb/go.sum | 4 ++-- services/alb/oas_commit | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/alb/go.mod b/services/alb/go.mod index 1946c8ac0..dd6b03207 100644 --- a/services/alb/go.mod +++ b/services/alb/go.mod @@ -5,7 +5,7 @@ go 1.25 require ( github.com/google/go-cmp v0.7.0 github.com/google/uuid v1.6.0 - github.com/stackitcloud/stackit-sdk-go/core v0.24.1 + github.com/stackitcloud/stackit-sdk-go/core v0.25.0 ) require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/services/alb/go.sum b/services/alb/go.sum index 516c6a66d..f66cfd445 100644 --- a/services/alb/go.sum +++ b/services/alb/go.sum @@ -4,5 +4,5 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/stackitcloud/stackit-sdk-go/core v0.24.1 h1:IrG0XBlJivUpXC4Y6TE+6FeSxNPs1JQXsero0ivwh0o= -github.com/stackitcloud/stackit-sdk-go/core v0.24.1/go.mod h1:osMglDby4csGZ5sIfhNyYq1bS1TxIdPY88+skE/kkmI= +github.com/stackitcloud/stackit-sdk-go/core v0.25.0 h1:ra3VEk684MNoq741g+xbZrKjZzhyztq5liUAwwew4DY= +github.com/stackitcloud/stackit-sdk-go/core v0.25.0/go.mod h1:WU1hhxnjXw2EV7CYa1nlEvNpMiRY6CvmIOaHuL3pOaA= diff --git a/services/alb/oas_commit b/services/alb/oas_commit index cca6a5e9a..6ffe07488 100644 --- a/services/alb/oas_commit +++ b/services/alb/oas_commit @@ -1 +1 @@ -95de5cba3201a683657cb472d5fa30aa768f19cc +f133408fd6686f12ba34f400ba631124b063f5cc From 02cc8fa157985814b23bd5dac232209a1a8252df Mon Sep 17 00:00:00 2001 From: Manuel Vaas Date: Mon, 20 Apr 2026 12:13:36 +0200 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 2 ++ services/alb/CHANGELOG.md | 3 +++ services/alb/VERSION | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc745bb45..682a48e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1` - [v0.14.0](services/alb/CHANGELOG.md#v0140) - Minimal go version is now Go 1.25 + - [v0.14.1](services/alb/CHANGELOG.md#v0141) + - **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0` - `albwaf`: - [v0.3.2](services/albwaf/CHANGELOG.md#v032) - **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1` diff --git a/services/alb/CHANGELOG.md b/services/alb/CHANGELOG.md index 4ea19c144..13b64d099 100644 --- a/services/alb/CHANGELOG.md +++ b/services/alb/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.14.1 +- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0` + ## v0.14.0 - Minimal go version is now Go 1.25 diff --git a/services/alb/VERSION b/services/alb/VERSION index 045d7384f..64a3b7907 100644 --- a/services/alb/VERSION +++ b/services/alb/VERSION @@ -1 +1 @@ -v0.14.0 \ No newline at end of file +v0.14.1