Skip to content

Commit f13181e

Browse files
authored
waagent: 2.12.0.4 -> 2.13.1.1 (#404876)
2 parents 28c7df6 + 16a7d7e commit f13181e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nixos/modules/virtualisation/waagent.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ let
228228
};
229229
};
230230

231-
AutoUpdate.Enable = lib.mkOption {
231+
AutoUpdate.UpdateToLatestVersion = lib.mkOption {
232232
type = types.bool;
233233
default = false;
234234
description = ''
235-
Whether or not to enable autoupdate for goal state processing.
235+
Whether or not to enable auto-update of the Extension Handler.
236236
'';
237237
};
238238
};

pkgs/by-name/wa/waagent/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ let
1414
in
1515
python.pkgs.buildPythonApplication rec {
1616
pname = "waagent";
17-
version = "2.12.0.4";
17+
version = "2.13.1.1";
1818
src = fetchFromGitHub {
1919
owner = "Azure";
2020
repo = "WALinuxAgent";
2121
tag = "v${version}";
22-
hash = "sha256-L8W/ijBHkNukM2G9HBRVx2wFXzgkR8gbFBljNVPs6xA=";
22+
hash = "sha256-W2NXxQOxRhJD/D/w58xknA9X8YYnQxwIhhjXzlCVVWA=";
2323
};
2424
patches = [
2525
# Suppress the following error when waagent tries to configure sshd:

0 commit comments

Comments
 (0)