Skip to content

Commit 4125ae1

Browse files
authored
⬆️ bump AZ cli to v1.8.0, prepare next TF 0.13-beta2 release (#80)
1 parent 4fa0440 commit 4125ae1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
versions:
32-
- { tf_version: "0.11.14", azcli_version: "2.7.0" }
33-
- { tf_version: "0.12.26", azcli_version: "2.7.0" }
34-
- { tf_version: "0.13.0-beta1", azcli_version: "2.7.0" }
32+
- { tf_version: "0.11.14", azcli_version: "2.8.0" }
33+
- { tf_version: "0.12.26", azcli_version: "2.8.0" }
34+
- { tf_version: "0.13.0-beta2", azcli_version: "2.8.0" }
3535

3636
env:
3737
TF_VERSION: ${{ matrix.versions.tf_version }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Setup build arguments with default versions
2-
ARG AZURE_CLI_VERSION=2.7.0
2+
ARG AZURE_CLI_VERSION=2.8.0
33
ARG TERRAFORM_VERSION=0.12.26
44
ARG PYTHON_MAJOR_VERSION=3.7
55
ARG DEBIAN_VERSION=buster-20200514-slim

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Optionally, it is possible to choose the tools desired versions using [Docker bu
7070

7171
```bash
7272
# Set tools desired versions
73-
AZURE_CLI_VERSION=2.5.1
74-
TERRAFORM_VERSION=0.12.24
73+
AZURE_CLI_VERSION=2.8.0
74+
TERRAFORM_VERSION=0.12.26
7575

7676
# launch the build script with parameters
7777
./dev-build.sh $AZURE_CLI_VERSION $TERRAFORM_VERSION

tests/container-structure-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ commandTests:
2626
- name: "Check Azure CLI version"
2727
command: "az"
2828
args: ["version"]
29-
expectedOutput: ["\"azure-cli\": \"2.7.0\""]
29+
expectedOutput: ["\"azure-cli\": \"2.8.0\""]

0 commit comments

Comments
 (0)