Skip to content

Commit 7b1ac47

Browse files
rubenhoenleFyusel
andauthored
fix(iaas): fix versioning (#673)
* fix(iaas): fix versioning * chore(dns): set new pyproject version * chore(iaas): set new pyproject version * chore(objectstorage): set new pyproject version * chore(postgresflex): set new pyproject version * chore(ske): set new pyproject version * fix(pyproject.toml): adjust dns and iaas versions Signed-off-by: Alexander Dahmen <[email protected]> --------- Signed-off-by: Alexander Dahmen <[email protected]> Co-authored-by: Alexander Dahmen <[email protected]>
1 parent 4b382c2 commit 7b1ac47

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `Nodepool`: `maximum` and `minimum` must be <= 1000
99
- `dns`: [v0.3.0](services/dns/CHANGELOG.md#v030-2025-02-27)
1010
- Add support for extensions
11-
- `iaas`: [v0.3.0](services/iaas/CHANGELOG.md#v030-2025-02-27)
11+
- `iaas`: [v0.4.0](services/iaas/CHANGELOG.md#v040-2025-02-27)
1212
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
1313
- Add size attribute to image model
1414
- Add CPU architecture attribute to image config model

services/dns/pyproject.toml

+1-1
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.2.1"
6+
version = "v0.3.0"
77
authors = ["STACKIT Developer Tools <[email protected]>"]
88
description = "STACKIT DNS API"
99
readme = "README.md"

services/iaas/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## v0.3.0 (2025-02-27)
1+
## v0.4.0 (2025-02-27)
22

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

7-
## v0.2.1 (2025-01-14)
7+
## v0.3.1 (2025-01-14)
88

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

services/iaas/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-iaas"
33

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

services/objectstorage/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-objectstorage"
33

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

services/postgresflex/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-postgresflex"
33

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

services/ske/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-ske"
33

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

0 commit comments

Comments
 (0)