Skip to content

Commit 30e9fe7

Browse files
Generator: Update SDK /services/ske (#6656)
Co-authored-by: Manuel Vaas <manuel.vaas@stackit.cloud>
1 parent 8252b3e commit 30e9fe7

19 files changed

Lines changed: 1739 additions & 13 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@
279279
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
280280
- [v1.12.0](services/ske/CHANGELOG.md#v1120)
281281
- Minimal go version is now Go 1.25
282+
- [v1.13.0](services/ske/CHANGELOG.md#v1130)
283+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
284+
- `v2api`:
285+
- New field `Expiration` in `ClusterStatus` model struct
286+
- New model structs `ExpirationStatus`, `ExpirationStatusKubernetes`, `ExpirationStatusNodepool`
287+
- Deprecated SDK layer in root of the module:
288+
- New field `Expiration` in `ClusterStatus` model struct
289+
- New model structs `ExpirationStatus`, `ExpirationStatusKubernetes`, `ExpirationStatusNodepool`
282290
- `sqlserverflex`:
283291
- [v1.6.3](services/sqlserverflex/CHANGELOG.md#v163)
284292
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

examples/ske/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.25
66
replace github.com/stackitcloud/stackit-sdk-go/services/ske => ../../services/ske
77

88
require (
9-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1
9+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0
1010
github.com/stackitcloud/stackit-sdk-go/services/ske v1.11.2
1111
)
1212

examples/ske/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1 h1:IrG0XBlJivUpXC4Y6TE+6FeSxNPs1JQXsero0ivwh0o=
8-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1/go.mod h1:osMglDby4csGZ5sIfhNyYq1bS1TxIdPY88+skE/kkmI=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0 h1:ra3VEk684MNoq741g+xbZrKjZzhyztq5liUAwwew4DY=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0/go.mod h1:WU1hhxnjXw2EV7CYa1nlEvNpMiRY6CvmIOaHuL3pOaA=

services/ske/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.13.0
2+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
3+
- `v2api`:
4+
- New field `Expiration` in `ClusterStatus` model struct
5+
- New model structs `ExpirationStatus`, `ExpirationStatusKubernetes`, `ExpirationStatusNodepool`
6+
- Deprecated SDK layer in root of the module:
7+
- New field `Expiration` in `ClusterStatus` model struct
8+
- New model structs `ExpirationStatus`, `ExpirationStatusKubernetes`, `ExpirationStatusNodepool`
9+
110
## v1.12.0
211
- Minimal go version is now Go 1.25
312

services/ske/VERSION

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

services/ske/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1
7+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0
88
)
99

1010
require (

services/ske/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1 h1:IrG0XBlJivUpXC4Y6TE+6FeSxNPs1JQXsero0ivwh0o=
8-
github.com/stackitcloud/stackit-sdk-go/core v0.24.1/go.mod h1:osMglDby4csGZ5sIfhNyYq1bS1TxIdPY88+skE/kkmI=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0 h1:ra3VEk684MNoq741g+xbZrKjZzhyztq5liUAwwew4DY=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.25.0/go.mod h1:WU1hhxnjXw2EV7CYa1nlEvNpMiRY6CvmIOaHuL3pOaA=

services/ske/model_cluster_status.go

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

services/ske/model_expiration_status.go

Lines changed: 209 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)