Skip to content

Commit c089597

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent db3e430 commit c089597

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
109109
- [v1.8.0](services/mongodbflex/CHANGELOG.md#v180)
110110
- Minimal go version is now Go 1.25
111+
- [v1.8.1](services/mongodbflex/CHANGELOG.md#v181)
112+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
111113
- `objectstorage`:
112114
- [v1.7.2](services/objectstorage/CHANGELOG.md#v172)
113115
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

examples/mariadb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.25
66
replace github.com/stackitcloud/stackit-sdk-go/services/mariadb => ../../services/mariadb
77

88
require (
9-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1
9+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0
1010
github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.27.3
1111
)
1212

examples/mariadb/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/mongodbflex/CHANGELOG.md

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

services/mongodbflex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.0
1+
v1.8.1

0 commit comments

Comments
 (0)