Skip to content

Commit

Permalink
revert to version 0.4.0 of powershell core component
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Jan 29, 2024
1 parent e760413 commit 33f8288
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commonimages/components/templates/powershell_core.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.7.0
default: 0.4.0
description: Component version (update this each time the file changes)
- Platform:
type: string
Expand All @@ -25,4 +25,4 @@ phases:
- |
choco install -y chocolatey-core.extension
choco install -y kb3118401
choco install -y powershell-core --version '{{ PowerShellCoreVersion }}' --install-arguments='"ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 USE_MU=0 ENABLE_MU=0 DISABLE_TELEMETRY ADD_PATH=1"' --packageparameters '"/CleanUpPath"'
choco install -y powershell-core --version '{{ PowerShellCoreVersion }}' --install-arguments='"ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1"'
2 changes: 1 addition & 1 deletion teams/hmpps/windows_server_2022/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
components_common = [
{
name = "powershell_core"
version = "0.7.0"
version = "0.4.0"
parameters = []
},
{
Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/windows_server_2022/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "windows_server_2022"
configuration_version = "0.1.6"
configuration_version = "0.1.7"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "windows server 2022"

Expand Down

0 comments on commit 33f8288

Please sign in to comment.