Skip to content

Commit 23247fe

Browse files
authored
chore: upgrade changelogs (#786)
* chore: upgrade changelogs * chore: updated project.toml for services * chore: substituted placeholder with actual date * chore: adapt review suggestion
1 parent 0e3c446 commit 23247fe

File tree

27 files changed

+78
-14
lines changed

27 files changed

+78
-14
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-03-18)
3+
- **New**: Client for managing the ALB service
4+
- `cdn`: [v0.1.0](services/cdn/CHANGELOG.md#v010-2025-03-18)
5+
- **New**: Client for managing the CDN service
6+
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-18)
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-03-18)
9+
- Adapted to minor API changes
10+
- `lbapplication`: [v0.3.1](services/lbapplication/CHANGELOG.md#v031-2025-03-18)
11+
- Adapted to minor API changes
12+
- `loadbalancer`: [v0.2.2](services/loadbalancer/CHANGELOG.md#v022-2025-03-18)
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-03-18)
15+
- **New**: Client for managing the modelserving API
16+
- `objectstorage`: [v1.0.2](services/objectstorage/CHANGELOG.md#v102-2025-03-18)
17+
- Adapted to minor API changes
18+
- `runcommand`: [v1.0.0](services/runcommand/CHANGELOG.md#v100-2025-03-18)
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-03-18)
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-03-18)
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-03-18)
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-03-18)
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-03-18)
2+
- **New**: Client for managing the ALB service

services/alb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-alb"
33

44
[tool.poetry]
55
name = "stackit-alb"
6-
version = "v0.0.1a"
6+
version = "v0.1.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

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-03-18)
2+
- **New**: Client for managing the CDN service

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v0.0.1a"
6+
version = "v0.1.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

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-03-18)
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/certificates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-certificates"
33

44
[tool.poetry]
55
name = "stackit-certificates"
6-
version = "v0.2.1"
6+
version = "v1.0.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

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-03-18)
2+
- Adapted to minor API changes
3+
14
## v0.3.0 (2025-02-27)
25

36
- Add support for extensions

services/dns/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-dns"
33

44
[tool.poetry]
55
name = "stackit-dns"
6-
version = "v0.3.0"
6+
version = "v0.3.1"
77
authors = ["STACKIT Developer Tools <[email protected]>"]
88
description = "STACKIT DNS API"
99
readme = "README.md"

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-03-18)
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`

0 commit comments

Comments
 (0)