Skip to content

Commit

Permalink
Merge pull request #182 from AzureArcForKubernetes/release-1.3.6
Browse files Browse the repository at this point in the history
bump k8s-extension version to 1.3.6
  • Loading branch information
deeksha345 authored Sep 29, 2022
2 parents 2121a2e + 9c6835c commit 1aaef92
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 @@ -2,6 +2,13 @@
Release History
===============

1.3.6
++++++++++++++++++
* k8s-extension fix to address the error TypeError: cf_k8s_extension() takes 1 positional argument but 2 were given while running all az k8s-extension extension-types commands
* microsoft.azuremonitor.containers: Update DCR creation to Clusters resource group instead of workspace
* microsoft.dataprotection.kubernetes: Authoring a new k8s partner extension for the BCDR solution of AKS clusters

1.3.5
++++++++++++++++++
* Use the api-version 2022-04-02-preview in the CLI command az k8s-extension extension-types list
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.5"
VERSION = "1.3.6"

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

0 comments on commit 1aaef92

Please sign in to comment.