Skip to content

Commit eeb8f64

Browse files
authored
Merge pull request #651 from mhashizume/maint/main/release-prep
(maint) Release prep
2 parents 8a029a3 + 14b3682 commit eeb8f64

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ spec/default_facts.yml:
5858
spec/spec_helper.rb:
5959
unmanaged: true
6060
Rakefile:
61-
changelog_since_tag: 'v4.12.1'
61+
changelog_since_tag: 'v4.13.0'

HISTORY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [v4.14.0] - 2023-04-27
2+
3+
### Summary
4+
5+
Add support for Puppet 8.
6+
7+
### Features
8+
9+
- (PA-5336) Update tests and tasks for puppet8 ([#650](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/650))
10+
11+
## [v4.13.0] - 2023-03-21
12+
13+
### Summary
14+
15+
Add support for Puppet 8 nightlies, additional platform support, new features for run task/plan and install task.
16+
17+
### Features
18+
19+
- Add support for absolute_source in puppet_agent::install task ([#484](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/484))
20+
- (FM-8969) Add support for macOS 12 ARM ([#615](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/615))
21+
- Support for Linux Mint 21 ([#616](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/616))
22+
- (FM-8983) Add Fedora 36 ([#619](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/619))
23+
- run task/plan: Allow noop and environment option ([#632](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/632/))
24+
- (MODULES-11361) Puppet 8 compatibility work ([#636](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/636))
25+
126
## [v4.12.1] - 2022-07-13
227

328
### Summary

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
5050
raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil?
5151
config.user = "#{changelog_user}"
5252
config.project = "#{changelog_project}"
53-
config.since_tag = "v4.12.1"
53+
config.since_tag = "v4.13.0"
5454
config.future_release = "#{changelog_future_release}"
5555
config.exclude_labels = ['maintenance']
5656
config.header = "# Change log\n\nAll 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)."

0 commit comments

Comments
 (0)