Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e48fa39
Initial changes for adding azuredis-csi-version and related test case…
mukhoakash May 20, 2022
b27a42c
Review comment resolved
mukhoakash May 20, 2022
9dfedd6
Some more changes to the logic and test cases
mukhoakash May 20, 2022
8519d83
Fixes in the test cases
mukhoakash May 21, 2022
60b332a
Renaming azuredisk_csi_version to disk_driver_version
mukhoakash May 23, 2022
29d6e18
Not setting default value of disk_driver_version
mukhoakash May 25, 2022
72d4430
Fixes to the test cases
mukhoakash May 25, 2022
9b47e3e
Added new aks command test
mukhoakash May 25, 2022
25f1068
Merge branch 'main' of github.com:Azure/azure-cli-extensions into muk…
mukhoakash May 25, 2022
3fa67ef
Some test case fix
mukhoakash May 25, 2022
062179b
Added a new version in setup and updated the history
mukhoakash May 25, 2022
782f1f5
Fixing a typo test failure
mukhoakash May 25, 2022
badb55f
Some fixes to the test aks command
mukhoakash May 25, 2022
fc3f8ff
Fixing a testcase
mukhoakash May 26, 2022
236b566
Adding the test cases fixes
mukhoakash May 26, 2022
0d05116
Bypassing one test case for now before its fixed in the AKS RP
mukhoakash May 26, 2022
2ec5b39
Fixed a typo
mukhoakash May 26, 2022
706be46
Removing one failing test case which depends on fixes in the AKS RP
mukhoakash May 26, 2022
8087425
Referencing consts for default driver version
mukhoakash May 27, 2022
9e71847
Preseving default location for test case to run on eastus2euap
mukhoakash May 30, 2022
2080625
Merge branch 'main' into mukhoakash/driverversion
mukhoakash May 30, 2022
6838779
updated version in setup.py
mukhoakash May 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into mukhoakash/driverversion
  • Loading branch information
mukhoakash authored May 30, 2022
commit 2080625ff45361a6b545a2d95dc8d89ef079a5b9
7 changes: 6 additions & 1 deletion src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ To release a new version, please select a new version number (usually plus 1 to
Pending
+++++++

0.5.77
++++++

* Add support to pass csi `disk-driver-version` for `az aks create` and `az aks update`.

0.5.76
++++++

* Add support to pass csi disk driver version.
* Add support for Custom CA Trust in `az aks create`, `az aks nodepool add`, `az aks nodepool update`.

0.5.75
++++++
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.