- The `mount` resource's password property is now marked as `sensitive`. Passwords passed to mount won't show up in logs. - The `windows_task` resource now correctly handles `start_day` Previously, the resource would accept any date that was formatted correctly in the local locale, unlike the Windows cookbook and Windows itself. We now support only the MM/DD/YYYY format, in keeping with the Windows cookbook. - InSpec updated to 1.39.1. ## Ohai 13.5 ## Correctly detect IPv6 routes ending in :: Previously we would ignore routes that ended `::`, and now we properly detect them. ## Plugin run time is now measured Debug logs will show the length of time each plugin takes to run, making debugging of long ohai runs easier.