Skip to content

Commit 90e7d09

Browse files
committed
fix changelogs
1 parent 1e61f86 commit 90e7d09

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
- `dns`: [v0.18.0](services/dns/CHANGELOG.md#v0180)
7474
- **Feature:** Introduction of multi API version support for the dns SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
7575
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
76-
- **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.
76+
- **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 `v1api` package instead.
7777
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
7878
- `intake`: [v0.5.0](services/intake/CHANGELOG.md#v050)
7979
- **Feature:** Introduction of multi API version support for the intake SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
@@ -90,22 +90,22 @@
9090
- `logme`: [v0.26.0](services/logme/CHANGELOG.md#v0260)
9191
- **Feature:** Introduction of multi API version support for the logme SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
9292
- `v1api`: New package which should be used for communication with the STACKIT logme API in the future
93-
- **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.
93+
- **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 `v1api` package instead.
9494
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
9595
- `modelserving`: [v0.7.0](services/modelserving/CHANGELOG.md#v070)
9696
- **Feature:** Introduction of multi API version support for the modelserving SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
9797
- `v1api`: New package which should be used for communication with the STACKIT modelserving API in the future
98-
- **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.
98+
- **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 `v1api` package instead.
9999
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
100100
- `rabbitmq`: [v0.27.0](services/rabbitmq/CHANGELOG.md#v0270)
101101
- **Feature:** Introduction of multi API version support for the rabbitmq SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
102102
- `v1api`: New package which should be used for communication with the STACKIT rabbitmq API in the future
103-
- **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.
103+
- **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 `v1api` package instead.
104104
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
105105
- `redis`: [v0.26.0](services/redis/CHANGELOG.md#v0260)
106106
- **Feature:** Introduction of multi API version support for the redis SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
107107
- `v1api`: New package which should be used for communication with the STACKIT redis API in the future
108-
- **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.
108+
- **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 `v1api` package instead.
109109
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
110110
- `kms`: [v1.4.0](services/kms/CHANGELOG.md#v140)
111111
- **Feature:** Introduction of multi API version support for the kms SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
@@ -116,7 +116,7 @@
116116
- `mariadb`: [v0.26.0](services/mariadb/CHANGELOG.md#v0260)
117117
- **Feature:** Introduction of multi API version support for the mariadb SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
118118
- `v1api`: New package which should be used for communication with the STACKIT mariadb API in the future
119-
- **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.
119+
- **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 `v1api` package instead.
120120
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
121121
- `authorization`: [v0.13.0](services/authorization/CHANGELOG.md#v0130)
122122
- **Feature:** Introduction of multi API version support for the authorization SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/dns/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.18.0
22
- **Feature:** Introduction of multi API version support for the dns SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33
- `v1api`: New package which should be used for communication with the STACKIT dns 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.
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 `v1api` package instead.
55
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
66

77
## v0.17.6

services/logme/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.26.0
22
- **Feature:** Introduction of multi API version support for the logme SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33
- `v1api`: New package which should be used for communication with the STACKIT logme 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.
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 `v1api` package instead.
55
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
66

77
## v0.25.6

services/mariadb/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.26.0
22
- **Feature:** Introduction of multi API version support for the mariadb SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33
- `v1api`: New package which should be used for communication with the STACKIT mariadb 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.
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 `v1api` package instead.
55
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
66

77
## v0.25.6

services/modelserving/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.7.0
22
- **Feature:** Introduction of multi API version support for the modelserving SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33
- `v1api`: New package which should be used for communication with the STACKIT modelserving 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.
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 `v1api` package instead.
55
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
66

77
## v0.6.5

services/rabbitmq/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.27.0
22
- **Feature:** Introduction of multi API version support for the rabbitmq SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33
- `v1api`: New package which should be used for communication with the STACKIT rabbitmq 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.
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 `v1api` package instead.
55
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
66

77
## v0.26.0

services/redis/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.26.0
22
- **Feature:** Introduction of multi API version support for the redis SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33
- `v1api`: New package which should be used for communication with the STACKIT redis 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.
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 `v1api` package instead.
55
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
66

77
## v0.25.6

0 commit comments

Comments
 (0)