Skip to content

Commit

Permalink
⬆️ bump AZ cli to v1.8.0, prepare next TF 0.13-beta2 release (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgauduch authored Jun 23, 2020
1 parent 4fa0440 commit 4125ae1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
strategy:
matrix:
versions:
- { tf_version: "0.11.14", azcli_version: "2.7.0" }
- { tf_version: "0.12.26", azcli_version: "2.7.0" }
- { tf_version: "0.13.0-beta1", azcli_version: "2.7.0" }
- { tf_version: "0.11.14", azcli_version: "2.8.0" }
- { tf_version: "0.12.26", azcli_version: "2.8.0" }
- { tf_version: "0.13.0-beta2", azcli_version: "2.8.0" }

env:
TF_VERSION: ${{ matrix.versions.tf_version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Setup build arguments with default versions
ARG AZURE_CLI_VERSION=2.7.0
ARG AZURE_CLI_VERSION=2.8.0
ARG TERRAFORM_VERSION=0.12.26
ARG PYTHON_MAJOR_VERSION=3.7
ARG DEBIAN_VERSION=buster-20200514-slim
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Optionally, it is possible to choose the tools desired versions using [Docker bu

```bash
# Set tools desired versions
AZURE_CLI_VERSION=2.5.1
TERRAFORM_VERSION=0.12.24
AZURE_CLI_VERSION=2.8.0
TERRAFORM_VERSION=0.12.26

# launch the build script with parameters
./dev-build.sh $AZURE_CLI_VERSION $TERRAFORM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion tests/container-structure-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ commandTests:
- name: "Check Azure CLI version"
command: "az"
args: ["version"]
expectedOutput: ["\"azure-cli\": \"2.7.0\""]
expectedOutput: ["\"azure-cli\": \"2.8.0\""]

0 comments on commit 4125ae1

Please sign in to comment.