Skip to content

Commit ad563c2

Browse files
authored
Merge pull request #87 from puppetlabs/release-prep
Release prep v2.0.0
2 parents 34d530c + 4ef506c commit ad563c2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v2.0.0) - 2025-11-25
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.3.0...v2.0.0)
11+
12+
### Fixed
13+
14+
- fix idempotency for empty environment [#85](https://github.com/puppetlabs/puppetlabs-cron_core/pull/85) ([mhashizume](https://github.com/mhashizume))
15+
- fix idempotency for empty environment [#77](https://github.com/puppetlabs/puppetlabs-cron_core/pull/77) ([Dan33l](https://github.com/Dan33l))
16+
17+
### Other
18+
19+
- (PA-6856) Add beaker-hostgenerator gem with dynamic version support [#83](https://github.com/puppetlabs/puppetlabs-cron_core/pull/83) ([skyamgarp](https://github.com/skyamgarp))
20+
- (PA-7366) Update testing to use puppetcore [#81](https://github.com/puppetlabs/puppetlabs-cron_core/pull/81) ([tvpartytonight](https://github.com/tvpartytonight))
21+
- (PA-7215) Add Amazonfips as a supported platform [#79](https://github.com/puppetlabs/puppetlabs-cron_core/pull/79) ([shubhamshinde360](https://github.com/shubhamshinde360))
22+
- (PA-6139) Drop beaker-puppet_install_helper gem in cron-core module [#76](https://github.com/puppetlabs/puppetlabs-cron_core/pull/76) ([amitkarsale](https://github.com/amitkarsale))
23+
824
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.3.0) - 2024-03-06
925

1026
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.2.1...v1.3.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-cron_core",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"author": "puppetlabs",
55
"summary": "Install and manage cron resources.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)