Skip to content

Commit 27825c7

Browse files
committed
fix(cdn) write changelog, bump version
1 parent 9251d64 commit 27825c7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- `alb`: [v0.8.1](services/alb/CHANGELOG.md#v081)
44
- Update regular expressions to allow longer names
5+
- `cdn`; [v2.3.0](services/cdn/CHANGELOG.md#v230)
6+
- **Feature:** Add support for `redirects` in `config`, `config_patch` and `create_distribution_payload` models
7+
- new related models `redirect_config`,` redirect_rule`, `matcher` and `match_condition`
58
- `loadbalancer`: [v0.8.1](services/loadbalancer/CHANGELOG.md#v081)
69
- Update regular expressions to allow longer names
710
- `runcommand`: [v1.1.1](services/runcommand/CHANGELOG.md#v111)

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.3.0
2+
- **Feature:** Add support for `redirects` in `config`, `config_patch` and `create_distribution_payload` models
3+
- new related models `redirect_config`,` redirect_rule`, `matcher` and `match_condition`
4+
15
## v2.2.0
26
- **Feature:** Switch from `v1beta2` CDN API version to `v1` version.
37
- **Feature:** Add new function `GetLogsSearchFilters`

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

0 commit comments

Comments
 (0)