Skip to content

Commit

Permalink
Add updated release number to main (#35)
Browse files Browse the repository at this point in the history
* Feature/dsansible 76/setup read the docs (#17)

* Update the README to point to read the docs, and add in other readme items likes additional badges

* Feature/dsansible 76/setup read the docs (#19)

* Update the README to point to read the docs, and add in other readme items likes additional badges

* A few additional README.md changes

* Upating per Justin's comments

* Add the read the docs theme to the pyds8k documentation.

* Trying to get read the docs theme to work.

* removing import...

* code to handle theme only when on readthedocs

* code to handle theme only when on readthedocs

* code to handle theme only when on readthedocs

* add two function to pyds8k (#12)

* Revert "add two function to pyds8k (#12)" (#22)

This reverts commit eb97922.

* To incorporate the PR - #12 (#24)

(task/CSI-2929 add two function to pyds8k), by manually adding following function only:
get_host_ports_by_host

Signed-off-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

Co-authored-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* DSANSIBLE-78 (#21)

* DSANSIBLE-78
to Support Win
1) change hard coded path separator to os.sep

Signed-off-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* DSANSIBLE-78
to Support Win
1) change hard coded path separator to os.sep

Signed-off-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

Co-authored-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* DSANSIBLE-28, supporting creating with id & ids (#20)

* DSANSIBLE-28, supporting creating with id & ids

Signed-off-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* DSANSIBLE-28, supporting creating with id & ids(reformat, flake8 compliance)

Signed-off-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

Co-authored-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* DSANSIBLE-98 Migrate to pytest (#25)

* DSANSIBLE-98 Migrate to pytest
nose is unmaintained and doesn't work with >python3.9
Convert to pytest
Add python3.9 and 3.10

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* Add python 3.9 and 3.10 to travis

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* DSANSIBLE-98 Relax pytest version for 3.6

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* DSANSIBLE-98 Run cover,docs,flake8 on 3.9
cover and py3x are the same, no need to duplicate

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* DSANSIBLE-78 Add windows to CI (#26)

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* added create_alias_volumes call in RootVolumeMixin for alias support (#27)

* added create_alias_volumes call in RootVolumeMixin for alias support

Signed-off-by: Randy Blea <blead@us.ibm.com>

* fix line too long error

Signed-off-by: Randy Blea <blead@us.ibm.com>

* DSANSIBLE-83 Add unit test for creating alias vols

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

Co-authored-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* DSANSIBLE-87 Add resource groups. (#30)

* DSANSIBLE-87 Add resource groups.

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* DSANSIBLE-87 fix incorrect variable name.

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>

* DSANSIBLE-102: add basevolume parser on volume alias request (#31)

Signed-off-by: shipeng@us.ibm.com

Signed-off-by: shipeng@us.ibm.com
Co-authored-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* DSANSIBLE-100: flash copy information was not correctly handled due to evolving flash copy rest api. (#32)

instead of *_flashcopy, *_cs_flashcopy should be used for flashcopy operations

for backward compatibility, move to use volume_id for pre-R8, which is deprecated.
if volume_id is empty and the calling party is a volume, volume_id is populated.

Co-authored-by: shipeng@us.ibm.com <shipeng@us.ibm.com>

* Update __init__.py (#34)

Update release number for pyds8k

Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>
Signed-off-by: shipeng@us.ibm.com
Co-authored-by: Matan Carmeli <45543087+matancarmeli7@users.noreply.github.com>
Co-authored-by: shipeng <AnboAnbo@users.noreply.github.com>
Co-authored-by: shipeng@us.ibm.com <shipeng@us.ibm.com>
Co-authored-by: NjM3MjY5NzAgNzA3MzA3 <102704081+NjM3MjY5NzAgNzA3MzA3@users.noreply.github.com>
  • Loading branch information
5 people committed Sep 29, 2022
1 parent 7c01ea3 commit 10fd346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyds8k/__init__.py
Expand Up @@ -22,7 +22,7 @@
"""
PYDS8K_DEFAULT_LOGGER = "pyds8k"

version_tuple = (1, 4, 0)
version_tuple = (1, 5, 0)


def get_version_string():
Expand Down

0 comments on commit 10fd346

Please sign in to comment.