Skip to content

Commit

Permalink
Merge pull request #778 from ministryofjustice/onr/DSOS-2724/fix-choc…
Browse files Browse the repository at this point in the history
…olatey-component-version-issue

upreving chocolatey component version to fix build error
  • Loading branch information
robertsweetman authored May 15, 2024
2 parents ebb4337 + e831522 commit 329c2c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
components_common = [
{
name = "chocolatey"
version = "0.0.4"
version = "0.0.5"
parameters = []
},
{
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2"
configuration_version = "0.2.7"
configuration_version = "0.2.8"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2"

Expand Down
2 changes: 1 addition & 1 deletion commonimages/components/templates/chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ schemaVersion: 1.0
parameters:
- Version:
type: string
default: 0.0.4
default: 0.0.5
description: Component version (update this each time the file changes)
- Platform:
type: string
Expand Down

0 comments on commit 329c2c9

Please sign in to comment.