Skip to content

Commit

Permalink
Bump terraform version in windows vm template (microsoft#4213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry authored Dec 20, 2024
1 parent 04df2b8 commit 6632ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ BUG FIXES:
* Upgrade aiohttp version for security fixes ([#4197](https://github.com/microsoft/AzureTRE/pull/4197))
* Fix failing tests, .env missing and storage logs ([#4207](https://github.com/microsoft/AzureTRE/issues/4207))
* Unable to delete virtual machines, add skip_shutdown_and_force_delete = true ([#4135](https://github.com/microsoft/AzureTRE/issues/4135))
* Bump terraform version in windows VM template ([#4212](https://github.com/microsoft/AzureTRE/issues/4212))

COMPONENTS:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-windowsvm
version: 1.0.7
version: 1.0.8
description: "An Azure TRE User Resource Template for Guacamole (Windows 10)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down Expand Up @@ -128,7 +128,7 @@ outputs:
mixins:
- exec
- terraform:
clientVersion: 1.4.6
clientVersion: 1.9.8
- az:
clientVersion: 2.67.0

Expand Down

0 comments on commit 6632ed0

Please sign in to comment.