Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc9a3d1

Browse files
committed
drop python 3.8 support
1 parent4b04795 commitcc9a3d1

File tree

63 files changed

+216
-65
lines changed

Some content is hidden

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

63 files changed

+216
-65
lines changed

‎CHANGELOG.md‎

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,71 @@
11
##Release (2025-XX-YY)
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
216
-`intake`:[v0.1.0](services/intake/CHANGELOG.md#v010)
317
-**New**: STACKIT Intake module can be used to manage the STACKIT Intake. Manage your`IntakeRunners`,`Intakes` and`IntakeUsers`
4-
-`ske`:[v1.1.0](services/ske/CHANGELOG.md#v110)
5-
-**Feature:** Add new methods to trigger the wake up of a cluster.
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+
669

770
##Release (2025-07-21)
871
-`alb`:

‎core/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages = [{ include = "stackit", from = "src" }]
1616

1717

1818
[tool.poetry.dependencies]
19-
python =">=3.8,<4.0"
19+
python =">=3.9,<4.0"
2020
pyjwt =">=2.9.0"
2121
pydantic =">=2.9.2"
2222
urllib3 =">=2.2.3"

‎services/alb/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v0.5.0
2+
-**Version**: Minimal version is now python 3.9
3+
14
##v0.4.0
25
-**Feature:** Add new field`load_balancer_security_group` in`LoadBalancer`,`CreateLoadBalancerPayload` and`UpdateLoadBalancerPayload` Models
36

‎services/alb/pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-alb"
33

44
[tool.poetry]
55
name ="stackit-alb"
6-
version ="v0.4.0"
6+
version ="v0.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -20,7 +20,7 @@ packages = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python =">=3.8,<4.0"
23+
python =">=3.9,<4.0"
2424
stackit-core =">=0.0.1a"
2525
requests =">=2.32.3"
2626
pydantic =">=2.9.2"

‎services/authorization/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v0.3.0
2+
-**Version**: Minimal version is now python 3.9
3+
14
##v0.2.5
25
-**Internal:** Improve deserializing and error types
36

‎services/authorization/pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-authorization"
33

44
[tool.poetry]
55
name ="stackit-authorization"
6-
version ="v0.2.5"
6+
version ="v0.3.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -20,7 +20,7 @@ packages = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python =">=3.8,<4.0"
23+
python =">=3.9,<4.0"
2424
stackit-core =">=0.0.1a"
2525
requests =">=2.32.3"
2626
pydantic =">=2.9.2"

‎services/cdn/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v1.4.0
2+
-**Version**: Minimal version is now python 3.9
3+
14
##v1.3.0
25
-**Breaking change:** Replace oneOf`ConfigBackend` with`HttpBackend`
36
-**Internal:** Improve deserializing and error types

‎services/cdn/pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name ="stackit-cdn"
6-
version ="v1.3.0"
6+
version ="v1.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -20,7 +20,7 @@ packages = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python =">=3.8,<4.0"
23+
python =">=3.9,<4.0"
2424
stackit-core =">=0.0.1a"
2525
requests =">=2.32.3"
2626
pydantic =">=2.9.2"

‎services/certificates/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v1.1.0
2+
-**Version**: Minimal version is now python 3.9
3+
14
##v1.0.2
25
-**Internal:** Improve deserializing and error types
36

‎services/certificates/pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-certificates"
33

44
[tool.poetry]
55
name ="stackit-certificates"
6-
version ="v1.0.2"
6+
version ="v1.1.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -20,7 +20,7 @@ packages = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python =">=3.8,<4.0"
23+
python =">=3.9,<4.0"
2424
stackit-core =">=0.0.1a"
2525
requests =">=2.32.3"
2626
pydantic =">=2.9.2"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp