Skip to content

chore: upgrade changelogs #786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## Release (2025-XX-YY)
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-03-18)
- **New**: Client for managing the ALB service
- `cdn`: [v0.1.0](services/cdn/CHANGELOG.md#v010-2025-03-18)
- **New**: Client for managing the CDN service
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-18)
- **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.
- `dns`: [v0.3.1](services/dns/CHANGELOG.md#v031-2025-03-18)
- Adapted to minor API changes
- `lbapplication`: [v0.3.1](services/lbapplication/CHANGELOG.md#v031-2025-03-18)
- Adapted to minor API changes
- `loadbalancer`: [v0.2.2](services/loadbalancer/CHANGELOG.md#v022-2025-03-18)
- **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.
- `modelserving`: [v0.1.0](services/modelserving/CHANGELOG.md#v010-2025-03-18)
- **New**: Client for managing the modelserving API
- `objectstorage`: [v1.0.2](services/objectstorage/CHANGELOG.md#v102-2025-03-18)
- Adapted to minor API changes
- `runcommand`: [v1.0.0](services/runcommand/CHANGELOG.md#v100-2025-03-18)
- **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.
- `serverbackup`: [v1.0.0](services/serverbackup/CHANGELOG.md#v100-2025-03-18)
- **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.
- `serverupdate`: [v1.0.0](services/serverupdate/CHANGELOG.md#v100-2025-03-18)
- **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.
- `serviceenablement`: [v1.0.0](services/serviceenablement/CHANGELOG.md#v100-2025-03-18)
- **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.
- `sqlserverflex`: [v1.0.0](services/sqlserverflex/CHANGELOG.md#v100-2025-03-18)
- **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.


## Release (2025-03-05)

- `stackitmarketplace`: [v0.2.0](services/stackitmarketplace/CHANGELOG.md#v020-2025-03-05)
Expand Down
2 changes: 2 additions & 0 deletions services/alb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## v0.1.0 (2025-03-18)
- **New**: Client for managing the ALB service
2 changes: 1 addition & 1 deletion services/alb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-alb"

[tool.poetry]
name = "stackit-alb"
version = "v0.0.1a"
version = "v0.1.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
2 changes: 2 additions & 0 deletions services/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## v0.1.0 (2025-03-18)
- **New**: Client for managing the CDN service
2 changes: 1 addition & 1 deletion services/cdn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-cdn"

[tool.poetry]
name = "stackit-cdn"
version = "v0.0.1a"
version = "v0.1.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
4 changes: 3 additions & 1 deletion services/certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## v0.2.1 (2025-01-14)
## v1.0.0 (2025-03-18)
- **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.

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

## v0.2.0 (2025-01-13)
Expand Down
2 changes: 1 addition & 1 deletion services/certificates/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-certificates"

[tool.poetry]
name = "stackit-certificates"
version = "v0.2.1"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.1 (2025-03-18)
- Adapted to minor API changes

## v0.3.0 (2025-02-27)

- Add support for extensions
Expand Down
2 changes: 1 addition & 1 deletion services/dns/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-dns"

[tool.poetry]
name = "stackit-dns"
version = "v0.3.0"
version = "v0.3.1"
authors = ["STACKIT Developer Tools <[email protected]>"]
description = "STACKIT DNS API"
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions services/lbapplication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.1 (2025-03-18)
- Adapted to minor API changes

## v0.3.0 (2025-02-07)

- **Bugfix**: Set type from interface to int64 of `HealthyThreshold`, `UnhealthyThreshold`, `MaxLoadBalancers`, `Port`, `MaxConnections`, `Code` and `TargetPort`
Expand Down
2 changes: 1 addition & 1 deletion services/lbapplication/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-lbapplication"

[tool.poetry]
name = "stackit-lbapplication"
version = "v0.3.0"
version = "v0.3.1"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.2 (2025-03-18)
- Adapted to minor API changes

## v0.2.1 (2025-01-14)

- **Bugfix**: `configuration.py` region adjustment was missing
Expand Down
2 changes: 1 addition & 1 deletion services/loadbalancer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-loadbalancer"

[tool.poetry]
name = "stackit-loadbalancer"
version = "v0.2.1"
version = "v0.2.2"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
2 changes: 2 additions & 0 deletions services/modelserving/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## v0.1.0 (2025-03-18)
- **New**: Client for managing the modelserving API
2 changes: 1 addition & 1 deletion services/modelserving/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-modelserving"

[tool.poetry]
name = "stackit-modelserving"
version = "v0.0.1a"
version = "v0.1.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/objectstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.2 (2025-03-18)
- Adapted to minor API changes

## v1.0.1 (2025-02-26)

- New value `eu02` in region enum
Expand Down
2 changes: 1 addition & 1 deletion services/objectstorage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-objectstorage"

[tool.poetry]
name = "stackit-objectstorage"
version = "v1.0.1"
version = "v1.0.2"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/runcommand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 (2025-03-18)
- **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.

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

- **Breaking Change:**: `get_host_from_settings` returns an error if a region is specified for a global URL.
Expand Down
2 changes: 1 addition & 1 deletion services/runcommand/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-runcommand"

[tool.poetry]
name = "stackit-runcommand"
version = "v0.2.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/serverbackup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 (2025-03-18)
- **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.

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

- **Breaking Change:**: `get_host_from_settings` returns an error if a region is specified for a global URL.
Expand Down
2 changes: 1 addition & 1 deletion services/serverbackup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-serverbackup"

[tool.poetry]
name = "stackit-serverbackup"
version = "v0.2.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/serverupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 (2025-03-18)
- **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.

## v0.3.0 (2025-02-06)

- **Breaking Change:**: Remove field `BackupProperties` from `CreateUpdatePayload` model
Expand Down
2 changes: 1 addition & 1 deletion services/serverupdate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-serverupdate"

[tool.poetry]
name = "stackit-serverupdate"
version = "v0.3.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/serviceenablement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 (2025-03-18)
- **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.

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

- **Breaking Change:**: `get_host_from_settings` returns an error if a region is specified for a global URL.
Expand Down
2 changes: 1 addition & 1 deletion services/serviceenablement/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-serviceenablement"

[tool.poetry]
name = "stackit-serviceenablement"
version = "v0.2.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
3 changes: 3 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 (2025-03-18)
- **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.

## v0.3.0 (2025-01-21)

- **Breaking change**: Delete endpoint made private.
Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-sqlserverflex"

[tool.poetry]
name = "stackit-sqlserverflex"
version = "v0.3.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
Loading