Skip to content

Commit 43d553f

Browse files
Generator: Update SDK /services/cdn (#4944)
* Generate cdn * fix(cdn) write changelog, bump version --------- Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
1 parent bb0885e commit 43d553f

19 files changed

+1170
-859
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
- [v0.11.2](services/authorization/CHANGELOG.md#v0112)
2525
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
2626
- `cdn`:
27+
- [v1.10.0](services/cdn/CHANGELOG.md#v1100)
28+
- **Feature:** Add support for `RedirectConfig` in `Config`, `ConfigPatch` and `CreateDistributionPayload` models
29+
- new related models `RedirectConfig`, `RedirectRule`, `Matcher` and `MatchCondition`
2730
- [v1.9.4](services/cdn/CHANGELOG.md#v194)
2831
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
2932
- [v1.9.3](services/cdn/CHANGELOG.md#v193)

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.10.0
2+
- **Feature:** Add support for `RedirectConfig` in `Config`, `ConfigPatch` and `CreateDistributionPayload` models
3+
- new related models `RedirectConfig`, `RedirectRule`, `Matcher` and `MatchCondition`
4+
15
## v1.9.4
26
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
37

services/cdn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.4
1+
v1.10.0

0 commit comments

Comments
 (0)