- Ensure compatibility with Ruby 1.9 to support catalog compilation in PE 2016.4.x (MODULES-8695) - thanks, @reidmv!
1.0.0 - 2018-09-11
- Module status to
Supported
- no breaking changes will be introduced until2.0.0
.
0.4.0 - 2018-08-23
logon
trigger support (MODULES-6267)- Enabled localization (PUP-9053)
- Ensure setting a user for a task is possible (MODULES-7240)
0.3.0 - 2018-05-25
boot
trigger support (MODULES-6267)
0.2.0 - 2018-05-09
compatibility
feature and flag (usable only with thetaskscheduler_api2
provider), allowing users to specify which version of Scheduled Tasks the task should be compatible with; defaults to 1 for backward compatibility (MODULES-6526)- Documentation of the legacy
win32_taskscheduler
provider and thetaskscheduler_api2
, ensuring users will not need to refer to Puppet core documentation (MODULES-6417) - New helper for
taskscheduler_api2
allowing it to manage scheduled tasks of any compatibility level (MODULES-6844, MODULES-6845)
- Default provider from
win32_taskscheduler
totaskscheduler_api2
(MODULES-6591) - Logic for managing triggers, refactoring for improved maintainability (MODULES-6843, MODULES-6895)
win32_taskscheduler
to use the adapter code developed fortaskscheduler_api2
for improved maintainability (MODULES-6845)
- Metadata to ensure a correct link on the Puppet Forge, by @TraGicCode in PR 12
- Metadata to support only Puppet version
4.9.0
and above, as earlier versions do not support translation, which this module uses (MAINT) - Error message for a user-specified invalid value for the
day_of_week
, ensuring that the resulting error communicates the actual problem to the user (MODULES-6398) - Conflation of two types of monthly triggers, separating them into distinct triggers to prevent erroneous error messages (MODULES-6268)
- Setting of triggers in timezones other than UTC, ensuring that the specified times in triggers will be applied as local-time on the node (MODULES-7026)
- Code for and references to
random_minutes_interval
, a property which has never been usable/setable and has been hard-coded to 0 in previous releases (MODULES-7071)
0.1.0 - 2018-01-12
- Added V2 provider for the V1 Puppet type (MODULES-6264, MODULES-6266)
- Updated README with examples for the new provider (MODULES-6264)
- Updated acceptance tests for the new provider (MODULES-6362)