Skip to content

Commit ba5dfa3

Browse files
Generator: Update SDK /services/sfs (#5935)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 07b1aca commit ba5dfa3

File tree

80 files changed

+2315
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2315
-110
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,16 @@
269269
- [v0.16.0](services/secretsmanager/CHANGELOG.md#v0160)
270270
- **Bugfix:** Disable strict decoding of API responses
271271
- **Feature:** Add `AdditionalProperties` fields to model structs
272-
- `sfs`: [v0.5.0](services/sfs/CHANGELOG.md#v050)
273-
- **Feature:** Introduction of multi API version support for the sfs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
274-
- `v1api`: New package which can be used for communication with the SFS v1 API
275-
- `v1betaapi`: New package which can be used for communication with the SFS v1 beta API
276-
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
277-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
272+
- `sfs`:
273+
- [v0.5.0](services/sfs/CHANGELOG.md#v050)
274+
- **Feature:** Introduction of multi API version support for the sfs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
275+
- `v1api`: New package which can be used for communication with the SFS v1 API
276+
- `v1betaapi`: New package which can be used for communication with the SFS v1 beta API
277+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
278+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
279+
- [v0.6.0](services/sfs/CHANGELOG.md#v060)
280+
- **Bugfix:** Disable strict decoding of API responses
281+
- **Feature:** Add `AdditionalProperties` fields to model structs
278282
- `serviceaccount`:
279283
- [v0.13.0](services/serviceaccount/CHANGELOG.md#v0130)
280284
- **Feature:** Introduction of multi API version support for the serviceaccount SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/sfs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.6.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.5.0
26
- **Feature:** Introduction of multi API version support for the sfs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v1api`: New package which can be used for communication with the SFS v1 API

services/sfs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.0
1+
v0.6.0

services/sfs/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d94385ca86971d220feac3bfdad5397be3406de1
1+
0e64886dd0847341800d7191ed193b75413be998

services/sfs/v1api/model_create_resource_pool_payload.go

Lines changed: 21 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sfs/v1api/model_create_resource_pool_response.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sfs/v1api/model_create_resource_pool_snapshot_payload.go

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sfs/v1api/model_create_resource_pool_snapshot_response.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sfs/v1api/model_create_share_export_policy_payload.go

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sfs/v1api/model_create_share_export_policy_request_rule.go

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)