Skip to content

Commit d20ad93

Browse files
committed
chore(logme): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 8346bb5 commit d20ad93

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@
252252
- `v1api`: **Improvement**: Use new `WaiterHandler` struct in the LogMe WaitHandler
253253
- [v0.30.0](services/logme/CHANGELOG.md#v0300)
254254
- **Feature:** Introduce enums for various attributes
255+
- [v1.0.0](services/logme/CHANGELOG.md#v100)
256+
- `v2api`:
257+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
258+
- **Deprecation:** `FluentdTls`, `FluentdTlsCiphers`, `FluentdTlsMaxVersion`, `FluentdTlsMinVersion`, `FluentdTlsVersion`, `OpensearchTlsCiphers`, `OpensearchTlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
259+
- `v1api`:
260+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
261+
- **Deprecation:** `FluentdTls`, `FluentdTlsCiphers`, `FluentdTlsMaxVersion`, `FluentdTlsMinVersion`, `FluentdTlsVersion`, `OpensearchTlsCiphers`, `OpensearchTlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
255262
- `logs`:
256263
- [v0.7.3](services/logs/CHANGELOG.md#v073)
257264
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/logme/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.0
2+
- `v2api`:
3+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
4+
- **Deprecation:** `FluentdTls`, `FluentdTlsCiphers`, `FluentdTlsMaxVersion`, `FluentdTlsMinVersion`, `FluentdTlsVersion`, `OpensearchTlsCiphers`, `OpensearchTlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
5+
- `v1api`:
6+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
7+
- **Deprecation:** `FluentdTls`, `FluentdTlsCiphers`, `FluentdTlsMaxVersion`, `FluentdTlsMinVersion`, `FluentdTlsVersion`, `OpensearchTlsCiphers`, `OpensearchTlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
8+
19
## v0.30.0
210
- **Feature:** Introduce enums for various attributes
311

services/logme/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.30.0
1+
v1.0.0

0 commit comments

Comments
 (0)