Skip to content

Commit

Permalink
Merge pull request #230 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v4.0.0
  • Loading branch information
LukasAud authored Apr 18, 2023
2 parents 654ede1 + 22c4300 commit dc98e90
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v3.2.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.2.0) - 2023-03-23
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v4.0.0) (2023-04-18)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v3.2.0...v4.0.0)

### Changed

- \(CONT-798\) Puppet 8 support / Drop Puppet 6 support [\#229](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/229) ([LukasAud](https://github.com/LukasAud))

## [v3.2.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.2.0) (2023-03-24)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v3.1.1...v3.2.0)

### Added

- Control scheduled task description field [#220](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/220) ([dwjvaughan](https://github.com/dwjvaughan))
- Control scheduled task description field [\#220](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/220) ([dwjvaughan](https://github.com/dwjvaughan))

## [v3.1.1](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.1.1) (2022-10-03)

Expand Down Expand Up @@ -67,27 +75,30 @@ All notable changes to this project will be documented in this file. The format

[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.2.0...v2.2.1)

### Added

- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#154](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/154) ([david22swan](https://github.com/david22swan))
- (IAC-732) - implement `Run only when user is logged on [\#150](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/150) ([david22swan](https://github.com/david22swan))

### Fixed

- \(bugfix\) - fix `disable_time_zone_synchronization` so that it correctly disables functionality when set to true [\#161](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/161) ([david22swan](https://github.com/david22swan))
- \(MODULES-10783\) Add back empty? check for `datetime_string` value [\#158](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/158) ([sanfrancrisko](https://github.com/sanfrancrisko))
- \(bugfix\) - fix `disable\_time\_zone\_synchronization` so that it correctly disables functionality when set to true [\#161](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/161) ([david22swan](https://github.com/david22swan))

## [v2.2.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.2.0) (2020-08-24)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.1.0...v2.2.0)

### Added

- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#154](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/154) ([david22swan](https://github.com/david22swan))
- \(IAC-732\) - implement `Run only when user is logged on [\#150](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/150) ([david22swan](https://github.com/david22swan))

### Fixed

- \(MODULES-10783\) Add back empty? check for `datetime\_string` value [\#158](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/158) ([sanfrancrisko](https://github.com/sanfrancrisko))

## [v2.1.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.1.0) (2020-07-24)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.0.1...v2.1.0)

### Added

- \(IAC-918\) - `disable_time_zone_synchronization` function implemented [\#145](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/145) ([david22swan](https://github.com/david22swan))
- \(IAC-918\) - `disable\_time\_zone\_synchronization` function implemented [\#145](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/145) ([david22swan](https://github.com/david22swan))

## [v2.0.1](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.0.1) (2020-02-12)

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-scheduled_task",
"version": "3.2.0",
"version": "4.0.0",
"author": "puppetlabs",
"summary": "Manage scheduled tasks for Windows Server 2012 and newer operating systems.",
"license": "Apache-2.0",
Expand Down

0 comments on commit dc98e90

Please sign in to comment.