Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update npm linux to v1.5.23 and windows to v1.5.5 #4124

Closed
wants to merge 9 commits into from
Closed
2 changes: 1 addition & 1 deletion vhdbuilder/packer/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"downloadURL": "mcr.microsoft.com/containernetworking/azure-npm:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v1.4.45.3"
"v1.5.23"
Copy link
Contributor

@jaer-tsun jaer-tsun Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we usually keep the older version

and any updates on windows side here?

"mcr.microsoft.com/containernetworking/azure-npm:v1.4.34"

"mcr.microsoft.com/containernetworking/azure-npm:v1.4.34"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the windows versions to align with the versions in RP. I will merge this PR once i confirm theres no need to rollback.

]
},
{
Expand Down
4 changes: 2 additions & 2 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ switch -Regex ($windowsSku) {
"mcr.microsoft.com/windows/nanoserver:ltsc2022",

# NPM (Network Policy Manager) Owner: jaer-tsun (Jaeryn)
"mcr.microsoft.com/containernetworking/azure-npm:v1.4.34"
"mcr.microsoft.com/containernetworking/azure-npm:v1.5.5"
)
}
"23H2*" {
Expand All @@ -59,7 +59,7 @@ switch -Regex ($windowsSku) {
"mcr.microsoft.com/windows/nanoserver:ltsc2022",

# NPM (Network Policy Manager) Owner: jaer-tsun (Jaeryn)
"mcr.microsoft.com/containernetworking/azure-npm:v1.4.34"
"mcr.microsoft.com/containernetworking/azure-npm:v1.5.5"
)
}
}
Expand Down
Loading