diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 685cbad3c..f43688128 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -6,7 +6,7 @@ version: '3.7' services: rover: - image: aztfmod/rover:2005.1312 + image: aztfmod/rover:2005.1314 labels: - "caf=Azure CAF" diff --git a/.github/workflows/ci-branches.yml b/.github/workflows/ci-branches.yml index 194fe6b2e..b57b94406 100644 --- a/.github/workflows/ci-branches.yml +++ b/.github/workflows/ci-branches.yml @@ -33,7 +33,7 @@ jobs: convention: ["random"] container: - image: aztfmod/rover:2005.1312 + image: aztfmod/rover:2005.1314 options: --user 0 steps: @@ -67,7 +67,7 @@ jobs: environment: ["integration-tests"] container: - image: aztfmod/rover:2005.1312 + image: aztfmod/rover:2005.1314 options: --user 0 steps: @@ -115,7 +115,7 @@ jobs: environment: ["integration-tests"] container: - image: aztfmod/rover:2005.1312 + image: aztfmod/rover:2005.1314 options: --user 0 steps: @@ -179,7 +179,7 @@ jobs: environment: ["integration-tests"] container: - image: aztfmod/rover:2005.1312 + image: aztfmod/rover:2005.1314 options: --user 0 steps: @@ -226,7 +226,7 @@ jobs: convention: ["random"] container: - image: aztfmod/rover:2005.1312 + image: aztfmod/rover:2005.1314 options: --user 0 steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a20fabda..2536935f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## v5.0.2005 (May 2020) UNREL +## v5.0.2005 (May 2020) FEATURES: -* **rover :** upgrade to rover 2005.0211 - added support for Azure DevOps +* **rover :** upgrade to rover 2005.1314 - improved support for Azure DevOps and GitHub Actions +* **added support for azurerm 2.9 :** On all sample landing zones [azurerm provider](https://github.com/terraform-providers/terraform-provider-azurerm/releases/tag/v2.9.0) * **documentation :** added guidance and documentation on LZ hierarchy and delivery [#32](https://github.com/Azure/caf-terraform-landingzones/pull/32) * **devops :** added GitHub actions workflows to implement integration tests on public repository [25](https://github.com/Azure/caf-terraform-landingzones/issues/25)