Skip to content

Commit a3b1d69

Browse files
committed
Add changelog
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 7be843d commit a3b1d69

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Release (2025-xx-xx)
2+
- `postgresflex`: [v1.2.0](services/postgresflex/CHANGELOG.md#v120)
3+
- **Breaking Change:** The attribute type for `PartialUpdateInstancePayload` and `UpdateInstancePayload` changed from `Storage` to `StorageUpdate`.
4+
- **Deprecation:** `StorageUpdate`: updating the performance class field is not possible.
25
- `auditlog`: [v0.1.1](services/auditlog/CHANGELOG.md#v011)
36
- **Bugfix:** Prevent year 0 timestamp issue
47
- `authorization`: [v0.4.1](services/authorization/CHANGELOG.md#v041)

services/postgresflex/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.0
2+
- **Breaking Change:** The attribute type for `PartialUpdateInstancePayload` and `UpdateInstancePayload` changed from `Storage` to `StorageUpdate`.
3+
- **Deprecation:** `StorageUpdate`: updating the performance class field is not possible.
4+
15
## v1.1.0
26
- **Version**: Minimal version is now python 3.9
37

services/postgresflex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-postgresflex"
33

44
[tool.poetry]
55
name = "stackit-postgresflex"
6-
version = "v1.1.0"
6+
version = "v1.2.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)