Skip to content

Commit 883a3f4

Browse files
authored
Fix AKS cluster start (#80)
* Pin azure-mgmt-containerservice version to <39.0.0 * Update changelog and plugin version to fast track release
1 parent 4a3f2a4 commit 883a3f4

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 3.0.2 - Bugfix release
4+
- Fixing resolution of Azure API version
5+
36
## Version 3.0.1 - Bugfix release
47
- Fixing support for taints for GPU enabled node pools
58

code-env/python/spec/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
azure-identity<1.18
22
azure-mgmt-authorization==2.0.0
33
azure-mgmt-compute==23.1.0
4-
azure-mgmt-containerservice>=16.4.0
4+
azure-mgmt-containerservice>=16.4.0,<39.0.0
55
azure-mgmt-resource==20.0.0
66
azure-mgmt-msi==6.0.0b1
77
ipaddress==1.0.23

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "aks-clusters",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"meta": {
55
"label": "AKS clusters",
66
"description": "Interact with or create Microsoft Azure Kubernetes Service clusters",

0 commit comments

Comments
 (0)