Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
- [v0.2.2](services/sfs/CHANGELOG.md#v022)
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
- `ske`:
- [v1.6.4](services/ske/CHANGELOG.md#v164)
Comment thread
cgoetz-inovex marked this conversation as resolved.
Outdated
- **Feature:** new model `AccessScope`
- **Feature:** new model `V2ControlPlaneNetwork`
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
- [v1.6.3](services/ske/CHANGELOG.md#v163)
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
- [v1.6.2](services/ske/CHANGELOG.md#v162)
Expand Down
5 changes: 5 additions & 0 deletions services/ske/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.6.4
- **Feature:** new model `AccessScope`
- **Feature:** new model `V2ControlPlaneNetwork`
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`

## v1.6.3
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`

Expand Down
2 changes: 1 addition & 1 deletion services/ske/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.3
v1.6.4
Loading
Loading