Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
- bd19185 [#323] Unity: add advanced dedup support (#324)
- e435790 Unity: fix fs/nfs/cifs issues (#335)
- d4a2818 VNX: support to specify SP in LUN creation (#334)
- 0437478 [#325] Unity: add parameters for fs/nfs/cifs create and modify (#331)
  • Loading branch information
yong-huang committed Nov 24, 2020
1 parent bd19185 commit 1c4e44b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ StorOps: The Python Library for VNX & Unity
.. image:: https://landscape.io/github/emc-openstack/storops/master/landscape.svg?style=flat
:target: https://landscape.io/github/emc-openstack/storops/

VERSION: 1.2.7
VERSION: 1.2.8

A minimalist Python library to manage VNX/Unity systems.
This document lies in the source code and go with the release.
Expand Down
5 changes: 4 additions & 1 deletion utility/rpm_publish/python-storops-vnx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%global pypi_name storops

Name: python-%{pypi_name}-vnx
Version: 1.2.7
Version: 1.2.8
Release: 1%{?dist}
Summary: Library for managing Unity/VNX systems.

Expand Down Expand Up @@ -70,6 +70,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o


%changelog
* Tue Nov 24 2020 Yong Huang <[email protected]> - 1.2.8-1
- Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8

* Tue Sep 2 2020 Ryan Liang <[email protected]> - 1.2.7-1
- Release v1.2.7: https://github.com/emc-openstack/storops/releases/tag/v1.2.7

Expand Down
5 changes: 4 additions & 1 deletion utility/rpm_publish/python-storops.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# %%global pre_release dev.1

Name: python-%{pypi_name}
Version: 1.2.7
Version: 1.2.8
Release: %{?pre_release:0.%{pre_release}}%{!?pre_release:1}%{?dist}
Summary: Library for managing Unity/VNX systems.

Expand Down Expand Up @@ -134,6 +134,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o


%changelog
* Tue Nov 24 2020 Yong Huang <[email protected]> - 1.2.8-1
- Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8

* Tue Sep 2 2020 Ryan Liang <[email protected]> - 1.2.7-1
- Release v1.2.7: https://github.com/emc-openstack/storops/releases/tag/v1.2.7

Expand Down

0 comments on commit 1c4e44b

Please sign in to comment.