Skip to content

Commit c7693e6

Browse files
committed
Release 16.0.0
1 parent 7736608 commit c7693e6

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [16.0.0](https://github.com/theforeman/puppet-puppet/tree/16.0.0) (2022-02-07)
4+
5+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.2.0...16.0.0)
6+
7+
**Breaking changes:**
8+
9+
- Drop EL6 support [\#823](https://github.com/theforeman/puppet-puppet/pull/823) ([ekohl](https://github.com/ekohl))
10+
- Drop Puppet 5 support, require \>= 6.15.0 + drop pluginsync & jruby9k parameters [\#822](https://github.com/theforeman/puppet-puppet/pull/822) ([ekohl](https://github.com/ekohl))
11+
- Remove Puppet start workaround on Debian [\#807](https://github.com/theforeman/puppet-puppet/pull/807) ([ekohl](https://github.com/ekohl))
12+
- Drop config\_version and environment.conf [\#805](https://github.com/theforeman/puppet-puppet/pull/805) ([optiz0r](https://github.com/optiz0r))
13+
- Support multiple envs\_dir directories [\#803](https://github.com/theforeman/puppet-puppet/pull/803) ([optiz0r](https://github.com/optiz0r))
14+
15+
**Implemented enhancements:**
16+
17+
- Support multiple path in environmentpath parameter [\#708](https://github.com/theforeman/puppet-puppet/issues/708)
18+
- puppet/extlib: Allow 6.x [\#821](https://github.com/theforeman/puppet-puppet/pull/821) ([bastelfreak](https://github.com/bastelfreak))
19+
- Improve support for chocolatey package provider on Windows [\#818](https://github.com/theforeman/puppet-puppet/pull/818) ([fraenki](https://github.com/fraenki))
20+
- puppetlabs/stdlib: Allow 8.x [\#817](https://github.com/theforeman/puppet-puppet/pull/817) ([bastelfreak](https://github.com/bastelfreak))
21+
- Support "environment-vars" setting in puppetserver.conf [\#806](https://github.com/theforeman/puppet-puppet/pull/806) ([phihos](https://github.com/phihos))
22+
- Rely on the service\_provider fact [\#694](https://github.com/theforeman/puppet-puppet/pull/694) ([ekohl](https://github.com/ekohl))
23+
24+
## [15.2.0](https://github.com/theforeman/puppet-puppet/tree/15.2.0) (2021-11-05)
25+
26+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.1.0...15.2.0)
27+
28+
**Implemented enhancements:**
29+
30+
- Switch to puppet/systemd [\#804](https://github.com/theforeman/puppet-puppet/pull/804) ([ekohl](https://github.com/ekohl))
31+
332
## [15.1.0](https://github.com/theforeman/puppet-puppet/tree/15.1.0) (2021-07-26)
433

534
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.0.0...15.1.0)

HISTORY.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
## [16.0.0](https://github.com/theforeman/puppet-puppet/tree/16.0.0) (2022-02-07)
2+
3+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.2.0...16.0.0)
4+
5+
**Breaking changes:**
6+
7+
- Drop EL6 support [\#823](https://github.com/theforeman/puppet-puppet/pull/823) ([ekohl](https://github.com/ekohl))
8+
- Drop Puppet 5 support, require \>= 6.15.0 + drop pluginsync & jruby9k parameters [\#822](https://github.com/theforeman/puppet-puppet/pull/822) ([ekohl](https://github.com/ekohl))
9+
- Remove Puppet start workaround on Debian [\#807](https://github.com/theforeman/puppet-puppet/pull/807) ([ekohl](https://github.com/ekohl))
10+
- Drop config\_version and environment.conf [\#805](https://github.com/theforeman/puppet-puppet/pull/805) ([optiz0r](https://github.com/optiz0r))
11+
- Support multiple envs\_dir directories [\#803](https://github.com/theforeman/puppet-puppet/pull/803) ([optiz0r](https://github.com/optiz0r))
12+
13+
**Implemented enhancements:**
14+
15+
- Support multiple path in environmentpath parameter [\#708](https://github.com/theforeman/puppet-puppet/issues/708)
16+
- puppet/extlib: Allow 6.x [\#821](https://github.com/theforeman/puppet-puppet/pull/821) ([bastelfreak](https://github.com/bastelfreak))
17+
- Improve support for chocolatey package provider on Windows [\#818](https://github.com/theforeman/puppet-puppet/pull/818) ([fraenki](https://github.com/fraenki))
18+
- puppetlabs/stdlib: Allow 8.x [\#817](https://github.com/theforeman/puppet-puppet/pull/817) ([bastelfreak](https://github.com/bastelfreak))
19+
- Support "environment-vars" setting in puppetserver.conf [\#806](https://github.com/theforeman/puppet-puppet/pull/806) ([phihos](https://github.com/phihos))
20+
- Rely on the service\_provider fact [\#694](https://github.com/theforeman/puppet-puppet/pull/694) ([ekohl](https://github.com/ekohl))
21+
22+
## [15.2.0](https://github.com/theforeman/puppet-puppet/tree/15.2.0) (2021-11-05)
23+
24+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.1.0...15.2.0)
25+
26+
**Implemented enhancements:**
27+
28+
- Switch to puppet/systemd [\#804](https://github.com/theforeman/puppet-puppet/pull/804) ([ekohl](https://github.com/ekohl))
29+
30+
## [15.1.0](https://github.com/theforeman/puppet-puppet/tree/15.1.0) (2021-07-26)
31+
32+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/15.0.0...15.1.0)
33+
34+
**Implemented enhancements:**
35+
36+
- Allow camptocamp/systemd 3.x + use it for timers [\#790](https://github.com/theforeman/puppet-puppet/pull/790) ([ekohl](https://github.com/ekohl))
37+
- Allow Puppet 7 compatible versions of puppetlabs mods [\#788](https://github.com/theforeman/puppet-puppet/pull/788) ([ekohl](https://github.com/ekohl))
38+
- Support Puppet 7 [\#779](https://github.com/theforeman/puppet-puppet/pull/779) ([ekohl](https://github.com/ekohl))
39+
40+
## [15.0.0](https://github.com/theforeman/puppet-puppet/tree/15.0.0) (2021-04-27)
41+
42+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/14.2.1...15.0.0)
43+
44+
**Breaking changes:**
45+
46+
- \(\#780\) puppetserver: don't purge metrics.conf / Use dedicated parameter for jruby profiler [\#781](https://github.com/theforeman/puppet-puppet/pull/781) ([bastelfreak](https://github.com/bastelfreak))
47+
- Move to puppetserver\_foreman [\#749](https://github.com/theforeman/puppet-puppet/pull/749) ([ekohl](https://github.com/ekohl))
48+
49+
**Implemented enhancements:**
50+
51+
- Add `puppet::package_install_options` variable to allow you to pass flags to package resource [\#777](https://github.com/theforeman/puppet-puppet/pull/777) ([vollmerk](https://github.com/vollmerk))
52+
53+
**Fixed bugs:**
54+
55+
- Fix config append [\#782](https://github.com/theforeman/puppet-puppet/pull/782) ([SimonPe](https://github.com/SimonPe))
56+
57+
## [14.2.1](https://github.com/theforeman/puppet-puppet/tree/14.2.1) (2021-01-26)
58+
59+
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/14.2.0...14.2.1)
60+
61+
**Fixed bugs:**
62+
63+
- run Puppet agent from systemd only after network is brought up [\#765](https://github.com/theforeman/puppet-puppet/pull/765) ([anarcat](https://github.com/anarcat))
64+
165
## [14.2.0](https://github.com/theforeman/puppet-puppet/tree/14.2.0) (2020-10-29)
266

367
[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/14.1.0...14.2.0)

0 commit comments

Comments
 (0)