Skip to content

Commit 387abd5

Browse files
Merge branch 'main' into generator-bot-23059610336/git
2 parents e097fb3 + d5fef75 commit 387abd5

File tree

212 files changed

+2425
-5223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+2425
-5223
lines changed

CHANGELOG.md

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- `authorization`: [v0.7.1](services/authorization/CHANGELOG.md#v071)
77
- **Feature:** client now supports UUID and decimal types
88
- **Bugfix:** timeouts now passed to requests library
9+
- `cdn`: [v2.4.0](services/cdn/CHANGELOG.md#v240)
10+
- **Feature:** client now supports UUID and decimal types
11+
- **Bugfix:** timeouts now passed to requests library
12+
- **Feature:** add field `certificateType` to `Domain` model
13+
- **Feature:** add field `skipDnsCheck` to `GetCustomDomainCustomCertificate`, `PutCustomDomainCustomCertificate` models
914
- `certificates`: [v1.2.1](services/certificates/CHANGELOG.md#v121)
1015
- **Feature:** client now supports UUID and decimal types
1116
- **Bugfix:** timeouts now passed to requests library
@@ -23,11 +28,15 @@
2328
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider` and update file path accordingly
2429
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner` and update file path accordingly
2530
- **Feature:** add `id` for `FederatedIdentityProvider`
26-
- `ske`: [v1.7.0](services/ske/CHANGELOG.md#v170)
27-
- **Feature:** New model `Access`
28-
- **Feature:** New model `IDPKubeconfig`
29-
- **Feature:** Add attribute `access` of type `Access` to model `Cluster`
30-
- **Feature:** New API client methods: `get_idp_kubeconfig`, `get_idp_kubeconfig_with_http_info`, `get_idp_kubeconfig_without_preload_content`, `_get_idp_kubeconfig_serialize`
31+
- `ske`:
32+
- [v1.7.1](services/ske/CHANGELOG.md#v171)
33+
- **Feature:** client now supports UUID and decimal types
34+
- **Bugfix:** timeouts now passed to requests library
35+
- [v1.7.0](services/ske/CHANGELOG.md#v170)
36+
- **Feature:** New model `Access`
37+
- **Feature:** New model `IDPKubeconfig`
38+
- **Feature:** Add attribute `access` of type `Access` to model `Cluster`
39+
- **Feature:** New API client methods: `get_idp_kubeconfig`, `get_idp_kubeconfig_with_http_info`, `get_idp_kubeconfig_without_preload_content`, `_get_idp_kubeconfig_serialize`
3140
- `kms`:
3241
- [v0.8.1](services/kms/CHANGELOG.md#v081)
3342
- **Feature:** client now supports UUID and decimal types
@@ -40,12 +49,16 @@
4049
- **Bugfix:** timeouts now passed to requests library
4150
- [v0.5.0](services/intake/CHANGELOG.md#v050)
4251
- **Breaking Change**: Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
43-
- `iaas`: [v1.2.0](services/iaas/CHANGELOG.md#v120)
44-
- **Feature:** Add `description` attribute to ModelClasses:
45-
- `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`
46-
- `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload`
47-
- **Bugfix:** Flagged `disk_format` as necessary for `ImageFromVolumePayload`
48-
- **Improvement:** Updated description for labels
52+
- `iaas`:
53+
- [v1.2.1](services/iaas/CHANGELOG.md#v121)
54+
- **Feature:** client now supports UUID and decimal types
55+
- **Bugfix:** timeouts now passed to requests library
56+
- [v1.2.0](services/iaas/CHANGELOG.md#v120)
57+
- **Feature:** Add `description` attribute to ModelClasses:
58+
- `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`
59+
- `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload`
60+
- **Bugfix:** Flagged `disk_format` as necessary for `ImageFromVolumePayload`
61+
- **Improvement:** Updated description for labels
4962
- `alb`:
5063
- [v0.9.1](services/alb/CHANGELOG.md#v091)
5164
- **Feature:** client now supports UUID and decimal types
@@ -87,8 +100,12 @@
87100
- `scf`: [v0.4.1](services/scf/CHANGELOG.md#v041)
88101
- **Feature:** client now supports UUID and decimal types
89102
- **Bugfix:** timeouts now passed to requests library
90-
- `sfs`: [v0.3.0](services/sfs/CHANGELOG.md#v030)
91-
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
103+
- `sfs`:
104+
- [v0.3.1](services/sfs/CHANGELOG.md#v031)
105+
- **Feature:** client now supports UUID and decimal types
106+
- **Bugfix:** timeouts now passed to requests library
107+
- [v0.3.0](services/sfs/CHANGELOG.md#v030)
108+
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
92109
- `secretsmanager`: [v0.4.1](services/secretsmanager/CHANGELOG.md#v041)
93110
- **Feature:** client now supports UUID and decimal types
94111
- **Bugfix:** timeouts now passed to requests library

services/cdn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.4.0
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
- **Feature:** add field `certificateType` to `Domain` model
5+
- **Feature:** add field `skipDnsCheck` to `GetCustomDomainCustomCertificate`, `PutCustomDomainCustomCertificate` models
6+
17
## v2.3.0
28
- **Feature:** Add support for `redirects` in `config`, `config_patch` and `create_distribution_payload` models
39
- new related models `redirect_config`,` redirect_rule`, `matcher` and `match_condition`

services/cdn/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cfcfc32bc1ae335acecd7bf7ffb60354fdc565ab
1+
0e64886dd0847341800d7191ed193b75413be998

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-cdn"
3-
version = "v2.3.0"
3+
version = "v2.4.0"
44
description = "CDN API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

services/cdn/src/stackit/cdn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55
"""
6-
CDN API
6+
STACKIT CDN API
77
88
API used to create and manage your CDN distributions.
99

0 commit comments

Comments
 (0)