Skip to content

Commit 8ce7b28

Browse files
committed
add changelog entries
1 parent 52bdd5e commit 8ce7b28

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
99
- `loadbalancer`: [v1.8.0](services/loadbalancer/CHANGELOG.md#v180)
1010
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
11+
- `resourcemanager`: [v0.19.0](services/resourcemanager/CHANGELOG.md#v0190)
12+
- **Feature:** Introduction of multi-API-version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
13+
- `v0api`: New package which should be used for communication with the STACKIT Resourcemanager API in the future
14+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v0api` package instead.
1115

1216
## Release (2026-02-20)
1317
- `core`: [v0.21.1](core/CHANGELOG.md#v0211)

services/resourcemanager/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.19.0
2+
- **Feature:** Introduction of multi-API-version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3+
- `v0api`: New package which should be used for communication with the STACKIT Resourcemanager API in the future
4+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v0api` package instead.
5+
16
## v0.18.5
27
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
38

services/resourcemanager/VERSION

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

0 commit comments

Comments
 (0)