v1.1.1
Release 1.1.1 (2020-06-09)
-
Fixed header line for CSV
Contributed by Haroon Rafique
-
Fixed trivial bug with useless use of cat
Contributed by Haroon Rafique
-
Added new configuration option:
patching_update_provider
: Parameter sets the provider in the update tasks.
Contributed by Bill Sirinek (@sirinek)
-
Fixed bug in
patching::available_updates_windows
where ifchoco outdated
printed an
error, but returned a0
exit status our output parsing code was throwing an exception
causing a unhelpful error to be printed. Now, we check for this condition and if we
can't successfully parse the output ofchoco outdated
we explicitly fail the task
and return the raw output from the command.Contributed by Nick Maludy (@nmaludy)