Skip to content

Commit aadba59

Browse files
Generator: Update SDK /services/edge (#6001)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@digits.schwarz>
1 parent ddfb8c1 commit aadba59

File tree

6 files changed

+110
-4
lines changed

6 files changed

+110
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@
2424
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
2525
- `cost`: [v0.1.0](services/cost/CHANGELOG.md#v010)
2626
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
27-
- `edge`: [v0.6.1](services/edge/CHANGELOG.md#v061)
28-
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
27+
- `edge`:
28+
- [v0.7.0](services/edge/CHANGELOG.md#v070)
29+
- `v1beta1api`: New field `MinEdgeHosts` in `Plan` model struct
30+
- Deprecated SDK layer in root of the module: New field `MinEdgeHosts` in `Plan` model struct
31+
- [v0.6.1](services/edge/CHANGELOG.md#v061)
32+
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
2933
- `git`: [v0.11.0](services/git/CHANGELOG.md#v0110)
3034
- **Feature:** Introduction of multi API version support for the git SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3135
- `v1betaapi`: New package which should be used for communication with the STACKIT git API in the future

services/edge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.0
2+
- `v1beta1api`: New field `MinEdgeHosts` in `Plan` model struct
3+
- Deprecated SDK layer in root of the module: New field `MinEdgeHosts` in `Plan` model struct
4+
15
## v0.6.1
26
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
37

services/edge/VERSION

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

services/edge/model_plan.go

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

services/edge/oas_commit

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

services/edge/v1beta1api/model_plan.go

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

0 commit comments

Comments
 (0)