Skip to content

Commit

Permalink
bump k8s-extension version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavneet Singh committed Jul 28, 2022
1 parent e3b7e84 commit a96c645
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.2.5
++++++++++++++++++
* microsoft.azuremonitor.containers: ContainerInsights Extension Managed Identity Auth Onboarding related bug fixes.
* microsoft.openservicemesh: Fix osm-arc installations for non-connectedClusters
* k8s-extension azuredefender namespace to mdc

1.2.4
++++++++++++++++++
* microsoft.azureml.kubernetes: Do not invoke `create_or_update` for already existed resources.
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.2.4"
VERSION = "1.2.5"

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

0 comments on commit a96c645

Please sign in to comment.