Skip to content

Commit 3170a4c

Browse files
committed
chore(dns): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent f70725b commit 3170a4c

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
- `cost`:
99
- [v0.4.1](services/cost/CHANGELOG.md#v041)
1010
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.cost` to fail with `ModuleNotFoundError`
11+
- `dns`:
12+
- [v0.9.0](services/dns/CHANGELOG.md#v090)
13+
- **Feature:** `create_move_code` operation now accepts an optional `CreateMoveCodePayload` request body (field `ttl`) to configure the move code's validity duration
14+
- **Breaking Change:** `DomainObservabilityExtension.state` now validates against a fixed set of values (`CREATING`, `CREATE_SUCCEEDED`, `ERROR`); previously any string was accepted
15+
- **Breaking Change:** Removed `state` field from `ZoneObservabilityExtension`
1116
- `dremio`:
1217
- [v0.1.0](services/dremio/CHANGELOG.md#v010)
1318
- **New**: STACKIT Dremio module can be used to manage STACKIT Dremio instances and users.

services/dns/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.9.0
2+
- **Feature:** `create_move_code` operation now accepts an optional `CreateMoveCodePayload` request body (field `ttl`) to configure the move code's validity duration
3+
- **Breaking Change:** `DomainObservabilityExtension.state` now validates against a fixed set of values (`CREATING`, `CREATE_SUCCEEDED`, `ERROR`); previously any string was accepted
4+
- **Breaking Change:** Removed `state` field from `ZoneObservabilityExtension`
5+
16
## v0.8.0
27
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` is no longer required.
38

services/dns/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-dns"
3-
version = "v0.8.0"
3+
version = "v0.9.0"
44
description = "STACKIT DNS API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

services/dns/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)