Skip to content

Commit 5fabc3a

Browse files
update readme and version release notes (#12)
1 parent ba7be02 commit 5fabc3a

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.6.7
7+
+++++++++++++++++++
8+
* microsoft.azuremonitor.containers: Extend ContainerInsights Extension for high log scale mode support.
9+
610
1.6.6
711
++++++++++++++++++
812
* microsoft.entraworkloadiam: Remove code that is no longer in use.

src/k8s-extension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# TODO: Add any additional SDK dependencies here
3434
DEPENDENCIES = []
3535

36-
VERSION = "1.6.6"
36+
VERSION = "1.6.7"
3737

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

0 commit comments

Comments
 (0)