Skip to content

Commit b3a1f75

Browse files
committed
chore(sfs) write changelogs, bump version
1 parent f0953f9 commit b3a1f75

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
- Deprecate `getSchedule` and `listSchedules` methods in `SfsApi` class
1717
- [v0.4.0](services/sfs/CHANGELOG.md#v040)
1818
- **Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530
19+
- [v0.5.0](services/sfs/CHANGELOG.md#v050)
20+
- **Deprecation:** deprecated field `schedules` in model `SnapshotPolicy`
21+
- **Feature:** new field `snapshotSchedules` in model `SnapshotPolicy`
22+
- **Feature:** new field `interval` in model `SnapshotPolicySchedule`
23+
- **Feature:** new model `SnapshotPolicySnapshotPolicySchedule`
1924
- `serverbackup`: [v0.2.0](services/serverbackup/CHANGELOG.md#v020)
2025
- **Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530
2126

services/sfs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.5.0
2+
- **Deprecation:** deprecated field `schedules` in model `SnapshotPolicy`
3+
- **Feature:** new field `snapshotSchedules` in model `SnapshotPolicy`
4+
- **Feature:** new field `interval` in model `SnapshotPolicySchedule`
5+
- **Feature:** new model `SnapshotPolicySnapshotPolicySchedule`
6+
17
## v0.4.0
28
- **Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530
39

services/sfs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

0 commit comments

Comments
 (0)