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

Commit0e79430

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parenta3f7224 commit0e79430

File tree

27 files changed

+80
-13
lines changed

27 files changed

+80
-13
lines changed

‎CHANGELOG.md‎

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
##Release (2025-xx-xx)
2+
-`auditlog`:[v0.1.1](services/auditlog/CHANGELOG.md#v011)
3+
-**Bugfix:** Prevent year 0 timestamp issue
4+
-`authorization`:[v0.4.1](services/authorization/CHANGELOG.md#v041)
5+
-**Bugfix:** Prevent year 0 timestamp issue
6+
-`cdn`:[v1.7.1](services/cdn/CHANGELOG.md#v171)
7+
-**Bugfix:** Prevent year 0 timestamp issue
8+
-`git`:[v0.5.1](services/git/CHANGELOG.md#v051)
9+
-**Bugfix:** Prevent year 0 timestamp issue
10+
-`intake`:[v0.2.1](services/intake/CHANGELOG.md#v021)
11+
-**Bugfix:** Prevent year 0 timestamp issue
12+
-`kms`:[v0.4.1](services/kms/CHANGELOG.md#v041)
13+
-**Bugfix:** Prevent year 0 timestamp issue
14+
-`modelserving`:[v0.2.2](services/modelserving/CHANGELOG.md#v022)
15+
-**Bugfix:** Prevent year 0 timestamp issue
16+
-`objectstorage`:[v1.2.1](services/objectstorage/CHANGELOG.md#v121)
17+
-**Bugfix:** Prevent year 0 timestamp issue
18+
-`resourcemanager`:[v0.6.1](services/resourcemanager/CHANGELOG.md#v061)
19+
-**Bugfix:** Prevent year 0 timestamp issue
20+
-`scf`:[v0.2.1](services/scf/CHANGELOG.md#v021)
21+
-**Bugfix:** Prevent year 0 timestamp issue
22+
-`serviceaccount`:[v0.4.2](services/serviceaccount/CHANGELOG.md#v042)
23+
-**Bugfix:** Prevent year 0 timestamp issue
24+
-`serviceenablement`:[v1.1.1](services/serviceenablement/CHANGELOG.md#v111)
25+
-**Bugfix:** Prevent year 0 timestamp issue
26+
-`ske`:[v1.3.1](services/ske/CHANGELOG.md#v131)
27+
-**Bugfix:** Prevent year 0 timestamp issue
28+
129
##Release (2025-10-13)
230
-`observability`:[v0.11.0](services/observability/CHANGELOG.md#v0110)
331
-**Deprecation:** The`JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new`JaegerHttpUrl` field instead.

‎services/auditlog/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v0.1.1
2+
-**Bugfix:** Prevent year 0 timestamp issue
3+
14
##v0.1.0
25

36
-**New**: STACKIT Audit Log module for retrieving recorded actions and system changes. Download audit log entries for folders, organizations, and projects with time range filtering, pagination, and configurable result limits.

‎services/auditlog/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-auditlog"
33

44
[tool.poetry]
55
name ="stackit-auditlog"
6-
version ="v0.1.0"
6+
version ="v0.1.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

‎services/authorization/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v0.4.1
2+
-**Bugfix:** Prevent year 0 timestamp issue
3+
14
##v0.4.0
25
-**Feature**: Add support for assignable subjects
36

‎services/authorization/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
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.4.0"
6+
version ="v0.4.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

‎services/cdn/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v1.7.1
2+
-**Bugfix:** Prevent year 0 timestamp issue
3+
14
##v1.7.0
25
-**Feature:** Add models:`DistributionWaf`,`WafConfig`,`WAFConfigPatch`,`WAFMode`,`WAFRule`,`WAFRuleCollection`,`WAFRuleGroup` and`WAFStatusRuleBlock`
36
-**Feature:** Add`Waf` attribute to`Config` and`Distribution`

‎services/cdn/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
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.7.0"
6+
version ="v1.7.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

‎services/git/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v0.5.1
2+
-**Bugfix:** Prevent year 0 timestamp issue
3+
14
##v0.5.0
25
-**Feature**: Add support for instance patch operation
36

‎services/git/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-git"
33

44
[tool.poetry]
55
name ="stackit-git"
6-
version ="v0.5.0"
6+
version ="v0.5.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

‎services/intake/CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##v0.2.1
2+
-**Bugfix:** Prevent year 0 timestamp issue
3+
14
##v0.2.0
25
-**Feature:** Add response`IntakeRunnerResponse` to`UpdateIntakeRunnerExecute` request
36
-**Feature:** Add response`IntakeUserResponse` to`UpdateIntakeUserExecute` request

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp