Skip to content

Commit 6d5a8e9

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent bac5bcb commit 6d5a8e9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
- **Version**: Minimal version is now python 3.9
44
- `authorization`: [v0.3.0](services/authorization/CHANGELOG.md#v030)
55
- **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
6+
- `cdn`:
7+
- [v1.5.0](services/cdn/CHANGELOG.md#v150)
8+
- **Feature:** Added new filter functions `DataCenterRegion`, `RequestCountryCode`, `StatusCode` and `CacheHit`
9+
- **Feature:** Added Attribute `LogSink` and `Certificate`
10+
- **Feature:** Added `ConfigLogSink` and `PatchLokiLogSink` functionality
11+
- [v1.4.0](services/cdn/CHANGELOG.md#v140)
12+
- **Version**: Minimal version is now python 3.9
813
- `certificates`: [v1.1.0](services/certificates/CHANGELOG.md#v110)
914
- **Version**: Minimal version is now python 3.9
1015
- `dns`: [v0.5.0](services/dns/CHANGELOG.md#v050)

services/cdn/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.5.0
2+
- **Feature:** Added new filter functions `DataCenterRegion`, `RequestCountryCode`, `StatusCode` and `CacheHit`
3+
- **Feature:** Added Attribute `LogSink` and `Certificate`
4+
- **Feature:** Added `ConfigLogSink` and `PatchLokiLogSink` functionality
5+
16
## v1.4.0
27
- **Version**: Minimal version is now python 3.9
38

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.4.0"
6+
version = "v1.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)