Skip to content

Commit 1641292

Browse files
committed
Bugfix: Region adjustment
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 4b01ba3 commit 1641292

File tree

21 files changed

+71
-10
lines changed

21 files changed

+71
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
### Highlights
44

5+
- `authorization`: [v0.2.1](services/authorization/CHANGELOG.md#v021-2025-01-14)
6+
- **Bugfix**: `configuration.py` region adjustment was missing
7+
- `certificates`: [v0.2.1](services/certificates/CHANGELOG.md#v021-2025-01-14)
8+
- **Bugfix**: `configuration.py` region adjustment was missing
9+
- `dns`: [v0.2.1](services/dns/CHANGELOG.md#v021-2025-01-14)
10+
- **Bugfix**: `configuration.py` region adjustment was missing
11+
- `iaas`: [v0.3.1](services/iaas/CHANGELOG.md#v031-2025-01-14)
12+
- **Bugfix**: `configuration.py` region adjustment was missing
13+
- `lbapplication`: [v0.2.1](services/lbapplication/CHANGELOG.md#v021-2025-01-14)
14+
- **Bugfix**: `configuration.py` region adjustment was missing
15+
- `loadbalancer`: [v0.2.1](services/loadbalancer/CHANGELOG.md#v021-2025-01-14)
16+
- **Bugfix**: `configuration.py` region adjustment was missing
17+
- `logme`: [v0.2.1](services/logme/CHANGELOG.md#v021-2025-01-14)
18+
- **Bugfix**: `configuration.py` region adjustment was missing
19+
- `mariadb`: [v0.2.1](services/mariadb/CHANGELOG.md#v021-2025-01-14)
20+
- **Bugfix**: `configuration.py` region adjustment was missing
21+
- `mongodbflex`: [v0.2.1](services/mongodbflex/CHANGELOG.md#v021-2025-01-14)
22+
- **Bugfix**: `configuration.py` region adjustment was missing
23+
- `objectstorage`: [v0.2.1](services/objectstorage/CHANGELOG.md#v021-2025-01-14)
24+
- **Bugfix**: `configuration.py` region adjustment was missing
25+
526
- `authorization`: [v0.2.0](services/authorization/CHANGELOG.md#v020-2025-01-13)
627
- **Breaking Change:**: `get_host_from_settings` returns an error if a region is specified for a global URL.
728
- `dns`: [v0.2.0](services/dns/CHANGELOG.md#v020-2025-01-13)

services/authorization/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1 (2025-01-14)
2+
3+
- **Bugfix**: `configuration.py` region adjustment was missing
4+
15
## v0.2.0 (2025-01-13)
26

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

services/authorization/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-authorization"
6-
version = "v0.2.0"
6+
version = "v0.2.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/certificates/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1 (2025-01-14)
2+
3+
- **Bugfix**: `configuration.py` region adjustment was missing
4+
15
## v0.2.0 (2025-01-13)
26

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

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.0"
6+
version = "v0.2.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/dns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1 (2025-01-14)
2+
3+
- **Bugfix**: `configuration.py` region adjustment was missing
4+
15
## v0.2.0 (2025-01-13)
26

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

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.2.0"
6+
version = "v0.2.1"
77
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
88
description = "STACKIT DNS API"
99
readme = "README.md"

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1 (2025-01-14)
2+
3+
- **Bugfix**: `configuration.py` region adjustment was missing
4+
15
## v0.3.0 (2025-01-13)
26

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

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0"
6+
version = "v0.3.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/lbapplication/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1 (2025-01-14)
2+
3+
- **Bugfix**: `configuration.py` region adjustment was missing
4+
15
## v0.2.0 (2025-01-13)
26

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

0 commit comments

Comments
 (0)