We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7be02 commit 5fabc3aCopy full SHA for 5fabc3a
2 files changed
src/k8s-extension/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.6.7
7
++++++++++++++++++++
8
+* microsoft.azuremonitor.containers: Extend ContainerInsights Extension for high log scale mode support.
9
+
10
1.6.6
11
++++++++++++++++++
12
* microsoft.entraworkloadiam: Remove code that is no longer in use.
src/k8s-extension/setup.py
@@ -33,7 +33,7 @@
33
# TODO: Add any additional SDK dependencies here
34
DEPENDENCIES = []
35
36
-VERSION = "1.6.6"
+VERSION = "1.6.7"
37
38
with open("README.rst", "r", encoding="utf-8") as f:
39
README = f.read()
0 commit comments