Skip to content

Commit

Permalink
Update the release version for accelerator config (#668)
Browse files Browse the repository at this point in the history
* Update the release version for accelerator config

* Update version.json for new release

* Update release date time

* Fix release date time for version.json

* Fix pester test for release test.
  • Loading branch information
oZakari authored Oct 26, 2023
1 parent c8df2dd commit 7821a22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/pester/release.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Describe "version.json file tests" {
}

It "version.json file releaseNotes property has been updated and URL last split on / does not match the latest git tag" {
$releaseNotesUrlSplitLast | Should -Not -Be $gitRepoLatestTag
$releaseNotesUrlSplitLast | Should -Be $gitRepoLatestTag
}

It "version.json file releaseNotes property is a valid URL and has the correct format" {
Expand Down
2 changes: 1 addition & 1 deletion accelerator/.config/ALZ-Powershell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
},
"UpstreamReleaseVersion": {
"Type": "Computed",
"Value": "v0.16.5",
"Value": "v0.16.6",
"Targets": [
{
"Name": "UPSTREAM_RELEASE_VERSION",
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.5",
"gitTag": "v0.16.5",
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.16.5",
"releaseDateTimeUTC": "20231013T1632323856Z"
"version": "0.16.6",
"gitTag": "v0.16.6",
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.16.6",
"releaseDateTimeUTC": "20231017T075134000Z"
}

0 comments on commit 7821a22

Please sign in to comment.