Skip to content

Commit e437f96

Browse files
Generator: Update SDK /services/certificates (#7281)
Co-authored-by: Manuel Vaas <manuel.vaas@stackit.cloud>
1 parent 701b5e8 commit e437f96

8 files changed

Lines changed: 207 additions & 2 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
7474
- [v1.6.2](services/certificates/CHANGELOG.md#v162)
7575
- **Dependencies:** Bump STACKIT SDK core module to `v0.26.0`
76+
- [v1.7.0](services/certificates/CHANGELOG.md#v170)
77+
- `v2api`:
78+
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
79+
- Deprecated SDK layer in root of the module:
80+
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
7681
- `cost`:
7782
- [v0.2.2](services/cost/CHANGELOG.md#v022)
7883
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/certificates/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.7.0
2+
- `v2api`:
3+
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
4+
- Deprecated SDK layer in root of the module:
5+
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
6+
17
## v1.6.2
28
- **Dependencies:** Bump STACKIT SDK core module to `v0.26.0`
39

services/certificates/VERSION

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

services/certificates/model_create_certificate_payload.go

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

services/certificates/model_get_certificate_response.go

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

services/certificates/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98c11e0ee4834ddaaa474eccc437d234e6276a70
1+
38bda0623427b072839b307494cc6fbd44486cc5

services/certificates/v2api/model_create_certificate_payload.go

Lines changed: 38 additions & 0 deletions
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: 38 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)