diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1aa724a..2f8f794a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,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/examples/edge/go.mod b/examples/edge/go.mod index 89b39b210..2865484ed 100644 --- a/examples/edge/go.mod +++ b/examples/edge/go.mod @@ -6,7 +6,7 @@ go 1.25 replace github.com/stackitcloud/stackit-sdk-go/services/edge => ../../services/edge require ( - github.com/stackitcloud/stackit-sdk-go/core v0.24.1 + github.com/stackitcloud/stackit-sdk-go/core v0.25.0 github.com/stackitcloud/stackit-sdk-go/services/edge v0.8.2 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/examples/edge/go.sum b/examples/edge/go.sum index 5026e452b..33405ccd7 100644 --- a/examples/edge/go.sum +++ b/examples/edge/go.sum @@ -4,8 +4,8 @@ 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= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= 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 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