-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1bf2193 Unity: fix StoragePoolTypeEnum issue (#359) - aeda20a CI: delete py27/py34/py35, add py38 (#360) - 2a66963 Unity: fix host_luns issue (#356) - 6c9ed0b Unity: To better handler concurrent lun attach (#355) - 71510f8 Unity: Attach with retry if LUN being modified (#354) - 7092c51 Add UnityDeleteStorageResourceHasSnapError (#347)
- Loading branch information
1 parent
1bf2193
commit 69f6186
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%global pypi_name storops | ||
|
||
Name: python-%{pypi_name}-vnx | ||
Version: 1.2.10 | ||
Version: 1.2.11 | ||
Release: 1%{?dist} | ||
Summary: Library for managing Unity/VNX systems. | ||
|
||
|
@@ -70,6 +70,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o | |
|
||
|
||
%changelog | ||
* Tue Mar 8 2022 Yong Huang <[email protected]> - 1.2.11-1 | ||
- Release v1.2.11: https://github.com/emc-openstack/storops/releases/tag/v1.2.11 | ||
|
||
* Fri May 28 2021 Yong Huang <[email protected]> - 1.2.10-1 | ||
- Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# %%global pre_release dev.1 | ||
|
||
Name: python-%{pypi_name} | ||
Version: 1.2.10 | ||
Version: 1.2.11 | ||
Release: %{?pre_release:0.%{pre_release}}%{!?pre_release:1}%{?dist} | ||
Summary: Library for managing Unity/VNX systems. | ||
|
||
|
@@ -134,6 +134,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o | |
|
||
|
||
%changelog | ||
* Tue Mar 8 2022 Yong Huang <[email protected]> - 1.2.11-1 | ||
- Release v1.2.11: https://github.com/emc-openstack/storops/releases/tag/v1.2.11 | ||
|
||
* Fri May 28 2021 Yong Huang <[email protected]> - 1.2.10-1 | ||
- Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10 | ||
|
||
|