Skip to content

Commit 9fdd159

Browse files
authored
fix: Missing changelogs for some services (#1810)
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 74ff349 commit 9fdd159

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
## Release (2025-XX-YY)
2+
3+
- `alb`: [v0.2.1](services/alb/CHANGELOG.md#v021-2025-03-27)
4+
- **Bugfix:** Removed ConfigureRegion() from API client
5+
- `cdn`: [v0.1.1](services/cdn/CHANGELOG.md#v011-2025-03-27)
6+
- **Bugfix:** Removed ConfigureRegion() from API client
7+
- `certificates`: [v1.0.1](services/certificates/CHANGELOG.md#v101-2025-03-27)
8+
- **Bugfix:** Removed ConfigureRegion() from API client
9+
- `serverupdate`: [v1.0.1](services/serverupdate/CHANGELOG.md#v101-2025-03-27)
10+
- **Bugfix:** Removed ConfigureRegion() from API client
11+
- `serverbackup`: [v1.0.1](services/serverbackup/CHANGELOG.md#v101-2025-03-27)
12+
- **Bugfix:** Removed ConfigureRegion() from API client
213
- `core`: [0.17.0](core/CHANGELOG.md#v0170-2025-03-25)
314
- **New:** Helper functions for generic openapi error codes
415
- **New:** If a custom http.Client is provided, the http.Transport is respected. This allows customizing the http.Client with custom timeouts or instrumentation.

services/alb/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.2.1 (2025-03-27)
2+
- **Bugfix:** Removed ConfigureRegion() from API client
3+
14
## v0.2.0 (2025-03-20)
25
- **Enhancement:** Provider waiter for loadbalancer api
36

services/cdn/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.1.1 (2025-03-27)
2+
- **Bugfix:** Removed ConfigureRegion() from API client
3+
14
## v0.1.0 (2025-03-19)
25
- **New:** Introduce new API for content delivery

services/certificates/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.1 (2025-03-27)
2+
- **Bugfix:** Removed ConfigureRegion() from API client
3+
14
## v1.0.0 (2025-03-14)
25
- **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.
36

services/serverbackup/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.1 (2025-03-27)
2+
- **Bugfix:** Removed ConfigureRegion() from API client
3+
14
## v1.0.0 (2025-03-19)
25
- **Breaking Change:** The region is no longer specified within the client configuration.
36

services/serverupdate/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.1 (2025-03-27)
2+
- **Bugfix:** Removed ConfigureRegion() from API client
3+
14
## v1.0.0 (2025-03-19)
25
- **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.
36

0 commit comments

Comments
 (0)