From 16f7dfd3d37d01e5373780815e614530d9b1ac44 Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Mon, 8 Aug 2022 11:04:07 +0800 Subject: [PATCH 1/6] update readme to add dependency --- src/aks-preview/README.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/aks-preview/README.rst b/src/aks-preview/README.rst index d06b503206c..3906e26afcd 100644 --- a/src/aks-preview/README.rst +++ b/src/aks-preview/README.rst @@ -9,3 +9,29 @@ How to use Install this extension using the following CLI command `az extension add --name aks-preview`. You may need to execute some invalid aks command (e.g., `az aks fake`) to refresh the command index to enable aks-preview. Remove this extension using the following CLI command `az extension remove --name aks-preview`. + +Dependency between aks-preview and azure-cli/acs (azure-cli-core) +================================================================= + +.. list-table:: + :widths: 50 50 + :header-rows: 1 + + * - aks-preview + - azure-cli/acs (azure-cli-core), release date + * - 0.4.4 ~ 0.5.39 + - >= 2.0.49 + * - 0.5.40 ~ 0.5.41 + - >= `\2.23.0 `_, 2021/05/06 + * - 0.5.42 ~ 0.5.44 + - >= `\2.27.0 `_, 2021/08/03 + * - 0.5.45 ~ 0.5.48 + - >= `\2.30.0 `_, 2021/11/02 + * - 0.5.49 ~ 0.5.52 + - >= `\2.31.0 `_, 2021/12/07 + * - 0.5.53 ~ 0.5.66 + - >= `\2.32.0 `_, 2022/01/04 + * - 0.5.67 ~ 0.5.82 + - >= `\2.35.0 `_, 2022/04/06 + * - 0.5.83 ~ latest + - >= `\2.37.0 `_, 2022/05/24 \ No newline at end of file From 3ebdd4915b09264887ea0ab359ab220a8dd490f3 Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Mon, 8 Aug 2022 11:12:34 +0800 Subject: [PATCH 2/6] update history --- src/aks-preview/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index 696f43fde91..c7099eef273 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -7,7 +7,7 @@ Guidance ++++++++ If there is no rush to release a new version, please just add a description of the modification under the *Pending* section. -To release a new version, please select a new version number (usually plus 1 to the minor of the current latest version number), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` in `setup.py` with this new version number. +To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z (Major.Minor.Patch)), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number. Pending +++++++ From 2abd2b6846495d5cf5b3d1108704f9a7f46bd61c Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Mon, 8 Aug 2022 17:18:50 +0800 Subject: [PATCH 3/6] add doc link --- src/aks-preview/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index c7099eef273..66f7501d56b 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -7,7 +7,7 @@ Guidance ++++++++ If there is no rush to release a new version, please just add a description of the modification under the *Pending* section. -To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z (Major.Minor.Patch)), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number. +To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc `_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number. Pending +++++++ From b9a80b25ce65fe4ec8a608cfaf97484334482b7d Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Wed, 10 Aug 2022 13:22:08 +0800 Subject: [PATCH 4/6] Trigger Build From f506709d2242d8405cc0807f0de3fd17506f738a Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Wed, 10 Aug 2022 13:24:15 +0800 Subject: [PATCH 5/6] Trigger Build From ba7e989b3520a4c5fcd0a29cbc15ec9b601b1e4e Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Thu, 11 Aug 2022 12:59:37 +0800 Subject: [PATCH 6/6] Trigger Build