@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
55## Development
66
7+ - Fixed issue where agruments for reboot strategy are being overridden by
8+ inventory file.
9+
10+ Contributed by Bradley Bishop (@bishopbm1 )
11+
712- Switch from Travis to GitHub Actions
813
914 Contributed by Nick Maludy (@nmaludy )
@@ -29,10 +34,10 @@ All notable changes to this project will be documented in this file.
2934 Contributed by Haroon Rafique
3035
3136* Added new configuration option:
32- * ` patching_update_provider ` : Parameter sets the provider in the update tasks.
37+ * ` patching_update_provider ` : Parameter sets the provider in the update tasks.
3338
3439 Contributed by Bill Sirinek (@sirinek )
35-
40+
3641* Fixed bug in ` patching::available_updates_windows ` where if ` choco outdated ` printed an
3742 error, but returned a ` 0 ` exit status our output parsing code was throwing an exception
3843 causing a unhelpful error to be printed. Now, we check for this condition and if we
@@ -73,7 +78,7 @@ All notable changes to this project will be documented in this file.
7378* Added new configuration options:
7479 * ` patching_reboot_wait ` : Parameter controls the ` reboot_wait ` option for the number of seconds
7580 to wait between reboots. Default = 300
76- * ` paching_report_file ` : Customize the name of the report file to write to disk. You
81+ * ` paching_report_file ` : Customize the name of the report file to write to disk. You
7782 can disable writing the report files by specifying this as ` 'disabled' ` .
7883 NOTE: for PE users writing files to disk throws an error, so you'll be happy you can
7984 now disable writing these files!
@@ -82,12 +87,12 @@ All notable changes to this project will be documented in this file.
8287 Default = ` pretty `
8388
8489 (Enhancement)
85-
90+
8691 Contributed by Nick Maludy (@nmaludy )
87-
92+
8893* To support the new configuration options above, the ` patching::reboot_required ` plan
8994 had its parameter ` reboot_wait ` renamed to ` wait ` . (Enhancement)
90-
95+
9196 Contributed by Nick Maludy (@nmaludy )
9297
9398## Release 1.0.1 (2020-03-04)
0 commit comments