Release 2.4.2

A micro-fix to the make-etcd script and a minor fix to vitastor-cli rm
leaving "deleted" flag after itself when using "inverse delete".
This commit is contained in:
Vitaliy Filippov
2025-11-04 17:51:09 +03:00
parent 4ab93d8481
commit 622631c146
18 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ from cinder.volume import configuration
from cinder.volume import driver
from cinder.volume import volume_utils
VITASTOR_VERSION = '2.4.1'
VITASTOR_VERSION = '2.4.2'
LOG = logging.getLogger(__name__)