Skip to content
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- `Nodepool`: `maximum` and `minimum` must be <= 1000
- `dns`: [v0.3.0](services/dns/CHANGELOG.md#v030-2025-02-27)
- Add support for extensions
- `iaas`: [v0.3.0](services/iaas/CHANGELOG.md#v030-2025-02-27)
- `iaas`: [v0.4.0](services/iaas/CHANGELOG.md#v040-2025-02-27)
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
- Add size attribute to image model
- Add CPU architecture attribute to image config model
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.2.1"
version = "v0.3.0"
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
description = "STACKIT DNS API"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## v0.3.0 (2025-02-27)
## v0.4.0 (2025-02-27)

- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
- Add size attribute to image model
- Add CPU architecture attribute to image config model

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

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

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

[tool.poetry]
name = "stackit-iaas"
version = "v0.3.1"
version = "v0.4.0"
authors = [
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
]
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.0"
version = "v1.0.1"
authors = [
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
]
Expand Down
2 changes: 1 addition & 1 deletion services/postgresflex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-postgresflex"

[tool.poetry]
name = "stackit-postgresflex"
version = "v0.3.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
]
Expand Down
2 changes: 1 addition & 1 deletion services/ske/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-ske"

[tool.poetry]
name = "stackit-ske"
version = "v0.3.0"
version = "v0.4.0"
authors = [
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
]
Expand Down
Loading