Skip to content

Commit 5b52503

Browse files
authored
Merge pull request #210 from puppetlabs/release-prep
Release prep v3.1.0
2 parents 67473dc + eeddb40 commit 5b52503

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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).
44

5+
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.1.0) (2022-05-16)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v3.0.1...v3.1.0)
8+
9+
### Added
10+
11+
- Make disable\_time\_zone\_synchronization idempotent [\#207](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/207) ([omolenkamp](https://github.com/omolenkamp))
12+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#204](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/204) ([david22swan](https://github.com/david22swan))
13+
514
## [v3.0.1](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.0.1) (2021-06-14)
615

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

REFERENCE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ A trigger can contain the following keys:
8585
* `minutes_duration` --- The duration in minutes, needs to be greater than the
8686
minutes_interval.
8787
* `disable_time_zone_synchronization` --- Whether or not to disable the
88-
`synchronise across time zones` function. Defaults to false
88+
`synchronise across time zones` function. Due to difficulties with the
89+
api this is non idempotent. Defaults to false
8990
* For `daily` triggers:
9091
* `every` --- How often the task should run, as a number of days. Defaults
9192
to 1. ("2" means every other day, "3" means every three days, etc.)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-scheduled_task",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"author": "puppetlabs",
55
"summary": "Manage scheduled tasks for Windows Server 2008 and newer operating systems.",
66
"license": "Apache-2.0",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)