Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit c8205ee

Browse files
author
Bavneet Singh
committed
bump k8s-extension version to 1.3.1
1 parent 11f2ada commit c8205ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/k8s-extension/HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Release History
66
1.3.1
77
++++++++++++++++++
88
* microsoft.azureml.kubernetes: Always show TSG link for AzureMLKubernetes extension at the head.
9+
* microsoft.azuremonitor.containers: add omsagent rename changes
10+
* microsoft.azuremonitor.containers: fix script to support provisionedClusters
911

1012
1.3.0
1113
++++++++++++++++++

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.3.0"
36+
VERSION = "1.3.1"
3737

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

0 commit comments

Comments
 (0)