From 8556dedff2f808cdbe78ca88b5b0182044e4238a Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Wed, 25 Oct 2023 14:59:28 +0000 Subject: [PATCH] Up-versioning Azure CLI, removed bicep.png ignore --- .github/workflows/ByoVnetCI.yml | 2 +- .github/workflows/ByoVnetPrivateCI.yml | 2 +- .github/workflows/OSSCI.yml | 4 ++-- .github/workflows/StandardCI.yml | 2 +- .github/workflows/regressionparams.yml | 2 +- .lycheeignore | 1 - 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ByoVnetCI.yml b/.github/workflows/ByoVnetCI.yml index 062080c2c..b12364602 100644 --- a/.github/workflows/ByoVnetCI.yml +++ b/.github/workflows/ByoVnetCI.yml @@ -83,7 +83,7 @@ permissions: concurrency: ci-${{ github.ref }} env: - AZCLIVERSION: 2.43.0 #2.30.0 #2.29.2 #2.26.0 #latest + AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest ParamFilePath: ".github/workflows_dep/AksDeploy-ByoVnet.parameters.json" RESNAME: "Byov" DEPNAME: "Dep${{ github.run_number }}" diff --git a/.github/workflows/ByoVnetPrivateCI.yml b/.github/workflows/ByoVnetPrivateCI.yml index ecc2ee96c..cc858e594 100644 --- a/.github/workflows/ByoVnetPrivateCI.yml +++ b/.github/workflows/ByoVnetPrivateCI.yml @@ -80,7 +80,7 @@ on: env: ParamFilePath: ".github/workflows_dep/AksDeploy-Private.parameters.json" DEPNAME: 'DepPriv${{ github.run_number }}' - AZCLIVERSION: 2.43.0 #2.36.0 #2.30.0 #Pinning to a specific AZ CLI version + AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest concurrency: ci-${{ github.event.inputs.environment }}-${{ github.ref }} diff --git a/.github/workflows/OSSCI.yml b/.github/workflows/OSSCI.yml index 5c381b641..6fa0e4010 100644 --- a/.github/workflows/OSSCI.yml +++ b/.github/workflows/OSSCI.yml @@ -36,7 +36,7 @@ env: RG: "AksBicepAcc-Ci-OssCluster" #The resource group we're deploying to. RESNAME: "AksOss" #Used in Azure Resource Naming, overrides the default in the parameter file DEPNAME: "Dep${{ github.run_number }}" #Deployment Name - AZCLIVERSION: 2.43.0 #Pinning to a specific AZ CLI version + AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest permissions: id-token: write @@ -64,7 +64,7 @@ jobs: run: | LATEST=$(curl https://api.github.com/repos/Azure/AKS-Construction/releases/latest | jq '.tag_name' -r) echo "LATEST=$LATEST" >> $GITHUB_OUTPUT - + ContourDeploy: uses: ./.github/workflows/AKSC_Deploy.yml needs: [ReusableWF] diff --git a/.github/workflows/StandardCI.yml b/.github/workflows/StandardCI.yml index 50ca71be8..dc4592069 100644 --- a/.github/workflows/StandardCI.yml +++ b/.github/workflows/StandardCI.yml @@ -34,7 +34,7 @@ env: ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/main/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file RESNAME: "AksStan" #Used in Azure Resource Naming, overrides the default in the parameter file DEPNAME: "Dep${{ github.run_number }}" #Deployment Name - AZCLIVERSION: 2.43.0 #Pinning to a specific AZ CLI version + AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest permissions: id-token: write diff --git a/.github/workflows/regressionparams.yml b/.github/workflows/regressionparams.yml index 77493cbae..a0051a33f 100644 --- a/.github/workflows/regressionparams.yml +++ b/.github/workflows/regressionparams.yml @@ -25,7 +25,7 @@ on: env: RG: "AksBicepAcc-Ci-HelperValidate" #The resource group we're deploying to. ParamDir: ".github/workflows_dep/regressionparams/" #Path to parameter file - AZCLIVERSION: 2.43.0 #Pinning to a specific AZ CLI version + AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest jobs: GetParamFiles: diff --git a/.lycheeignore b/.lycheeignore index 58cb25964..be7815dfd 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,4 +1,3 @@ http://shell.azure.com https://shell.azure.com https://portal.azure.com/#cloudshell/ -./bicep.png