Skip to content

Commit a445711

Browse files
committed
chore(postgresflex): Add changelog
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 454cc66 commit a445711

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
- [v1.3.0](services/opensearch/CHANGELOG.md#v130)
2020
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`
2121
The return type now correctly models the actual JSON response, this operation was broken beforehand.
22+
- `postgresflex`:
23+
- [v1.6.0](services/postgresflex/CHANGELOG.md#v160)
24+
- **Breaking Change:** `class` attribute in `CloneInstanceOverrides` and `StorageCreate` model is now required (previously optional)
2225
- `rabbitmq`:
2326
- [v1.3.0](services/rabbitmq/CHANGELOG.md#v130)
2427
- **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]`

services/postgresflex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.6.0
2+
- **Breaking Change:** `class` attribute in `CloneInstanceOverrides` and `StorageCreate` model is now required (previously optional)
3+
14
## v1.5.0
25
- **Breaking Change:** The v3 API replaces the v2 API.
36

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

services/postgresflex/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)