Skip to content

Commit 86639b4

Browse files
committed
chore: upgrade changelogs
1 parent 0e3c446 commit 86639b4

File tree

14 files changed

+68
-1
lines changed

14 files changed

+68
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## Release (2025-XX-YY)
2+
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-xx-yy)
3+
- **New**: Client for managing the ALB service
4+
- `cdn`: [v0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
5+
- **New**: Client for managing the CDN service
6+
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-xx-yyy)
7+
- **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.
8+
- `dns`: [v0.3.1](services/dns/CHANGELOG.md#v031-2025-xx-yy)
9+
- Adapted to minor API changes
10+
- `lbapplication`: [v0.3.1](services/lbapplication/CHANGELOG.md#v031-2025-xx-yy)
11+
- Adapted to minor API changes
12+
- `loadbalancer`: [v0.3.1](services/loadbalancer/CHANGELOG.md#v100-2025-xx-yy)
13+
- **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.
14+
- `modelserving`: [v0.1.0](services/modelserving/CHANGELOG.md#v010-2025-xx-yy)
15+
- **New**: Client for managing the modelserving API
16+
- `objectstorage`: [v2.0.0](services/objectstorage/CHANGELOG.md#v200-2025-xx-yy)
17+
- **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.
18+
- `runcommand`: [v1.0.0](services/runcommand/CHANGELOG.md#v100-2025-xx-yy)
19+
- **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.
20+
- `serverbackup`: [v1.0.0](services/serverbackup/CHANGELOG.md#v100-2025-xx-yy)
21+
- **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.
22+
- `serverupdate`: [v1.0.0](services/serverupdate/CHANGELOG.md#v100-2025-xx-yy)
23+
- **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.
24+
- `serviceenablement`: [v1.0.0](services/serviceenablement/CHANGELOG.md#v100-2025-xx-yy)
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.
26+
- `sqlserverflex`: [v1.0.0](services/sqlserverflex/CHANGELOG.md#v100-2025-xx-yy)
27+
- **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.
28+
29+
130
## Release (2025-03-05)
231

332
- `stackitmarketplace`: [v0.2.0](services/stackitmarketplace/CHANGELOG.md#v020-2025-03-05)

services/alb/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v0.1.0 (2025-XX-YY)
2+
- **New**: Client for managing the ALB service

services/cdn/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v0.1.0 (2025-XX-YY)
2+
- **New**: Client for managing the CDN service

services/certificates/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## v0.2.1 (2025-01-14)
1+
## v1.0.0 (2025-XX-YYy)
2+
- **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.
23

4+
## v0.2.1 (2025-01-14)
35
- **Bugfix**: `configuration.py` region adjustment was missing
46

57
## v0.2.0 (2025-01-13)

services/dns/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.1 (2025-XX-YY)
2+
- Adapted to minor API changes
3+
14
## v0.3.0 (2025-02-27)
25

36
- Add support for extensions

services/lbapplication/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.1 (2025-XX-YY)
2+
- Adapted to minor API changes
3+
14
## v0.3.0 (2025-02-07)
25

36
- **Bugfix**: Set type from interface to int64 of `HealthyThreshold`, `UnhealthyThreshold`, `MaxLoadBalancers`, `Port`, `MaxConnections`, `Code` and `TargetPort`

services/loadbalancer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.0.0 (2025-XX-YY)
2+
- **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.
3+
4+
## v0.2.1 (2025-01-14)
5+
- **Bugfix**: `configuration.py` region adjustment was missing
6+
17
## v0.2.1 (2025-01-14)
28

39
- **Bugfix**: `configuration.py` region adjustment was missing

services/modelserving/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v0.1.0 (2025-XX-YY)
2+
- **New**: Client for managing the modelserving API

services/objectstorage/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.0.0 (2025-XX-YY)
2+
- **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.
3+
14
## v1.0.1 (2025-02-26)
25

36
- New value `eu02` in region enum

services/runcommand/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.0 (2025-XX-YY)
2+
- **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.
3+
14
## v0.2.0 (2025-01-13)
25

36
- **Breaking Change:**: `get_host_from_settings` returns an error if a region is specified for a global URL.

0 commit comments

Comments
 (0)