Skip to content

Commit 15a02de

Browse files
Generator: Update SDK /services/ske (#4902)
* Generate ske * fix(ske) write changelog, bump version * fix(ske) bump minor --------- Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
1 parent b47dd69 commit 15a02de

13 files changed

+324
-783
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
- [v0.2.2](services/sfs/CHANGELOG.md#v022)
180180
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
181181
- `ske`:
182+
- [v1.7.0](services/ske/CHANGELOG.md#v170)
183+
- **Feature:** new model `AccessScope`
184+
- **Feature:** new model `V2ControlPlaneNetwork`
185+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
182186
- [v1.6.3](services/ske/CHANGELOG.md#v163)
183187
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
184188
- [v1.6.2](services/ske/CHANGELOG.md#v162)

services/ske/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.7.0
2+
- **Feature:** new model `AccessScope`
3+
- **Feature:** new model `V2ControlPlaneNetwork`
4+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
5+
16
## v1.6.3
27
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
38

services/ske/VERSION

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

0 commit comments

Comments
 (0)