Skip to content

v1.1.1

Compare
Choose a tag to compare
@nmaludy nmaludy released this 09 Jun 13:23
· 295 commits to master since this release
871201c

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 if choco outdated printed an
    error, but returned a 0 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 of choco outdated we explicitly fail the task
    and return the raw output from the command.

    Contributed by Nick Maludy (@nmaludy)