Skip to content

Commit 6ba9a04

Browse files
committed
chore(dns) write changelog, bump version
1 parent 06dee70 commit 6ba9a04

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
## Release (2026-xx-xx)
22

3-
- `alb`: [v0.9.1](services/alb/CHANGELOG.md#v091)
4-
- **Feature:** client now supports UUID and decimal types
5-
- **Bugfix:** timeouts now passed to requests library
63
- `auditlog`: [v0.1.2](services/auditlog/CHANGELOG.md#v012)
74
- **Feature:** client now supports UUID and decimal types
85
- **Bugfix:** timeouts now passed to requests library
@@ -12,6 +9,9 @@
129
- `certificates`: [v1.2.1](services/certificates/CHANGELOG.md#v121)
1310
- **Feature:** client now supports UUID and decimal types
1411
- **Bugfix:** timeouts now passed to requests library
12+
- `dns`: [v0.5.1](services/dns/CHANGELOG.md#v051)
13+
- **Feature:** client now supports UUID and decimal types
14+
- **Bugfix:** timeouts now passed to requests library
1515
- `serviceaccount`:
1616
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
1717
- **Feature:** client now supports UUID and decimal types
@@ -43,10 +43,14 @@
4343
- `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload`
4444
- **Bugfix:** Flagged `disk_format` as necessary for `ImageFromVolumePayload`
4545
- **Improvement:** Updated description for labels
46-
- `alb`: [v0.9.0](services/alb/CHANGELOG.md#v090)
47-
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
48-
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
49-
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
46+
- `alb`:
47+
- [v0.9.1](services/alb/CHANGELOG.md#v091)
48+
- **Feature:** client now supports UUID and decimal types
49+
- **Bugfix:** timeouts now passed to requests library
50+
- [v0.9.0](services/alb/CHANGELOG.md#v090)
51+
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
52+
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
53+
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
5054
- `loadbalancer`:
5155
- [v0.9.1](services/loadbalancer/CHANGELOG.md#v091)
5256
- **Feature:** client now supports UUID and decimal types

services/dns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.5.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.5.0
26
- **Version**: Minimal version is now python 3.9
37

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.5.0"
3+
version = "v0.5.1"
44
description = "STACKIT DNS API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)