Skip to content

Latest commit

 

History

History
197 lines (107 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

197 lines (107 loc) · 10.6 KB

Change log

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)

Full Changelog

Changed

  • (CONT-798) Puppet 8 support / Drop Puppet 6 support #229 (LukasAud)

v3.2.0 (2023-03-24)

Full Changelog

Added

v3.1.1 (2022-10-03)

Full Changelog

Fixed

  • (MAINT) Dropped support for Windows(7,8,8.1, 2008 Server and 2008 R2 Server) #215 (jordanbreen28)

v3.1.0 (2022-05-17)

Full Changelog

Added

v3.0.1 (2021-06-14)

Full Changelog

Fixed

  • (MODULES-10986) Fix gMSA username support #188 (sigv)

v3.0.0 (2021-03-03)

Full Changelog

Changed

  • pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 #180 (carabasdaniel)

v2.3.1 (2020-12-18)

Full Changelog

Fixed

v2.3.0 (2020-12-16)

Full Changelog

Added

Fixed

v2.2.1 (2020-08-26)

Full Changelog

Fixed

  • (bugfix) - fix disable\_time\_zone\_synchronization so that it correctly disables functionality when set to true #161 (david22swan)

v2.2.0 (2020-08-24)

Full Changelog

Added

  • 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)

Fixed

  • (MODULES-10783) Add back empty? check for datetime\_string value #158 (sanfrancrisko)

v2.1.0 (2020-07-24)

Full Changelog

Added

  • (IAC-918) - disable\_time\_zone\_synchronization function implemented #145 (david22swan)

v2.0.1 (2020-02-12)

Full Changelog

Fixed

  • (MODULES-10101) Use RunOnLastWeekOfMonth for which_occurrence = last #119 (sanfrancrisko)

v2.0.0 (2019-08-15)

Full Changelog

Changed

  • (MODULES-9370) Raise Supported Puppet lower bound from 4.9.0 to 5.5.10 #88 (michaeltlombardi)

Added

1.0.1

Fixed

  • 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

Changed

  • Module status to Supported - no breaking changes will be introduced until 2.0.0.

0.4.0 - 2018-08-23

Added

Fixed

  • Ensure setting a user for a task is possible (MODULES-7240)

0.3.0 - 2018-05-25

Added

0.2.0 - 2018-05-09

Added

  • compatibility feature and flag (usable only with the taskscheduler_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 the taskscheduler_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)

Changed

  • Default provider from win32_taskscheduler to taskscheduler_api2 (MODULES-6591)
  • Logic for managing triggers, refactoring for improved maintainability (MODULES-6843, MODULES-6895)
  • win32_taskscheduler to use the adapter code developed for taskscheduler_api2 for improved maintainability (MODULES-6845)

Fixed

  • 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)

Removed

  • 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

Changed

  • 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