File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Release (2025-XX-YY)
2
+ - ` resourcemanager ` : [ v0.5.0] ( services/resourcemanager/CHANGELOG.md#v050-2025-06-04 )
3
+ - ** Feature:** Delete Organization labels using the new method ` DeleteOrganizationLabels `
4
+ - ** Feature:** Delete Project labels using the new method ` DeleteProjectLabels `
5
+ - ** Feature:** List folders using the new method ` ListFolders `
6
+ - ** Feature:** Partial Update Organization using the new method ` PartialUpdateOrganization `
7
+
1
8
## Release (2025-06-03)
2
9
3
10
- ` loadbalancer ` : [ v0.2.4] ( services/loadbalancer/CHANGELOG.md#v024-2025-06-02 )
Original file line number Diff line number Diff line change
1
+ ## v0.5.0 (2025-06-04)
2
+ - ** Feature:** Delete Organization labels using the new method ` DeleteOrganizationLabels `
3
+ - ** Feature:** Delete Project labels using the new method ` DeleteProjectLabels `
4
+ - ** Feature:** List folders using the new method ` ListFolders `
5
+ - ** Feature:** Partial Update Organization using the new method ` PartialUpdateOrganization `
6
+
1
7
## v0.4.0 (2025-05-14)
2
8
- ** Breaking change:** Fields ` ContainerParentId ` and ` ParentId ` are no longer required in ` ParentListInner `
3
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-resourcemanager"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-resourcemanager"
6
- version = " v0.4 .0"
6
+ version = " v0.5 .0"
7
7
authors = [
8
8
" STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
9
9
]
You can’t perform that action at this time.
0 commit comments