Skip to content

Commit

Permalink
Update for v0.17.0 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari authored Nov 21, 2023
1 parent 2ee5422 commit ad3a809
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/wiki/Accelerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6:
Here is an example of using the cmdlet to pull down version v0.17.0:

```powershell
Get-ALZGithubRelease -githubRepoUrl "https://github.com/Azure/ALZ-Bicep" -release "v0.16.6" -directoryForReleases "C:\Repos\ALZ\accelerator\upstream-releases\"
Get-ALZGithubRelease -githubRepoUrl "https://github.com/Azure/ALZ-Bicep" -release "v0.17.0" -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.5, 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.6, you would update the file with the following:

```text
UPSTREAM_RELEASE_VERSION="v0.16.6"
UPSTREAM_RELEASE_VERSION="v0.17.0"
```

1. You can now deploy the updated modules.
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.16.6",
"gitTag": "v0.16.6",
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.16.6",
"releaseDateTimeUTC": "20231017T075134000Z"
"version": "0.17.0",
"gitTag": "v0.17.0",
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.17.0",
"releaseDateTimeUTC": "20231121T2030288784Z"
}

0 comments on commit ad3a809

Please sign in to comment.