Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
rover 1314
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed May 13, 2020
1 parent 89bbe85 commit fe1cde8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover:2005.1312
image: aztfmod/rover:2005.1314

labels:
- "caf=Azure CAF"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
convention: ["random"]

container:
image: aztfmod/rover:2005.1312
image: aztfmod/rover:2005.1314
options: --user 0

steps:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
environment: ["integration-tests"]

container:
image: aztfmod/rover:2005.1312
image: aztfmod/rover:2005.1314
options: --user 0

steps:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
environment: ["integration-tests"]

container:
image: aztfmod/rover:2005.1312
image: aztfmod/rover:2005.1314
options: --user 0

steps:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
environment: ["integration-tests"]

container:
image: aztfmod/rover:2005.1312
image: aztfmod/rover:2005.1314
options: --user 0

steps:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
convention: ["random"]

container:
image: aztfmod/rover:2005.1312
image: aztfmod/rover:2005.1314
options: --user 0

steps:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit fe1cde8

Please sign in to comment.