Skip to content

Commit 2955283

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

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
@@ -98,6 +98,8 @@
9898
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
9999
- [v0.28.0](services/mariadb/CHANGELOG.md#v0280)
100100
- Minimal go version is now Go 1.25
101+
- [v0.28.1](services/mariadb/CHANGELOG.md#v281)
102+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
101103
- `modelserving`:
102104
- [v0.8.3](services/modelserving/CHANGELOG.md#v083)
103105
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

examples/mongodbflex/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.7.3
1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
1212
github.com/google/uuid v1.6.0 // indirect
13-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1 // indirect
13+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0 // indirect
1414
)

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

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

services/mariadb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.28.0
1+
v0.28.1

0 commit comments

Comments
 (0)