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

Commit 4d3e5ab

Browse files
Bump version and changelog
1 parent e32960d commit 4d3e5ab

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/k8s-extension/HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

6+
1.1.0
7+
++++++++++++++++++
8+
* Migrate Extensions api-version to 2022-03-01
9+
* microsoft.azureml.kubernetes: Remove inference private review warning message
10+
* microsoft.openservicemesh: Enable System-assigned identity
11+
612
1.0.4
713
++++++++++++++++++
814
* microsoft.azureml.kubernetes: Support SSL secret

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.0.4"
36+
VERSION = "1.1.0"
3737

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

0 commit comments

Comments
 (0)