Skip to content

Commit 8705816

Browse files
committed
Update Azure waagent version
1 parent ca6650d commit 8705816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • stemcell_builder/stages/system_azure_init

stemcell_builder/stages/system_azure_init/apply.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source $base_dir/lib/prelude_apply.bash
88
packages="python3 python3-pyasn1 python3-setuptools python3-distro python-is-python3 cloud-init"
99
pkg_mgr install $packages
1010

11-
wala_release=2.9.1.1
12-
wala_expected_sha1=b61bd57f3b2f7b048d6bab2739690bbf1d9c213b
11+
wala_release=2.14.0.1
12+
wala_expected_sha1=e8f30e34eedc9280531af1bb1af9efb53d1a1039
1313

1414
curl -L https://github.com/Azure/WALinuxAgent/archive/v${wala_release}.tar.gz > /tmp/wala.tar.gz
1515
sha1=$(cat /tmp/wala.tar.gz | openssl dgst -sha1 | awk 'BEGIN {FS="="}; {gsub(/ /,"",$2); print $2}')

0 commit comments

Comments
 (0)