Skip to content

Commit d502b04

Browse files
committed
prepare release v1.26.0
1 parent d3b1ddd commit d502b04

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.26.0] - 2025-08-18
12+
1113
### Added
1214

1315
- snapshot_dfn_modify() and properties to responses.SnapshotDefinition

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
python-linstor (1.26.0-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* linstorapi/connect: Error out if reading controller version fails
5+
* Added snapshot_dfn_modify
6+
* gitlab: python version shouldn't contain 0
7+
* resource_dfn_clone: can now set and delete properties
8+
9+
[ Gabor Hernadi ]
10+
* DRBD: Add new tcp_ports property to DrbdResource
11+
* Removed EXOS
12+
* Removed snapshot ship methods
13+
* Snap,rollback: Add optional zfs_rollback_strategy param
14+
15+
-- Rene Peinthor <[email protected]> Mon, 18 Aug 2025 09:09:27 +0000
16+
117
python-linstor (1.25.3-1) experimental; urgency=medium
218

319
[ Moritz Wanzenböck ]

linstor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.25.3"
1+
VERSION = "1.26.0"

0 commit comments

Comments
 (0)