Skip to content

Commit 4948827

Browse files
committed
add changelog entry
1 parent 2363b8e commit 4948827

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@
393393
- **Feature:** new field `SnapshotSchedules` in model `SnapshotPolicy`
394394
- **Feature:** new field `Interval` in model `SnapshotPolicySchedule`
395395
- **Feature:** new model `SnapshotPolicySnapshotPolicySchedule`
396+
- [v0.10.0](services/sfs/CHANGELOG.md#v0100)
397+
- **Breaking change:** Change type from `*string` to `NullableString` of field `SnapshotPolicyId` in model `UpdateResourcePoolPayload`
396398
- `ske`:
397399
- [v1.11.2](services/ske/CHANGELOG.md#v1112)
398400
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/sfs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.10.0
2+
- **Breaking change:** Change type from `*string` to `NullableString` of field `SnapshotPolicyId` in model `UpdateResourcePoolPayload`
3+
14
## v0.9.0
25
- **Deprecation:** deprecated field `Schedules` in model `SnapshotPolicy`
36
- **Feature:** new field `SnapshotSchedules` in model `SnapshotPolicy`

services/sfs/VERSION

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

0 commit comments

Comments
 (0)