We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675c019 commit 75972f4Copy full SHA for 75972f4
src/fleet/HISTORY.rst
@@ -150,3 +150,8 @@ Release History
150
1.6.4
151
++++++
152
* Fix help text for `fleet list` command.
153
+
154
+1.7.0
155
+++++++
156
+* Removed is_preview flag from `enable_vnet_integration` and `assign_identity` parameters.
157
+* Updated Private Fleet V2 to require user assigned identity.
src/fleet/setup.py
@@ -16,7 +16,7 @@
16
17
# TODO: Confirm this is the right version number you want and it matches your
18
# HISTORY.rst entry.
19
-VERSION = '1.6.2'
+VERSION = '1.7.0'
20
21
# The full list of classifiers is available at
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments