Skip to content

Commit 788418c

Browse files
committed
chore(sfs) write changelog, bump version
1 parent c268bf3 commit 788418c

3 files changed

Lines changed: 22 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
## Release (2026-MM-DD)
2-
- `sfs`: [v0.4.0](services/sfs/CHANGELOG.md#v040)
3-
- **Feature:** model `CreateResourcePoolPayload` now has an additional field `snapshotPolicyId`
4-
- **Feature:** model `CreateResourcePoolSnapshotPayload` now has an additional field `snaplockRetentionHours`
5-
- **Feature:** model `ResourcePool` now has an additional field `snapshotPolicy`
6-
- **Feature:** model `ResourcePoolSnapshot` now has an additional field `snaplockExpiryTime`
7-
- **Feature:** model `ResourcePoolSpace` now has an additional field `usedBySnapshotsGigabytes`
8-
- **Feature:** model `UpdateResourcePoolPayload` now has an additional field `snapshotPolicyId`
9-
- **Feature:** new models: `DisableLockResponse`, `EnableLockResponse`, `GetLockResponse`, `GetScheduleResponse`, `GetSnapshotPolicyResponse`, `ListSchedulesResponse`, `ListSnapshotPoliciesResponse`, `ResourcePoolSnapshotPolicy`, `Schedule`, `SnapshotPolicy`, `SnapshotPolicySchedule`, `UpdateResourcePoolSnapshotPayload`, `UpdateResourcePoolSnapshotResponse`
10-
- **Feature:** new operations: `UpdateResourcePoolSnapshot`, `ListSchedules`, `GetSchedule`, `ListSnapshotPolicies`, `GetSnapshotPolicy`, `DisableLock`, `GetLock`, `EnableLock`,
2+
- `sfs`:
3+
- [v0.5.0](services/sfs/CHANGELOG.md#v050)
4+
- **Deprecation:** deprecated field `schedules` in model `SnapshotPolicy`
5+
- **Feature:** new field `snapshotSchedules` in model `SnapshotPolicy`
6+
- **Feature:** new field `interval` in model `SnapshotPolicySchedule`
7+
- **Feature:** new model `SnapshotPolicySnapshotPolicySchedule`
8+
- [v0.4.0](services/sfs/CHANGELOG.md#v040)
9+
- **Feature:** model `CreateResourcePoolPayload` now has an additional field `snapshotPolicyId`
10+
- **Feature:** model `CreateResourcePoolSnapshotPayload` now has an additional field `snaplockRetentionHours`
11+
- **Feature:** model `ResourcePool` now has an additional field `snapshotPolicy`
12+
- **Feature:** model `ResourcePoolSnapshot` now has an additional field `snaplockExpiryTime`
13+
- **Feature:** model `ResourcePoolSpace` now has an additional field `usedBySnapshotsGigabytes`
14+
- **Feature:** model `UpdateResourcePoolPayload` now has an additional field `snapshotPolicyId`
15+
- **Feature:** new models: `DisableLockResponse`, `EnableLockResponse`, `GetLockResponse`, `GetScheduleResponse`, `GetSnapshotPolicyResponse`, `ListSchedulesResponse`, `ListSnapshotPoliciesResponse`, `ResourcePoolSnapshotPolicy`, `Schedule`, `SnapshotPolicy`, `SnapshotPolicySchedule`, `UpdateResourcePoolSnapshotPayload`, `UpdateResourcePoolSnapshotResponse`
16+
- **Feature:** new operations: `UpdateResourcePoolSnapshot`, `ListSchedules`, `GetSchedule`, `ListSnapshotPolicies`, `GetSnapshotPolicy`, `DisableLock`, `GetLock`, `EnableLock`,
1117
- `ske`: [v1.8.0](services/ske/CHANGELOG.md#v180)
1218
- **Breaking Change:** Change status codes: remove 200, change response type of 202 and add 400 in some API calls
1319
- **Breaking Change:** Aligned CRI name validation with the API side validation (removed docker)

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:** model `CreateResourcePoolPayload` now has an additional field `snapshotPolicyId`
39
- **Feature:** model `CreateResourcePoolSnapshotPayload` now has an additional field `snaplockRetentionHours`

services/sfs/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-sfs"
3-
version = "v0.4.0"
3+
version = "v0.5.0"
44
description = "STACKIT File Storage (SFS)"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)