Skip to content

Commit c3e83be

Browse files
Merge branch 'main' into generator-bot-23059610336/runcommand
2 parents fe9ec5c + 3b3b1ae commit c3e83be

File tree

128 files changed

+1554
-864
lines changed

Some content is hidden

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

128 files changed

+1554
-864
lines changed

CHANGELOG.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
## Release (2026-xx-xx)
22

3-
- `serviceaccount`: [v0.6.0](services/kms/CHANGELOG.md#v060)
4-
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider` and update file path accordingly
5-
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner` and update file path accordingly
6-
- **Feature:** add `id` for `FederatedIdentityProvider`
3+
- `serviceaccount`:
4+
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
5+
- **Feature:** client now supports UUID and decimal types
6+
- **Bugfix:** timeouts now passed to requests library
7+
- [v0.6.0](services/kms/CHANGELOG.md#v060)
8+
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponse` to `FederatedIdentityProvider` and update file path accordingly
9+
- **Breaking Change:** rename `CreateFederatedIdentityProviderResponseAssertionsInner` to `FederatedIdentityProviderAssertionsInner` and update file path accordingly
10+
- **Feature:** add `id` for `FederatedIdentityProvider`
11+
- `ske`: [v1.7.0](services/ske/CHANGELOG.md#v170)
12+
- **Feature:** New model `Access`
13+
- **Feature:** New model `IDPKubeconfig`
14+
- **Feature:** Add attribute `access` of type `Access` to model `Cluster`
15+
- **Feature:** New API client methods: `get_idp_kubeconfig`, `get_idp_kubeconfig_with_http_info`, `get_idp_kubeconfig_without_preload_content`, `_get_idp_kubeconfig_serialize`
716
- `kms`: [v0.8.0](services/kms/CHANGELOG.md#v080)
817
- **Breaking Change:** Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
918
- `intake`: [v0.5.0](services/intake/CHANGELOG.md#v050)
@@ -20,12 +29,27 @@
2029
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
2130
- `loadbalancer`: [v0.9.0](services/loadbalancer/CHANGELOG.md#v090)
2231
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
32+
- `scf`: [v0.4.1](services/scf/CHANGELOG.md#v041)
33+
- **Feature:** client now supports UUID and decimal types
34+
- **Bugfix:** timeouts now passed to requests library
2335
- `sfs`: [v0.3.0](services/sfs/CHANGELOG.md#v030)
2436
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
37+
- `secretsmanager`: [v0.4.1](services/secretsmanager/CHANGELOG.md#v041)
38+
- **Feature:** client now supports UUID and decimal types
39+
- **Bugfix:** timeouts now passed to requests library
2540
- `serviceaccount`: [v0.5.0](services/serviceaccount/CHANGELOG.md#v050)
2641
- **Feature:** add support for Federated Identity Providers
2742
- new operations: `CreateFederatedIdentityProvider`, `DeleteServiceFederatedIdentityProvider`, `ListFederatedIdentityProviders`,`PartialUpdateServiceAccountFederatedIdentityProvider`
2843
- new models: `CreateFederatedIdentityProviderPayload`, `CreateFederatedIdentityProviderPayloadAssertionsInner`, `CreateFederatedIdentityProviderResponse`, `CreateFederatedIdentityProviderResponseAssertionsInner`, `FederatedListFederatedIdentityProvidersResponse`, `PartialUpdateServiceAccountFederatedIdentityProviderPayload`
44+
- `serverbackup`: [v1.1.2](services/serverbackup/CHANGELOG.md#v112)
45+
- **Feature:** client now supports UUID and decimal types
46+
- **Bugfix:** timeouts now passed to requests library
47+
- `serverupdate`: [v1.1.1](services/serverupdate/CHANGELOG.md#v111)
48+
- **Feature:** client now supports UUID and decimal types
49+
- **Bugfix:** timeouts now passed to requests library
50+
- `sqlserverflex`: [v1.1.2](services/sqlserverflex/CHANGELOG.md#v112)
51+
- **Feature:** client now supports UUID and decimal types
52+
- **Bugfix:** timeouts now passed to requests library
2953
- `observability`: [v0.13.0](services/observability/CHANGELOG.md#v0130)
3054
- **Feature:** manage alert records
3155
- New API client methods: `create_alert_record`, `delete_alert_record`, `delete_alert_records`, `get_alert_record`, `list_alert_records`, `update_alert_record`, `partial_update_alert_records`

services/scf/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.4.0
26
- **Feature:** Add new model class `SpaceWithIsolationSegment`
37

services/scf/oas_commit

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

services/scf/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-scf"
3-
version = "v0.4.0"
3+
version = "v0.4.1"
44
description = "STACKIT Cloud Foundry API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)