Skip to content

Commit c6326f9

Browse files
Generator: Update SDK /services/certificates (#5908)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 3219b07 commit c6326f9

13 files changed

+307
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,16 @@
8585
- [v0.6.0](services/edge/CHANGELOG.md#v060)
8686
- **Bugfix:** Disable strict decoding of API responses
8787
- **Feature:** Add `AdditionalProperties` fields to model structs
88-
- `certificates`: [v1.3.0](services/certificates/CHANGELOG.md#v130)
89-
- **Feature:** Introduction of multi API version support for the certificates SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
90-
- `v2api`: New package which can be used for communication with the certificates v2 API
91-
- `v2betaapi`: New package which can be used for communication with the certificates v2 API
92-
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
93-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
88+
- `certificates`:
89+
- [v1.3.0](services/certificates/CHANGELOG.md#v130)
90+
- **Feature:** Introduction of multi API version support for the certificates SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
91+
- `v2api`: New package which can be used for communication with the certificates v2 API
92+
- `v2betaapi`: New package which can be used for communication with the certificates v2 API
93+
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
94+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
95+
- [v1.4.0](services/certificates/CHANGELOG.md#v140)
96+
- **Bugfix:** Disable strict decoding of API responses
97+
- **Feature:** Add `AdditionalProperties` fields to model structs
9498
- `ske`:
9599
- [v1.8.0](services/ske/CHANGELOG.md#v180)
96100
- **Feature:** Introduction of multi API version support for the ske SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/certificates/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.4.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v1.3.0
26
- **Feature:** Introduction of multi API version support for the certificates SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v2api`: New package which can be used for communication with the certificates v2 API

services/certificates/VERSION

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

services/certificates/oas_commit

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

services/certificates/v2api/model_create_certificate_payload.go

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

services/certificates/v2api/model_get_certificate_response.go

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

services/certificates/v2api/model_list_certificates_response.go

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

services/certificates/v2api/model_status.go

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

services/certificates/v2betaapi/model_create_certificate_payload.go

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

services/certificates/v2betaapi/model_create_certificate_response.go

Lines changed: 31 additions & 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)