Project

General

Profile

Revision:

Revisions

# Date Author Comment
1a6754af 05/16/2024 03:10 PM Ewoud Kohl van Wijngaarden

Release 19.2.0

e2264d4c 05/08/2024 08:08 AM Evgeni Golov

Allow puppet/systemd 7.x

29ef40cc 04/02/2024 11:37 AM Tim Meusel

consistently use stdlib::ensure_packages()

In b6088261c08ddfa8d3426ba01c6b35a3d1b1d3a2 ewoud already introduced
`stdlib::ensure_packages()`. There's another place that used the legacy
`ensure_packages()` function. It's deprecated since stdlib 9. This
commit updates the old code to also use `stdlib::ensure_packages()`

b6088261 03/22/2024 05:04 PM Ewoud Kohl van Wijngaarden

Fixes #37291 - Use explicit java on RH with Puppetserver 8

The /usr/bin/java file may point to any version. This changes the logic
to determine the java version (unless explicitly specified) dynamically
based on the puppetserver version and the OS.

b5243548 03/21/2024 02:13 PM Evgeni Golov

test upgrades on EL9 and Ubuntu 22.04

82548282 03/21/2024 02:13 PM Evgeni Golov

raise minimum version for upgrades to 7.10.0 to avoid issues with facter

285e62fb 03/21/2024 12:25 PM Eric Helms

Disable FIPS on EL8+

d501ee31 02/20/2024 12:39 PM Ewoud Kohl van Wijngaarden

Release 19.1.0

f14985e3 02/19/2024 04:37 PM Pat Riehecky

Add puppet8 certificate renewal endpoint

From https://www.puppet.com/docs/puppet/8/server/http_certificate_renew

28748636 02/16/2024 11:10 AM Martin Alfke

Replace File.exists? with File.exist? for Ruby 3.2 compatibility

b234ddae 11/15/2023 11:25 AM Evgeni Golov

Add support for OracleLinux/AlmaLinux/Rocky 9

b9e2781d 11/14/2023 06:23 PM Ewoud Kohl van Wijngaarden

Release 19.0.0

db073e37 11/13/2023 05:56 PM Tim Meusel

Add Puppet 8 support

3bea3b30 11/07/2023 03:46 PM Joshua Hoblitt

allow puppet/extlib 7.x

043424b9 11/07/2023 03:46 PM Joshua Hoblitt

allow puppetlabs/concat 9.x

82e25959 11/07/2023 03:46 PM cocker-cc

Update to puppetlabs-stdlib 9.x

Fix Deprecation-Warning "This function is deprecated, please use
stdlib::to_json_pretty instead."

012b3690 11/06/2023 11:40 AM Evgeni Golov

Add Ubuntu 22.04 support

b2139a3e 11/06/2023 11:05 AM Evgeni Golov

set PrivateTmp=true for puppetserver

b48699c6 11/03/2023 10:54 AM Evgeni Golov

Add Debian 12 support

2919a24e 11/03/2023 10:54 AM Evgeni Golov

Fix CentOS 9 support in metadata.json

220e18fe 11/03/2023 08:31 AM Ewoud Kohl van Wijngaarden

Test puppetserver on Debian 11

These days the package is delivered, so it should be verified. It bumps
the versions to ones that are available on all platforms. 7.6.0 is the
oldest one on Debian Bullseye.

9f21a41b 11/03/2023 07:57 AM Ewoud Kohl van Wijngaarden

Drop Debian 10 & Ubuntu 18.04

97787949 11/03/2023 07:56 AM Ewoud Kohl van Wijngaarden

Update gems to support testing Puppet 8

2bdd46a4 11/03/2023 07:56 AM Ewoud Kohl van Wijngaarden

Avoid unless: kwarg on upgrade acceptance test

With the unless keyword argument on a describe block the content is
still parsed by Ruby. This means some functions are still executed. It
also ends up triggering the unsupported version exception on Archlinux...

52a3f48a 11/03/2023 07:56 AM Ewoud Kohl van Wijngaarden

Use a regular command instead of the puppet() command

In the switch from beaker-puppet to beaker_puppet_helpers this was
removed. Now it uses a regular shell command to achieve the same.

(1-25/859) Per page: 25, 50, 100

Also available in: Atom