Skip to content

Commit f2465d9

Browse files
committed
add changelog entries
1 parent e16c99b commit f2465d9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## Release (2025-MM-DD)
2-
- `iaas`: [v0.30.0](services/iaas/CHANGELOG.md#v0300)
3-
- **Feature:** Add waiter to wait until the preconditions for network area deletion are met: `ReadyForNetworkAreaDeletionWaitHandler`
2+
- `iaas`:
3+
- [v0.31.0](services/iaas/CHANGELOG.md#v0310)
4+
- Add `CreatedAt` and `UpdatedAt` fields to `BaseSecurityGroupRule` struct
5+
- Add `Description` field to `CreateNicPayload`, `NIC`, `UpdateNicPayload` structs
6+
- Add `Agent` field to `Server`, `CreateServerPayload` structs
7+
- Add `CreatedAt`, `UpdatedAt` and `Protocol` fields to `SecurityGroupRule`, `CreateSecurityGroupRulePayload` structs
8+
- New struct: `ServerAgent`
9+
- [v0.30.0](services/iaas/CHANGELOG.md#v0300)
10+
- **Feature:** Add waiter to wait until the preconditions for network area deletion are met: `ReadyForNetworkAreaDeletionWaitHandler`
411
- `intake`: [v0.2.0](services/intake/CHANGELOG.md#v020)
512
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
613
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request

services/iaas/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.31.0
2+
- Add `CreatedAt` and `UpdatedAt` fields to `BaseSecurityGroupRule` struct
3+
- Add `Description` field to `CreateNicPayload`, `NIC`, `UpdateNicPayload` structs
4+
- Add `Agent` field to `Server`, `CreateServerPayload` structs
5+
- Add `CreatedAt`, `UpdatedAt` and `Protocol` fields to `SecurityGroupRule`, `CreateSecurityGroupRulePayload` structs
6+
- New struct: `ServerAgent`
7+
18
## v0.30.0
29
- **Feature:** Add waiter to wait until the preconditions for network area deletion are met: `ReadyForNetworkAreaDeletionWaitHandler`
310

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.30.0
1+
v0.31.0

0 commit comments

Comments
 (0)