From 9819313a8b890708ca1e63f29724e3f77376c272 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 17 Apr 2026 10:11:02 +0000 Subject: [PATCH 1/2] Generate edge --- services/edge/go.mod | 2 +- services/edge/go.sum | 4 ++-- services/edge/oas_commit | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/edge/go.mod b/services/edge/go.mod index 9816a51f0..d64b6454b 100644 --- a/services/edge/go.mod +++ b/services/edge/go.mod @@ -2,7 +2,7 @@ module github.com/stackitcloud/stackit-sdk-go/services/edge go 1.25 -require github.com/stackitcloud/stackit-sdk-go/core v0.24.1 +require 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/edge/go.sum b/services/edge/go.sum index 516c6a66d..f66cfd445 100644 --- a/services/edge/go.sum +++ b/services/edge/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/edge/oas_commit b/services/edge/oas_commit index 272dcd7b3..6ffe07488 100644 --- a/services/edge/oas_commit +++ b/services/edge/oas_commit @@ -1 +1 @@ -7387ad1600ca8bb2a3f15a5df04cd5831d75852f +f133408fd6686f12ba34f400ba631124b063f5cc From 8cfe607ebe243d4e5606271b955bd0b82a2d0316 Mon Sep 17 00:00:00 2001 From: Manuel Vaas Date: Mon, 20 Apr 2026 12:33:35 +0200 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 2 ++ services/edge/CHANGELOG.md | 3 +++ services/edge/VERSION | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc745bb45..d15a2b8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ - **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1` - [v0.9.0](services/edge/CHANGELOG.md#v090) - Minimal go version is now Go 1.25 + - [v0.9.1](services/edge/CHANGELOG.md#v091) + - **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0` - `git`: - [v0.11.2](services/git/CHANGELOG.md#v0112) - **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1` diff --git a/services/edge/CHANGELOG.md b/services/edge/CHANGELOG.md index b8ad08b06..3b0a89542 100644 --- a/services/edge/CHANGELOG.md +++ b/services/edge/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.9.1 +- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0` + ## v0.9.0 - Minimal go version is now Go 1.25 diff --git a/services/edge/VERSION b/services/edge/VERSION index 7965b36d6..1bd5ffe10 100644 --- a/services/edge/VERSION +++ b/services/edge/VERSION @@ -1 +1 @@ -v0.9.0 \ No newline at end of file +v0.9.1