Skip to content

Commit ca4ee0f

Browse files
author
Gregory-Bessonov
authored
Release 1.45.0 -- Added FA REST 2.29 (#82)
1 parent 651fdc4 commit ca4ee0f

File tree

679 files changed

+181920
-112
lines changed

Some content is hidden

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

679 files changed

+181920
-112
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9+
1.45.0 12/15/2023 Added FlashArray 2.29 client
910
1.44.0 11/23/2023 Added FlashArray 2.28 client
1011
1.43.1 11/09/2023 Bug fix for models
1112
1.43.0 11/02/2023 Added FlashArray 2.27 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.44'
30+
version = u'1.45'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.44.0'
32+
release = u'1.45.0'
3333

3434

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

docs/fa_reference.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,15 @@ FlashArray REST 2.28 Client
152152
~~~~~~~~~~~~~~~~~~~~~~~~~~~
153153

154154
.. autoclass:: pypureclient.flasharray.FA_2_28.client.Client
155+
156+
FlashArray REST 2.29 Client
157+
~~~~~~~~~~~~~~~~~~~~~~~~~~
158+
159+
.. autoclass:: pypureclient.flasharray.FA_2_29.client.Client
155160
:members:
156161

157162

163+
158164
Properties
159165
----------
160166

@@ -471,6 +477,18 @@ Chap
471477
.. autoclass:: pypureclient.flasharray.Chap
472478
:members:
473479

480+
CloudCapacityStatus
481+
~~~~~~~~~~~~~~~~~~~
482+
483+
.. autoclass:: pypureclient.flasharray.CloudCapacityStatus
484+
:members:
485+
486+
CloudCapacityStep
487+
~~~~~~~~~~~~~~~~~
488+
489+
.. autoclass:: pypureclient.flasharray.CloudCapacityStep
490+
:members:
491+
474492
CloudProviderTag
475493
~~~~~~~~~~~~~~~~
476494

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
certifi >=2022.9.24, <=2023.7.22
22
docutils<0.18
33
six >=1.10, <=1.16.0
4-
python_dateutil >=2.5.3, <=2.8.1
4+
python_dateutil >=2.5.3
55
setuptools >=21.0.0, <=68.1.2
6-
urllib3 >=1.26.5, <=1.26.12
6+
urllib3 >= 1.26.17
77
paramiko >=2.11.0, <= 2.12.0
88
pyjwt >=2.0.0, <=2.8.0
99
requests >=2.20.1, <=2.31.0

0 commit comments

Comments
 (0)