Skip to content

Commit 0282cdc

Browse files
Generator: Update SDK /services/certificates (#6046)
Co-authored-by: Marcel Jacek <Marcel.Jacek@digits.schwarz>
1 parent f765dba commit 0282cdc

18 files changed

+1648
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@
2929
- [v1.13.0](services/cdn/CHANGELOG.md#v1130)
3030
- **Bugfix:** Disable strict decoding of API responses
3131
- **Feature:** Add `AdditionalProperties` fields to model structs
32-
- `certificates`: [v1.4.1](services/certificates/CHANGELOG.md#v141)
33-
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
32+
- `certificates`:
33+
- [v1.4.1](services/certificates/CHANGELOG.md#v141)
34+
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
35+
- [v1.5.0](services/certificates/CHANGELOG.md#v150)
36+
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
37+
- `v2betaapi`:
38+
- **Deprecation:** The `v2beta2api` is deprecated and will be removed in the future. Migrate to `v2api`
3439
- `cost`: [v0.1.0](services/cost/CHANGELOG.md#v010)
3540
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
3641
- `edge`:

services/certificates/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.5.0
2+
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
3+
- `v2betaapi`:
4+
- **Deprecation:** The `v2beta2api` is deprecated and will be removed in the future. Migrate to `v2api`
5+
16
## v1.4.1
27
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
38

services/certificates/VERSION

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

services/certificates/api_default.go

Lines changed: 177 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)