All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v4.0.0 (2023-04-18)
v3.2.0 (2023-03-24)
- Control scheduled task description field #220 (dwjvaughan)
v3.1.1 (2022-10-03)
- (MAINT) Dropped support for Windows(7,8,8.1, 2008 Server and 2008 R2 Server) #215 (jordanbreen28)
v3.1.0 (2022-05-17)
- Make disable_time_zone_synchronization idempotent #207 (omolenkamp)
- pdksync - (FM-8922) - Add Support for Windows 2022 #204 (david22swan)
v3.0.1 (2021-06-14)
v3.0.0 (2021-03-03)
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 #180 (carabasdaniel)
v2.3.1 (2020-12-18)
- (MODULES-10893) Fix Last Day Of Month Trigger #175 (RandomNoun7)
v2.3.0 (2020-12-16)
- pdksync - (feat) - Add support for Puppet 7 #169 (daianamezdrea)
v2.2.1 (2020-08-26)
- (bugfix) - fix
disable\_time\_zone\_synchronization
so that it correctly disables functionality when set to true #161 (david22swan)
v2.2.0 (2020-08-24)
- pdksync - (IAC-973) - Update travis/appveyor to run on new default branch
main
#154 (david22swan) - (IAC-732) - implement `Run only when user is logged on #150 (david22swan)
- (MODULES-10783) Add back empty? check for
datetime\_string
value #158 (sanfrancrisko)
v2.1.0 (2020-07-24)
- (IAC-918) -
disable\_time\_zone\_synchronization
function implemented #145 (david22swan)
v2.0.1 (2020-02-12)
- (MODULES-10101) Use RunOnLastWeekOfMonth for which_occurrence = last #119 (sanfrancrisko)
v2.0.0 (2019-08-15)
- (MODULES-9370) Raise Supported Puppet lower bound from 4.9.0 to 5.5.10 #88 (michaeltlombardi)
- (MODULES-7203) Support nonroot task folders #83 (michaeltlombardi)
- 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)
* This Changelog was automatically generated by github_changelog_generator