Skip to content

Commit

Permalink
Release 1.45.0 -- Added FA REST 2.29 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-Bessonov authored Dec 19, 2023
1 parent 651fdc4 commit ca4ee0f
Show file tree
Hide file tree
Showing 679 changed files with 181,920 additions and 112 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A log of changes by version and date.
======= ========== =====
Version Date Notes
======= ========== =====
1.45.0 12/15/2023 Added FlashArray 2.29 client
1.44.0 11/23/2023 Added FlashArray 2.28 client
1.43.1 11/09/2023 Bug fix for models
1.43.0 11/02/2023 Added FlashArray 2.27 client
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
author = u'Pure Storage, Inc.'

# The short X.Y version
version = u'1.44'
version = u'1.45'
# The full version, including alpha/beta/rc tags
release = u'1.44.0'
release = u'1.45.0'


# -- General configuration ---------------------------------------------------
Expand Down
18 changes: 18 additions & 0 deletions docs/fa_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,15 @@ FlashArray REST 2.28 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.FA_2_28.client.Client

FlashArray REST 2.29 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.FA_2_29.client.Client
:members:



Properties
----------

Expand Down Expand Up @@ -471,6 +477,18 @@ Chap
.. autoclass:: pypureclient.flasharray.Chap
:members:

CloudCapacityStatus
~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.CloudCapacityStatus
:members:

CloudCapacityStep
~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.CloudCapacityStep
:members:

CloudProviderTag
~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
certifi >=2022.9.24, <=2023.7.22
docutils<0.18
six >=1.10, <=1.16.0
python_dateutil >=2.5.3, <=2.8.1
python_dateutil >=2.5.3
setuptools >=21.0.0, <=68.1.2
urllib3 >=1.26.5, <=1.26.12
urllib3 >= 1.26.17
paramiko >=2.11.0, <= 2.12.0
pyjwt >=2.0.0, <=2.8.0
requests >=2.20.1, <=2.31.0
Expand Down
Loading

0 comments on commit ca4ee0f

Please sign in to comment.