Skip to content

Commit 5aac2ee

Browse files
committed
chore(mariadb): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 1e6a012 commit 5aac2ee

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Release (2026-MM-DD)
22

3+
- `mariadb`:
4+
- [v1.0.0](services/mariadb/CHANGELOG.md#v100)
5+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
6+
- **Feature:** Added optional `CreateCredentialsPayload`.
37
- `modelexperiements`
48
- [v0.1.0](services/modelexperiments/CHANGELOG.md#v010)
59
- **New**: API for STACKIT modelexperiments

services/mariadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0
2+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
3+
- **Feature:** Added optional `CreateCredentialsPayload`.
4+
15
## v0.4.0
26
- **Feature:** regenerate with openapi-generator v7.22.0
37

services/mariadb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-mariadb"
3-
version = "v0.4.0"
3+
version = "v1.0.0"
44
description = "STACKIT MariaDB API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)