From d823e3091a0af7d5b763a0b5c72d47a9d6a05b8d Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 10 Apr 2026 08:06:50 +0000 Subject: [PATCH 1/2] Generate certificates --- services/certificates/oas_commit | 2 +- .../certificates/src/stackit/certificates/api/default_api.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/services/certificates/oas_commit b/services/certificates/oas_commit index cca6a5e9..36076afe 100644 --- a/services/certificates/oas_commit +++ b/services/certificates/oas_commit @@ -1 +1 @@ -95de5cba3201a683657cb472d5fa30aa768f19cc +87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8 diff --git a/services/certificates/src/stackit/certificates/api/default_api.py b/services/certificates/src/stackit/certificates/api/default_api.py index 79ae3645..d1efadae 100644 --- a/services/certificates/src/stackit/certificates/api/default_api.py +++ b/services/certificates/src/stackit/certificates/api/default_api.py @@ -106,6 +106,7 @@ def create_certificate( "400": None, "401": "Status", "403": None, + "429": None, "500": None, } response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) @@ -178,6 +179,7 @@ def create_certificate_with_http_info( "400": None, "401": "Status", "403": None, + "429": None, "500": None, } response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) @@ -250,6 +252,7 @@ def create_certificate_without_preload_content( "400": None, "401": "Status", "403": None, + "429": None, "500": None, } response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) From 62c78c70a7d6adc25a6e676834cc60485ad89abe Mon Sep 17 00:00:00 2001 From: Ruben Hoenle Date: Fri, 10 Apr 2026 11:28:32 +0200 Subject: [PATCH 2/2] changelogs --- CHANGELOG.md | 2 ++ services/certificates/CHANGELOG.md | 3 +++ services/certificates/pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81c9b00..10ada098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Release (2026-MM-DD) - `alb`: [v0.9.3](services/alb/CHANGELOG.md#v093) - Add HTTP 429 status code to some API client methods +- `certificates`: [v1.3.1](services/certificates/CHANGELOG.md#v131) + - Add HTTP 429 status code to some API client methods - `iaas`: [v1.2.2](services/iaas/CHANGELOG.md#v122) - **Docs:** Extend description of `PortRange` class - `kms`: [v0.9.0](services/kms/CHANGELOG.md#v090) diff --git a/services/certificates/CHANGELOG.md b/services/certificates/CHANGELOG.md index 75c955e3..48908aab 100644 --- a/services/certificates/CHANGELOG.md +++ b/services/certificates/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.3.1 +- Add HTTP 429 status code to some API client methods + ## v1.3.0 - **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project diff --git a/services/certificates/pyproject.toml b/services/certificates/pyproject.toml index d2dda8e3..4fcd2f0b 100644 --- a/services/certificates/pyproject.toml +++ b/services/certificates/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackit-certificates" -version = "v1.3.0" +version = "v1.3.1" description = "Load Balancer Certificates API" authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }] requires-python = ">=3.9,<4.0"