From d22d252ee1d2a00e653eebecf04ec0c9aaaad1de Mon Sep 17 00:00:00 2001 From: Muhammad Date: Wed, 8 Oct 2025 23:30:05 -0400 Subject: [PATCH 1/2] bump to 1.6.5 --- src/fleet/HISTORY.rst | 5 +++++ src/fleet/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/fleet/HISTORY.rst b/src/fleet/HISTORY.rst index b7f5f2ec132..3d7d865ec4b 100644 --- a/src/fleet/HISTORY.rst +++ b/src/fleet/HISTORY.rst @@ -150,3 +150,8 @@ Release History 1.6.4 ++++++ * Fix help text for `fleet list` command. + +1.6.5 +++++++ +* Removed is_preview flag from `enable_vnet_integration` and `assign_identity` parameters. +* Updated Private Fleet V2 to require user assigned identity. \ No newline at end of file diff --git a/src/fleet/setup.py b/src/fleet/setup.py index 97691ea8b81..b27e4a3bf81 100644 --- a/src/fleet/setup.py +++ b/src/fleet/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.6.2' +VERSION = '1.6.5' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From a3aace686370b5e48c1667fb8c0580986422d129 Mon Sep 17 00:00:00 2001 From: Muhammad Date: Wed, 8 Oct 2025 23:38:09 -0400 Subject: [PATCH 2/2] update the version to 1.7.0 --- src/fleet/HISTORY.rst | 2 +- src/fleet/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fleet/HISTORY.rst b/src/fleet/HISTORY.rst index 3d7d865ec4b..1c98d73ce70 100644 --- a/src/fleet/HISTORY.rst +++ b/src/fleet/HISTORY.rst @@ -151,7 +151,7 @@ Release History ++++++ * Fix help text for `fleet list` command. -1.6.5 +1.7.0 ++++++ * Removed is_preview flag from `enable_vnet_integration` and `assign_identity` parameters. * Updated Private Fleet V2 to require user assigned identity. \ No newline at end of file diff --git a/src/fleet/setup.py b/src/fleet/setup.py index b27e4a3bf81..9f290ae9aa4 100644 --- a/src/fleet/setup.py +++ b/src/fleet/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.6.5' +VERSION = '1.7.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers