Skip to content

Commit 4cf068d

Browse files
authored
Release 1.58.0 Added FlashBlade REST 2.16 (#117)
1 parent 1874bcb commit 4cf068d

File tree

638 files changed

+141986
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

638 files changed

+141986
-423
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9+
1.58.0 12/09/2024 Added FlashBlade 2.16 client
10+
1.57.0 10/10/2024 Added FlashArray 2.37 client
911
1.56.0 08/29/2024 Added FlashArray 2.36 client
1012
1.55.0 08/15/2024 Added FlashBlade 2.15 client
1113
1.54.0 07/23/2024 Added FlashArray 2.35 client

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = u'Pure Storage, Inc.'
2828

2929
# The short X.Y version
30-
version = u'1.56'
30+
version = u'1.58'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.56.0'
32+
release = u'1.58.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

docs/fa_reference.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ FlashArray REST 2.35 Client
188188
FlashArray REST 2.36 Client
189189
~~~~~~~~~~~~~~~~~~~~~~~~~~
190190
.. autoclass:: pypureclient.flasharray.FA_2_36.client.Client
191+
192+
FlashArray REST 2.37 Client
193+
~~~~~~~~~~~~~~~~~~~~~~~~~~
194+
.. autoclass:: pypureclient.flasharray.FA_2_37.client.Client
191195
:members:
192196

193197
Properties
@@ -2516,6 +2520,12 @@ Transfer
25162520
.. autoclass:: pypureclient.flasharray.Transfer
25172521
:members:
25182522

2523+
UpgradeParameters
2524+
~~~~~~~~~~~~~~~~~
2525+
2526+
.. autoclass:: pypureclient.flasharray.UpgradeParameters
2527+
:members:
2528+
25192529
Username
25202530
~~~~~~~~
25212531

0 commit comments

Comments
 (0)