Skip to content

Commit 8e93321

Browse files
stackit-pipelinevicentepinto98hcsa73
authored
Generator: update SDK /services (#315)
* Generate services * Update CHANGELOG.md * Update services/ske/CHANGELOG.md Co-authored-by: Henrique Santos <118177985+hcsa73@users.noreply.github.com> * Update General CHANGELOG * Update CHANGELOG.md Co-authored-by: Henrique Santos <118177985+hcsa73@users.noreply.github.com> --------- Co-authored-by: vicentepinto98 <vicente.pinto@freiheit.com> Co-authored-by: Henrique Santos <118177985+hcsa73@users.noreply.github.com>
1 parent 4976eb6 commit 8e93321

14 files changed

+650
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
- `postgresql`: [v0.12.0](services/postgresql/CHANGELOG.md#v0120-2024-02-06)
1010
- Add deprecation note
11+
- `ske`: [v0.10.0](services/ske/CHANGELOG.md#v0100-2024-02-06)
12+
- **Feature:** New endpoints for credentials rotation.
13+
- `StartCredentialsRotation`
14+
- `CompleteCredentialsRotation`
15+
- `CreateKubeconfig`
16+
- These endpoints replace `GetCredentials` and `TriggerRotateCredentials`, which are **deprecated** and will not work for clusters with Kubernetes v1.27+, or if the new endpoints for kubeconfig or credentials rotation have already been used. For more information, see [How to rotate SKE credentials](https://docs.stackit.cloud/display/STACKIT/How+to+rotate+SKE+credentials#tabs-237293ce-f625-44ea-9d4f-689e31f596d6-1).
1117

1218
## Release (2024-02-05)
1319

services/ske/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.10.0 (2024-02-03)
2+
3+
- **Feature:** New endpoints for credentials rotation.
4+
- `StartCredentialsRotation`
5+
- `CompleteCredentialsRotation`
6+
- `CreateKubeconfig`
7+
- These endpoints replace `GetCredentials` and `TriggerRotateCredentials`, which are **deprecated** and will not work for clusters with Kubernetes v1.27+, or if the new endpoints for kubeconfig or credentials rotation have already been used. For more information, see [How to rotate SKE credentials](https://docs.stackit.cloud/display/STACKIT/How+to+rotate+SKE+credentials#tabs-237293ce-f625-44ea-9d4f-689e31f596d6-1).
8+
19
## v0.9.3 (2024-02-02)
210

311
- **Improvement**: Fix state name in `CredentialsRotationState.Phase`

services/ske/api_default.go

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

services/ske/api_default_test.go

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

services/ske/model_cluster.go

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

services/ske/model_v1_kubeconfig_request.go renamed to services/ske/model_create_kubeconfig_payload.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/ske/model_create_or_update_cluster_payload.go

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

services/ske/model_credentials.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/ske/model_credentials_rotation_state.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)