Skip to content

Commit e66e64a

Browse files
Generator: Update SDK /services/intake (#2048)
* Generate intake * drop python 3.8 support * remove python 3.8 run in ci pipeline * add CHANGELOG.md, LICENSE.md and NOTICE.txt files --------- Co-authored-by: Marcel Jacek <[email protected]> Co-authored-by: Marcel Jacek <[email protected]>
1 parent 3cab071 commit e66e64a

File tree

140 files changed

+12896
-2404
lines changed

Some content is hidden

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

140 files changed

+12896
-2404
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222
- name: Push tag for each updated package
2323
env:
2424
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222
- name: Poetry Python dependeny updater
2323
env:
2424
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

CHANGELOG.md

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,71 @@
11
## Release (2025-XX-YY)
2-
- `ske`: [v1.1.0](services/ske/CHANGELOG.md#v110)
3-
- **Feature:** Add new methods to trigger the wake up of a cluster.
2+
- `alb`: [v0.5.0](services/alb/CHANGELOG.md#v050)
3+
- **Version**: Minimal version is now python 3.9
4+
- `authorization`: [v0.3.0](services/authorization/CHANGELOG.md#v030)
5+
- **Version**: Minimal version is now python 3.9
6+
- `cdn`: [v1.4.0](services/cdn/CHANGELOG.md#v140)
7+
- **Version**: Minimal version is now python 3.9
8+
- `certificates`: [v1.1.0](services/certificates/CHANGELOG.md#v110)
9+
- **Version**: Minimal version is now python 3.9
10+
- `dns`: [v0.5.0](services/dns/CHANGELOG.md#v050)
11+
- **Version**: Minimal version is now python 3.9
12+
- `git`: [v0.4.0](services/git/CHANGELOG.md#v040)
13+
- **Version**: Minimal version is now python 3.9
14+
- `iaas`: [v0.6.0](services/iaas/CHANGELOG.md#v060)
15+
- **Version**: Minimal version is now python 3.9
16+
- `intake`: [v0.1.0](services/intake/CHANGELOG.md#v010)
17+
- **New**: STACKIT Intake module can be used to manage the STACKIT Intake. Manage your `IntakeRunners`, `Intakes` and `IntakeUsers`
18+
- `kms`: [v0.1.0](services/kms/CHANGELOG.md#v010)
19+
- **Version**: Minimal version is now python 3.9
20+
- `lbapplication`: [v0.4.0](services/lbapplication/CHANGELOG.md#v040)
21+
- **Version**: Minimal version is now python 3.9
22+
- `loadbalancer`: [v0.6.0](services/loadbalancer/CHANGELOG.md#v060)
23+
- **Version**: Minimal version is now python 3.9
24+
- `logme`: [v0.4.0](services/logme/CHANGELOG.md#v040)
25+
- **Version**: Minimal version is now python 3.9
26+
- `mariadb`: [v0.3.0](services/mariadb/CHANGELOG.md#v030)
27+
- **Version**: Minimal version is now python 3.9
28+
- `modelserving`: [v0.2.0](services/modelserving/CHANGELOG.md#v020)
29+
- **Version**: Minimal version is now python 3.9
30+
- `mongodbflex`: [v0.2.0](services/mongodbflex/CHANGELOG.md#v120)
31+
- **Version**: Minimal version is now python 3.9
32+
- `objectstorage`: [v1.1.0](services/objectstorage/CHANGELOG.md#v110)
33+
- **Version**: Minimal version is now python 3.9
34+
- `observability`: [v0.7.0](services/observability/CHANGELOG.md#v110)
35+
- **Version**: Minimal version is now python 3.9
36+
- `opensearch`: [v0.4.0](services/opensearch/CHANGELOG.md#v040)
37+
- **Version**: Minimal version is now python 3.9
38+
- `postgresflex`: [v1.1.0](services/postgresflex/CHANGELOG.md#v110)
39+
- **Version**: Minimal version is now python 3.9
40+
- `rabbitmq`: [v0.3.0](services/rabbitmq/CHANGELOG.md#v030)
41+
- **Version**: Minimal version is now python 3.9
42+
- `redis`: [v0.3.0](services/redis/CHANGELOG.md#v030)
43+
- **Version**: Minimal version is now python 3.9
44+
- `resourcemanager`: [v0.6.0](services/resourcemanager/CHANGELOG.md#v060)
45+
- **Version**: Minimal version is now python 3.9
46+
- `runcommand`: [v1.1.0](services/runcommand/CHANGELOG.md#v110)
47+
- **Version**: Minimal version is now python 3.9
48+
- `secretsmanager`: [v0.3.0](services/secretsmanager/CHANGELOG.md#v030)
49+
- **Version**: Minimal version is now python 3.9
50+
- `serverbackup`: [v1.1.0](services/serverbackup/CHANGELOG.md#v110)
51+
- **Version**: Minimal version is now python 3.9
52+
- `serverupdate`: [v1.1.0](services/serverupdate/CHANGELOG.md#v110)
53+
- **Version**: Minimal version is now python 3.9
54+
- `serviceaccount`: [v0.3.0](services/serviceaccount/CHANGELOG.md#v030)
55+
- **Version**: Minimal version is now python 3.9
56+
- `serviceenablement`: [v1.1.0](services/serviceenablement/CHANGELOG.md#v110)
57+
- **Version**: Minimal version is now python 3.9
58+
- `ske`:
59+
- [v1.2.0](services/ske/CHANGELOG.md#v120)
60+
- **Version**: Minimal version is now python 3.9
61+
- [v1.1.0](services/ske/CHANGELOG.md#v110)
62+
- **Feature:** Add new methods to trigger the wake up of a cluster.
63+
- `sqlserverflex`: [v1.1.0](services/sqlserverflex/CHANGELOG.md#v110)
64+
- **Version**: Minimal version is now python 3.9
65+
- `stackitmarketplace`: [v1.6.0](services/stackitmarketplace/CHANGELOG.md#v160)
66+
- **Version**: Minimal version is now python 3.9
67+
68+
469

570
## Release (2025-07-21)
671
- `alb`:

0 commit comments

Comments
 (0)