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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@
- [v1.4.1](services/redis/CHANGELOG.md#v141)
- **Dependencies:** Bump STACKIT SDK core module from `v0.26.0` to `v0.27.0`
- `resourcemanager`:
- [v0.26.0](services/resourcemanager/CHANGELOG.md#v0260)
- `v0api`:
- Updated the godoc comments of the API client methods
- **Breaking change:** Removal of unused model struct `ContainerSearchResult`
- **Breaking change:** Removal of unused enum type `ContainerSearchResultContainerType` with enum constants `CONTAINERSEARCHRESULTCONTAINERTYPE_PROJECT` and `CONTAINERSEARCHRESULTCONTAINERTYPE_FOLDER`
- Deprecated SDK layer in root of the module:
- Updated the godoc comments of the API client methods
- **Breaking change:** Removal of unused model struct `ContainerSearchResult`
- **Breaking change:** Removal of unused enum type `ContainerSearchResultContainerType` with enum constants `CONTAINERSEARCHRESULTCONTAINER_TYPE_PROJECT` and `CONTAINERSEARCHRESULTCONTAINER_TYPE_FOLDER`
- [v0.25.1](services/resourcemanager/CHANGELOG.md#v0251)
- **Dependencies:** Bump STACKIT SDK core module from `v0.26.0` to `v0.27.0`
- [v0.25.0](services/resourcemanager/CHANGELOG.md#v0250)
Expand Down
10 changes: 10 additions & 0 deletions services/resourcemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.26.0
- `v0api`:
- Updated the godoc comments of the API client methods
- **Breaking change:** Removal of unused model struct `ContainerSearchResult`
- **Breaking change:** Removal of unused enum type `ContainerSearchResultContainerType` with enum constants `CONTAINERSEARCHRESULTCONTAINERTYPE_PROJECT` and `CONTAINERSEARCHRESULTCONTAINERTYPE_FOLDER`
- Deprecated SDK layer in root of the module:
- Updated the godoc comments of the API client methods
- **Breaking change:** Removal of unused model struct `ContainerSearchResult`
- **Breaking change:** Removal of unused enum type `ContainerSearchResultContainerType` with enum constants `CONTAINERSEARCHRESULTCONTAINER_TYPE_PROJECT` and `CONTAINERSEARCHRESULTCONTAINER_TYPE_FOLDER`

## v0.25.1
- **Dependencies:** Bump STACKIT SDK core module from `v0.26.0` to `v0.27.0`

Expand Down
2 changes: 1 addition & 1 deletion services/resourcemanager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.25.1
v0.26.0
111 changes: 72 additions & 39 deletions services/resourcemanager/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading