Skip to content

Commit f114a23

Browse files
committed
chore(doc): add changelog entries
1 parent aba0d5f commit f114a23

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- `Nodepool`: `maximum` and `minimum` must be <= 1000
99
- `dns`: [v0.3.0](services/dns/CHANGELOG.md#v030-2025-02-27)
1010
- Add support for extensions
11+
- `iaas`: [v0.3.0](services/iaas/CHANGELOG.md#v030-2025-02-27)
12+
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
13+
- Add size attribute to image model
14+
- Add CPU architecture attribute to image config model
1115

1216
## Release (2025-02-11)
1317

services/iaas/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.0 (2025-02-27)
2+
3+
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
4+
- Add size attribute to image model
5+
- Add CPU architecture attribute to image config model
6+
17
## v0.2.1 (2025-01-14)
28

39
- **Bugfix**: `configuration.py` region adjustment was missing

0 commit comments

Comments
 (0)