Showing with 17 additions and 8 deletions.
  1. +13 −0 CHANGELOG.md
  2. +2 −2 Gemfile
  3. +0 −1 manifests/agent/config.pp
  4. +0 −3 manifests/init.pp
  5. +0 −1 manifests/params.pp
  6. +2 −1 metadata.json
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [20.0.0](https://github.com/theforeman/puppet-puppet/tree/20.0.0) (2024-08-12)

[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/19.2.0...20.0.0)

**Breaking changes:**

- Remove localconfig \(see PUP-880\) [\#918](https://github.com/theforeman/puppet-puppet/pull/918) ([m8t](https://github.com/m8t))

**Implemented enhancements:**

- Update puppet\_metadata to ~\> 4.0 and voxpupuli-acceptance to ~\> 3.0 [\#916](https://github.com/theforeman/puppet-puppet/pull/916) ([archanaserver](https://github.com/archanaserver))
- Add AlmaLinux 8 support [\#915](https://github.com/theforeman/puppet-puppet/pull/915) ([archanaserver](https://github.com/archanaserver))

## [19.2.0](https://github.com/theforeman/puppet-puppet/tree/19.2.0) (2024-05-16)

[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/19.1.0...19.2.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gem 'kafo_module_lint', {"groups"=>["test"]}
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 1.0', {"groups"=>["test"]}
gem 'voxpupuli-test', '~> 7.0', {"groups"=>["test"]}
gem 'github_changelog_generator', '>= 1.15.0', {"groups"=>["development"]}
gem 'puppet_metadata', '~> 3.4'
gem 'puppet_metadata', '~> 4.0'
gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}
gem 'voxpupuli-acceptance', '~> 2.0', {"groups"=>["system_tests"]}
gem 'voxpupuli-acceptance', '~> 3.0', {"groups"=>["system_tests"]}
gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]}
gem 'hocon'

Expand Down
1 change: 0 additions & 1 deletion manifests/agent/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
class puppet::agent::config inherits puppet::config {
puppet::config::agent {
'classfile': value => $puppet::classfile;
'localconfig': value => $puppet::localconfig;
'default_schedules': value => $puppet::agent_default_schedules;
'report': value => $puppet::report;
'masterport': value => $puppet::agent_server_port;
Expand Down
3 changes: 0 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
#
# $hiera_config:: The hiera configuration file.
#
# $localconfig:: The localconfig setting.
#
# $syslogfacility:: Facility name to use when logging to syslog
#
# $use_srv_records:: Whether DNS SRV records will be used to resolve
Expand Down Expand Up @@ -633,7 +631,6 @@
Optional[String] $agent_restart_command = $puppet::params::agent_restart_command,
String $classfile = $puppet::params::classfile,
String $hiera_config = $puppet::params::hiera_config,
String $localconfig = $puppet::params::localconfig,
Boolean $allow_any_crl_auth = $puppet::params::allow_any_crl_auth,
Array[String] $auth_allowed = $puppet::params::auth_allowed,
Variant[String, Array[String]] $client_package = $puppet::params::client_package,
Expand Down
1 change: 0 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
$show_diff = false
$module_repository = undef
$hiera_config = '$confdir/hiera.yaml'
$localconfig = '$vardir/localconfig'
$usecacheonfailure = true
$ca_server = undef
$ca_port = undef
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Fedora 36

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 11

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 12
"name": "theforeman-puppet",
"version": "19.2.0",
"version": "20.0.0",
"author": "theforeman",
"summary": "Puppet agent and server configuration",
"license": "GPL-3.0+",
Expand Down Expand Up @@ -64,6 +64,7 @@
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
Expand Down