Skip to content

Commit

Permalink
Release 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif Lakhani committed Jan 31, 2023
1 parent f122f93 commit 9aa7d3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/k8s-extension/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

1.3.9
++++++++++++++++++
* Deprecating --config-settings alias for --configuration-settings
* Deprecating --configuration-protected-settings alias for --config-protected-settings
* Deprecating --configuration-settings-file alias for --config-settings-file
* Deprecating --configuration-protected-settings-file alias for --config-protected-file

1.3.8
++++++++++++++++++
* Fixes to address the bug with msi auth mode for azuremonitor-containers extension version >= 3.0.0
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.3.8"
VERSION = "1.3.9"

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

0 comments on commit 9aa7d3d

Please sign in to comment.