Skip to content

Commit fea61b5

Browse files
committed
chore(changelogs): Add changelogs for logme, mariadb, opensearch, rabbitmq and valkey
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 589f401 commit fea61b5

16 files changed

Lines changed: 50 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44
- [v0.13.0](services/kms/CHANGELOG.md#v0130)
55
- **Breaking Change:** Remove enum `Protection`
66
- **Breaking Change:** Change type of `protection` attribute from `Protection` to `str` in `CreateKeyPayload`, `CreateWrappingKeyPayload`, `Key` and `WrappingKey` model
7+
- `logme`:
8+
- [v1.3.0](services/logme/CHANGELOG.md#v130)
9+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
10+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
11+
- `mariadb`:
12+
- [v1.3.0](services/mariadb/CHANGELOG.md#v130)
13+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
14+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
15+
- `opensearch`:
16+
- [v1.3.0](services/opensearch/CHANGELOG.md#v130)
17+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
18+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
19+
- `rabbitmq`:
20+
- [v1.3.0](services/rabbitmq/CHANGELOG.md#v130)
21+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
22+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
23+
- `valkey`:
24+
- [v0.2.0](services/valkey/CHANGELOG.md#v020)
25+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
26+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
727

828
## Release (2026-08-25)
929

services/logme/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.3.0
2+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
3+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
4+
15
## v1.2.0
26
- **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed)
37
The return type now correctly models the actual JSON response, this operation was broken beforehand.

services/logme/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-logme"
3-
version = "v1.2.0"
3+
version = "v1.3.0"
44
description = "STACKIT LogMe API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

services/logme/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mariadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.3.0
2+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
3+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
4+
15
## v1.2.0
26
- **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed)
37
The return type now correctly models the actual JSON response, this operation was broken beforehand.

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 = "v1.2.0"
3+
version = "v1.3.0"
44
description = "STACKIT MariaDB API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

services/mariadb/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/opensearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.3.0
2+
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
3+
The return type now correctly models the actual JSON response, this operation was broken beforehand.
4+
15
## v1.2.0
26
- **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed)
37
The return type now correctly models the actual JSON response, this operation was broken beforehand.

services/opensearch/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-opensearch"
3-
version = "v1.2.0"
3+
version = "v1.3.0"
44
description = "STACKIT Opensearch API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

services/opensearch/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)