From 4013437704683ce55e259d1b3db34c540412e06e Mon Sep 17 00:00:00 2001 From: Jack Tracey <41163455+jtracey93@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:38:01 +0100 Subject: [PATCH] v0.16.5 release updates (#657) --- docs/wiki/Accelerator.md | 8 ++++---- version.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/wiki/Accelerator.md b/docs/wiki/Accelerator.md index 456bd5cfa..41ef5b3bf 100644 --- a/docs/wiki/Accelerator.md +++ b/docs/wiki/Accelerator.md @@ -219,16 +219,16 @@ With the ALZ Accelerator framework, we have designed the pipelines and directory 1. Using the ALZ PowerShell Module, there is a cmdlet called `Get-ALZBicepRelease`. This will download a specified release version from the remote ALZ-Bicep repository and pull down to the local directory where your Accelerator framework was initially deployed. - Here is an example of using the cmdlet to pull down version v0.16.3: + Here is an example of using the cmdlet to pull down version v0.16.5: ```powershell - Get-ALZGithubRelease -githubRepoUrl "https://github.com/Azure/ALZ-Bicep" -releases "v0.16.3" -directoryForReleases "C:\Repos\ALZ\accelerator\upstream-releases\" + Get-ALZGithubRelease -githubRepoUrl "https://github.com/Azure/ALZ-Bicep" -releases "v0.16.5" -directoryForReleases "C:\Repos\ALZ\accelerator\upstream-releases\" ``` -1. Once the ALZ Bicep release has been downloaded, you will need to update `upstream-releases-version` within the environment variables file (.env) with the version number of the release that you just downloaded. For example, if you downloaded v0.16.3, you would update the file with the following: +1. Once the ALZ Bicep release has been downloaded, you will need to update `upstream-releases-version` within the environment variables file (.env) with the version number of the release that you just downloaded. For example, if you downloaded v0.16.5, you would update the file with the following: ```text - UPSTREAM_RELEASE_VERSION="v0.16.3" + UPSTREAM_RELEASE_VERSION="v0.16.5" ``` 1. You can now deploy the updated modules. diff --git a/version.json b/version.json index 05ee8a299..ba2b3d06a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "version": "0.16.3", - "gitTag": "v0.16.3", - "releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.16.3", - "releaseDateTimeUTC": "20230814T1458167834Z" + "version": "0.16.5", + "gitTag": "v0.16.5", + "releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.16.5", + "releaseDateTimeUTC": "20231013T1632323856Z" }