Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
- Deprecated SDK layer in root of the module:
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
- [v1.8.0](services/certificates/CHANGELOG.md#v180)
- `v2api`:
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
- Deprecated SDK layer in root of the module:
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
- `cost`:
- [v0.2.2](services/cost/CHANGELOG.md#v022)
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
Expand Down
8 changes: 8 additions & 0 deletions services/certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.8.0
- `v2api`:
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct
- Deprecated SDK layer in root of the module:
- **Feature:** Add new model structs: `Data`, `Usage` and `UsageItem`
- **Feature:** Add fields `Data` (type `Data`) and `Usage` (type `Usage`) to `GetCertificateResponse` model struct

## v1.7.0
- `v2api`:
- Add field `Labels` (type `*map[string]string`) to structs `CreateCertificatePayload` and `GetCertificateResponse`
Expand Down
2 changes: 1 addition & 1 deletion services/certificates/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0
v1.8.0
Loading
Loading