Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@
- `v3beta1api`: Align package to latest API specification
- [v1.8.0](services/sqlserverflex/CHANGELOG.md#v180)
- Minimal go version is now Go 1.25
- [v1.9.0](services/sqlserverflex/CHANGELOG.md#v190)
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
- `v3beta1api`: **Feature:** Support region eu02
- `stackitmarketplace`:
- [v1.17.5](services/stackitmarketplace/CHANGELOG.md#v1175)
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
Expand Down
2 changes: 1 addition & 1 deletion examples/sqlserverflex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.25
replace github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex => ../../services/sqlserverflex

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/sqlserverflex v1.7.0
)

Expand Down
4 changes: 2 additions & 2 deletions examples/sqlserverflex/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
4 changes: 4 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.9.0
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
- `v3beta1api`: **Feature:** Support region eu02

## v1.8.0
- Minimal go version is now Go 1.25

Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0
v1.9.0
2 changes: 1 addition & 1 deletion services/sqlserverflex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25

require (
github.com/google/go-cmp v0.7.0
github.com/stackitcloud/stackit-sdk-go/core v0.24.1
github.com/stackitcloud/stackit-sdk-go/core v0.25.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions services/sqlserverflex/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
2 changes: 1 addition & 1 deletion services/sqlserverflex/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8
828314cc225fa390e5b2162029ac60888c3255bb
1 change: 1 addition & 0 deletions services/sqlserverflex/v3beta1api/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading