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
35 changes: 19 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,26 @@
- [v0.13.1](services/edge/CHANGELOG.md#v0131)
- `v1beta1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `iaas`: [v1.14.0](services/iaas/CHANGELOG.md#v1140)
- **Dependencies:** Bump STACKIT SDK resourcemanager module from `v0.24.0` to `v0.24.1`
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Escape regex in validate tags correctly
- **Bugfix:** Fix response decoding into byte slices and readers
- `v1api`:
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Fix parsing of oneOf values in `AreaId` model.
- `v2beta1api`:
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Fix parsing of oneOf values in `AreaId` model.
- `v2api`:
- `iaas`:
- [v1.14.1](services/iaas/CHANGELOG.md#v1141)
- **Dependencies:** Bump STACKIT SDK resourcemanager module from `v0.24.1` to `v0.24.2`
- [v1.14.0](services/iaas/CHANGELOG.md#v1140)
- **Dependencies:** Bump STACKIT SDK resourcemanager module from `v0.24.0` to `v0.24.1`
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Fix parsing of oneOf values in `AreaId` model.
- `v2alpha1api`:
- **Breaking Change:** Moved fields in `CreateVPCNetworkRangePayload` to submodel `NetworkRangeIPv4Request`
- **Breaking Change:** Moved fields in `UpdateVPCNetworkRangePayload` to submodel `V1UpdateVPCNetworkRangeIPv4`
- **Bugfix:** Escape regex in validate tags correctly
- **Bugfix:** Fix response decoding into byte slices and readers
- `v1api`:
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Fix parsing of oneOf values in `AreaId` model.
- `v2beta1api`:
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Fix parsing of oneOf values in `AreaId` model.
- `v2api`:
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
- **Bugfix:** Fix parsing of oneOf values in `AreaId` model.
- `v2alpha1api`:
- **Breaking Change:** Moved fields in `CreateVPCNetworkRangePayload` to submodel `NetworkRangeIPv4Request`
- **Breaking Change:** Moved fields in `UpdateVPCNetworkRangePayload` to submodel `V1UpdateVPCNetworkRangeIPv4`
- `intake`:
- [v0.11.1](services/intake/CHANGELOG.md#v0111)
- `v1betaapi`:
Expand Down
3 changes: 3 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.14.1
- **Dependencies:** Bump STACKIT SDK resourcemanager module from `v0.24.1` to `v0.24.2`

## v1.14.0
- **Dependencies:** Bump STACKIT SDK resourcemanager module from `v0.24.0` to `v0.24.1`
- **Breaking Change:** Removed the `ServerVTPM` model and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
Expand Down
2 changes: 1 addition & 1 deletion services/iaas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.0
v1.14.1
2 changes: 1 addition & 1 deletion services/iaas/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
864bdad12a54f612df8fcdb6e41dd2933e94c3af
1deab1542e767cd08525dfd6c2cd0b65b9c923c3
Loading