Skip to content

Commit 117e24f

Browse files
committed
Add changelog
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 5c337d9 commit 117e24f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release (2025-xx-xx)
2+
- `postgresflex`: [v1.3.0](services/postgresflex/CHANGELOG.md#v130)
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.
5+
16
## Release (2025-10-13)
27
- `observability`: [v0.15.0](services/observability/CHANGELOG.md#v0150)
38
- **Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.

services/postgresflex/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## v1.3.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.2.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
6+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
37

48
## v1.2.0
59
- Add `required:"true"` tags to model structs

services/postgresflex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.1
1+
v1.3.0

0 commit comments

Comments
 (0)