Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in AMD64 connectedk8s cli for ARM64 clusters #5795

Merged
merged 12 commits into from
Feb 6, 2023
Prev Previous commit
updated history and version
  • Loading branch information
Atharva Mulmuley committed Feb 3, 2023
commit 5f8054c1c40821820290fb188da9af56a3ecd54c
8 changes: 0 additions & 8 deletions src/connectedk8s/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

Release History
===============
1.3.11
++++++

* Removed ARM64 unsupported warning
* Increased helm delete timeout for ARM64 clusters
* Added multi-architectural images for troubleshoot
* Delete azure-arc-release NS if exists as part of delete command

1.3.10
++++++

Expand Down
2 changes: 1 addition & 1 deletion src/connectedk8s/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.

VERSION = '1.3.11'
VERSION = '1.3.10'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down