Skip to content

Commit 1303d21

Browse files
authored
Add changelogs for fix of deprecation marks (#625)
* Add changelogs for fix of deprecation marks * Change to potential breaking change
1 parent 6b44548 commit 1303d21

File tree

8 files changed

+40
-1
lines changed

8 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Release (2024-XX-XX)
22

3+
- `rabbitmq`: [v0.17.0](services/rabbitmq/CHANGELOG.md#v0161-2024-07-10)
4+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
5+
- `opensearch`: [v0.16.0](services/opensearch/CHANGELOG.md#v0151-2024-07-10)
6+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
7+
- `mariadb`: [v0.17.0](services/mariadb/CHANGELOG.md#v0161-2024-07-10)
8+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
9+
- `logme`: [v0.17.0](services/logme/CHANGELOG.md#v0161-2024-07-10)
10+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
11+
- `redis`: [v0.17.0](services/redis/CHANGELOG.md#v0161-2024-07-10)
12+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
13+
- `loadbalancer`: [v0.14.0](services/loadbalancer/CHANGELOG.md#v0131-2024-07-10)
14+
- **Bugfix:** Fix marking of deprecated methods. Potential breaking change for users with linters that treat deprecations as errors.
15+
- `ske`: [v0.18.0](services/ske/CHANGELOG.md#v0171-2024-07-10)
16+
- **Bugfix:** Fix marking of deprecated methods. Potential breaking change for users with linters that treat deprecations as errors.
317
- `sqlserverflex`: [v0.3.0](services/sqlserverflex/CHANGELOG.md#v030-2024-07-09)
418
- **Breaking changes:**
519
- `Database` renamed to `DefaultDatabase`, in `CreateUserPayload`

services/loadbalancer/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## v0.XX.X (2024-XX-XX)
1+
## v0.14.0 (2024-07-10)
22

33
- **Improvement:** Improve default error messages.
4+
- **Bugfix:** Fix marking of deprecated methods. Potential breaking change for users with linters that treat deprecations as errors.
45

56
## v0.13.0 (2024-06-12)
67

services/logme/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.17.0 (2024-07-10)
2+
3+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
4+
15
## v0.16.0 (2024-06-19)
26

37
- **Feature**: New methods `CreateBackup`, `DownloadBackup`, `ListRestores`,`UpdateBackupsConfig`, `TriggerRecreate`, `TriggerRestart`, `TriggerRestore` to manage the backup and restoration of an instance.

services/mariadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.17.0 (2024-07-10)
2+
3+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
4+
15
## v0.16.0 (2024-06-19)
26

37
- **Feature**: New methods `CreateBackup`, `DownloadBackup`, `ListRestores`,`UpdateBackupsConfig`, `TriggerRecreate`, `TriggerRestart`, `TriggerRestore` to manage the backup and restoration of an instance.

services/opensearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.16.0 (2024-07-10)
2+
3+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
4+
15
## v0.15.0 (2024-06-19)
26

37
- **Feature**: New methods `CreateBackup`, `DownloadBackup`, `ListRestores`,`UpdateBackupsConfig`, `TriggerRecreate`, `TriggerRestart`, `TriggerRestore` to manage the backup and restoration of an instance.

services/rabbitmq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.17.0 (2024-07-10)
2+
3+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
4+
15
## v0.16.0 (2024-06-19)
26

37
- **Feature**: New methods `CreateBackup`, `DownloadBackup`, `ListRestores`,`UpdateBackupsConfig`, `TriggerRecreate`, `TriggerRestart`, `TriggerRestore` to manage the backup and restoration of an instance.

services/redis/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.17.0 (2024-07-10)
2+
3+
- **Bugfix:** Fix marking of deprecated struct fields. Potential breaking change for users with linters that treat deprecations as errors.
4+
15
## v0.16.0 (2024-06-19)
26

37
- **Feature**: New methods `CreateBackup`, `DownloadBackup`, `ListRestores`,`UpdateBackupsConfig`, `TriggerRecreate`, `TriggerRestart`, `TriggerRestore` to manage the backup and restoration of an instance.

services/ske/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.18.0 (2024-07-10)
2+
3+
- **Bugfix:** Fix marking of deprecated methods. Potential breaking change for users with linters that treat deprecations as errors.
4+
15
## v0.17.0 (2024-07-04)
26

37
- **Feature:** Add new field `AllowSystemComponents` to the `Nodepool` model that configures wether system components are allowed to run on the node pool.

0 commit comments

Comments
 (0)