Skip to content

Commit 801881a

Browse files
Generator: Update SDK /services/objectstorage (#631)
* Generate objectstorage * Add changelog Signed-off-by: Alexander Dahmen <[email protected]> --------- Signed-off-by: Alexander Dahmen <[email protected]> Co-authored-by: Alexander Dahmen <[email protected]>
1 parent 4e3695e commit 801881a

32 files changed

+283
-43
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Release (2025-XX-XX)
22

3+
- `objectstorage`: [v1.0.0](services/objectstorage/CHANGELOG.md#v100-2025-02-06)
4+
- **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.
35
- `resourcemanager`: [v0.3.0](services/resourcemanager/CHANGELOG.md#v030-2025-02-07)
46
- **Breaking Change**: Remove the methods `BffGetContainersOfAFolder` and `BffGetContainersOfAnOrganization`
57
- `lbapplication`: [v0.3.0](services/lbapplication/CHANGELOG.md#v030-2025-02-07)

services/objectstorage/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0 (2025-02-06)
2+
3+
- **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.
4+
15
## v0.2.1 (2025-01-14)
26

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

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 = "v0.2.1"
6+
version = "v1.0.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

services/objectstorage/src/stackit/objectstorage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
STACKIT API to manage the Object Storage
99
10-
The version of the OpenAPI document: 1.1.0
10+
The version of the OpenAPI document: 2.0.1
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.

0 commit comments

Comments
 (0)