Skip to content

Commit dcacb9c

Browse files
[k8s-extension] Update extension CLI to v1.7.0 (#13)
1 parent ec8eafd commit dcacb9c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/k8s-extension/HISTORY.rst

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

6+
1.7.0
7+
+++++++++++++++++++
8+
* Added the `az k8s-extension troubleshoot` command to simplify log collection and diagnostics for extensions.
9+
610
1.6.7
711
+++++++++++++++++++
812
* microsoft.azuremonitor.containers: Extend ContainerInsights Extension for high log scale mode support.

src/k8s-extension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"oras==0.2.25",
3636
]
3737

38-
VERSION = "1.6.7"
38+
VERSION = "1.7.0"
3939

4040
with open("README.rst", "r", encoding="utf-8") as f:
4141
README = f.read()

0 commit comments

Comments
 (0)