Skip to content

Latest commit

 

History

History
123 lines (92 loc) · 4.98 KB

HISTORY.md

File metadata and controls

123 lines (92 loc) · 4.98 KB

Changelog

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.

[Unreleased]

[2.1.2] - 2018-12-13

Fixed

  • Fix infinite reboot plan wait loop on Windows when reboot takes under a minute (MODULES-8353)
  • Mark last_boot_time task implementations as private so they're not listed by Bolt.

[2.1.1] - 2018-12-06

Added

  • Use wait_until_available to reduce task runs (BOLT-956)
  • Add bash and powershell implementations of reboot task (BOLT-459)
  • Support for Puppet 6 (MODULES-7832)
  • Add Rubocop to enforce PDK rules (MODULES-5896)
  • Add Beaker Testmode Switcher (MODULES-6745)
  • Add acceptance-test support for Debian 9, Ubuntu 16.04 and Ubuntu 18.04 (MODULES-7417)

Changed

Fixed

Removed

  • Support for SLES 5 and Debian 7 (FM-6968)

Security

[2.0.0] - 2018-01-23

Added

Fixed

  • Converted test framework from Beaker to Beaker-RSpec (MODULES-5977)

Removed

  • Ended support for Puppet 3

[1.2.1] - 2015-11-24

Added

  • Pending reboot - Allow setting a flag directly on provider (MODULES-2822)

Changed

[1.2.0] - 2015-10-14

Added

  • Pending reboot - detect computer rename (MODULES-2657)
  • Pending reboot - Detect DSC pending reboot state (MODULES-2658)
  • Pending reboot - Detect CCM pending reboot state (MODULES-2659)

Changed

[1.1.0] - 2015-07-28 - Supported Release 1.1.0

Added

  • Add notice when system is scheduling a reboot

Changed

  • Move Linux provider to use new POSIX provider
  • Fix Unit and Acceptance Test cases

[1.0.0] - 2015-04-15

Added

  • Linux support

Changed

  • Reboot is now triggered at_exit instead of watching for ruby process to end

Removed

  • Prompt for windows reboot
  • catalog_apply_timeout parameter

[0.1.9] - 2014-11-11

Changed

  • Fixes issues URL in metadata

[0.1.8] - 2014-08-25

Changed

  • Fixes for working on x64-native ruby.

[0.1.7] - 2014-07-15

Changed

  • Update metadata.json so the module can be uninstalled and upgraded via the puppet module command.

[0.1.6] - 2014-04-15

Changed

  • Updated metadata.

[0.1.5] - 2014-03-04

Added

  • The version is 0.x but should be considered a 1.x for semantic versioning purposes.

[0.1.4] - 2014-02-07

Changed

  • Add a workaround for a ruby bug that can prevent ruby.exe from exiting (PUP-1578)

[0.1.2] - 2013-09-27

Changed

  • Never load sample.pp in production

[0.1.1] - 2013-09-27

  • Only manage reboot resources on systems where shutdown.exe exists (FM-105)
  • Module does not work on Windows 2003 (FM-106)
  • Update description in init.pp (PP-433)

[0.1.0] - 2013-09-17

Added

  • Initial release of the reboot module