Skip to content

Commit

Permalink
Release 1.58.0 Added FlashBlade REST 2.16 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlucan-ps authored Dec 10, 2024
1 parent 1874bcb commit 4cf068d
Show file tree
Hide file tree
Showing 638 changed files with 141,986 additions and 423 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ A log of changes by version and date.
======= ========== =====
Version Date Notes
======= ========== =====
1.58.0 12/09/2024 Added FlashBlade 2.16 client
1.57.0 10/10/2024 Added FlashArray 2.37 client
1.56.0 08/29/2024 Added FlashArray 2.36 client
1.55.0 08/15/2024 Added FlashBlade 2.15 client
1.54.0 07/23/2024 Added FlashArray 2.35 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.56'
version = u'1.58'
# The full version, including alpha/beta/rc tags
release = u'1.56.0'
release = u'1.58.0'


# -- General configuration ---------------------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions docs/fa_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ FlashArray REST 2.35 Client
FlashArray REST 2.36 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_36.client.Client

FlashArray REST 2.37 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_37.client.Client
:members:

Properties
Expand Down Expand Up @@ -2516,6 +2520,12 @@ Transfer
.. autoclass:: pypureclient.flasharray.Transfer
:members:

UpgradeParameters
~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.UpgradeParameters
:members:

Username
~~~~~~~~

Expand Down
Loading

0 comments on commit 4cf068d

Please sign in to comment.