Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: bump win provisioning scripts to 0.0.12 (#4345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant committed Mar 29, 2021
1 parent c338e7d commit 47c439d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/topics/windows-provisioning-scripts-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.12

- [feat: Use NSSM for containerd and collect containerd logs #4219](https://github.com/Azure/aks-engine/pull/4219)

## v0.0.11

- [feat: allow creation of dualstack Windows clusters #4176](https://github.com/Azure/aks-engine/pull/4176)
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ const (
// TODO: Move other values defined in WindowsProfiles (like DefaultWindowsSSHEnabled) here.
const (
DefaultWindowsCsiProxyVersion = "v0.2.2"
DefaultWindowsProvisioningScriptsPackageVersion = "v0.0.11"
DefaultWindowsProvisioningScriptsPackageVersion = "v0.0.12"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ function Get-FilesToCacheOnVHD {
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.8.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.9.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.10.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.11.zip"
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.11.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.12.zip"
);
"c:\akse-cache\containerd\" = @(
$global:containerdPackageUrl
Expand Down

0 comments on commit 47c439d

Please sign in to comment.