Skip to content

Commit e21215c

Browse files
committed
update changelogs and version
1 parent 37c17a3 commit e21215c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,14 @@
5959
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
6060
- `objectstorage`: [v1.3.1](services/objectstorage/CHANGELOG.md#v131)
6161
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
62-
- `observability`: [v0.9.1](services/observability/CHANGELOG.md#v091)
63-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
62+
- `observability`:
63+
- [v0.9.2](services/observability/CHANGELOG.md#v092)
64+
- **Feature:** Add new `CreateCredentialsPayload` model for creating credentials with optional description
65+
- **Feature:** Add `Description` field to `Credentials` and `ServiceKeysList` models
66+
- **Feature:** Update `CreateCredentials` API to accept payload with description
67+
- **Improvement:** Improved documentation for some fields of the `UpdateMetricsStorageRetentionPayloard` model regarding downsampling behavior and validation rules
68+
- [v0.9.1](services/observability/CHANGELOG.md#v091)
69+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
6470
- `opensearch`: [v0.24.1](services/opensearch/CHANGELOG.md#v0241)
6571
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
6672
- `postgresflex`: [v1.2.1](services/postgresflex/CHANGELOG.md#v121)

services/observability/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.9.2
2+
- **Feature:** Add new `CreateCredentialsPayload` model for creating credentials with optional description
3+
- **Feature:** Add `Description` field to `Credentials` and `ServiceKeysList` models
4+
- **Feature:** Update `CreateCredentials` API to accept payload with description
5+
- **Improvement:** Improved documentation for some fields of the `UpdateMetricsStorageRetentionPayloard` model regarding downsampling behavior and validation rules
6+
17
## v0.9.1
28
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
39

services/observability/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.1
1+
v0.9.2

0 commit comments

Comments
 (0)