Skip to content

Commit d2a3f30

Browse files
update connectedk8s cli version and release notes (#31)
1 parent 68101b2 commit d2a3f30

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/connectedk8s/HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release History
44
===============
55

6+
1.10.5
7+
++++++
8+
* Fixed bug impacting long-running operations of the az connectedk8s proxy command.
9+
* Refactored code to reduce proxy command startup time.
10+
* Added support for downloading proxy binaries from MCR, including more architecture-specific versions.
11+
* Enhanced telemetry to capture detailed error information during Helm installation failures.
12+
613
1.10.4
714
++++++
815
* Fixed the issue where the 'connectedk8s proxy' command would fail if the kubeconfig file was empty.

src/connectedk8s/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# TODO: Confirm this is the right version number you want and it matches your
1414
# HISTORY.rst entry.
1515

16-
VERSION = "1.10.4"
16+
VERSION = "1.10.5"
1717

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

0 commit comments

Comments
 (0)