Skip to content

Commit 457f96f

Browse files
Generator: Update SDK /services/certificates (#7666)
Co-authored-by: Manuel Vaas <manuel.vaas@stackit.cloud>
1 parent 4073b53 commit 457f96f

15 files changed

Lines changed: 2713 additions & 4 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
9191
- Deprecated SDK layer in root of the module:
9292
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
93+
- [v1.8.0](services/certificates/CHANGELOG.md#v180)
94+
- `v2api`:
95+
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
96+
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
97+
- Deprecated SDK layer in root of the module:
98+
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
99+
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
93100
- `cost`:
94101
- [v0.2.2](services/cost/CHANGELOG.md#v022)
95102
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/certificates/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.8.0
2+
- `v2api`:
3+
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
4+
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
5+
- Deprecated SDK layer in root of the module:
6+
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
7+
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
8+
19
## v1.7.0
210
- `v2api`:
311
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`

services/certificates/VERSION

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

0 commit comments

Comments
 (0)