We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8eafd commit dcacb9cCopy full SHA for dcacb9c
2 files changed
src/k8s-extension/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.7.0
7
++++++++++++++++++++
8
+* Added the `az k8s-extension troubleshoot` command to simplify log collection and diagnostics for extensions.
9
+
10
1.6.7
11
+++++++++++++++++++
12
* microsoft.azuremonitor.containers: Extend ContainerInsights Extension for high log scale mode support.
src/k8s-extension/setup.py
@@ -35,7 +35,7 @@
35
"oras==0.2.25",
36
]
37
38
-VERSION = "1.6.7"
+VERSION = "1.7.0"
39
40
with open("README.rst", "r", encoding="utf-8") as f:
41
README = f.read()
0 commit comments