Skip to content

Commit

Permalink
update k8s-extension version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavneet Singh committed Oct 15, 2024
1 parent 5d7cf74 commit 4b4f220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/k8s-extension/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
===============

1.7.0
++++++++++++++++++
* microsoft.workloadiam: Enhanced security by utilizing protected configuration settings for the join token instead of regular configuration settings.
* microsoft.azuremonitor.containers.metrics: Expanded support to all clouds, excluding air-gapped environments, for microsoft.azuremonitor.containers.metrics in ARC clusters.
* Removed dependency on the msrestazure library.

1.6.1
++++++++++++++++++
* minor fixes to dataprotection aks ext CLI
Expand Down
2 changes: 1 addition & 1 deletion src/k8s-extension/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# TODO: Add any additional SDK dependencies here
DEPENDENCIES = []

VERSION = "1.6.1"
VERSION = "1.7.0"

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

0 comments on commit 4b4f220

Please sign in to comment.