Skip to content

Latest commit

 

History

History
149 lines (96 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

149 lines (96 loc) · 7.33 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v5.1.0 (2024-08-21)

Full Changelog

Implemented enhancements:

  • Support Debian 11 & 12 + Ubuntu 22.04 & 24.04 #70 (ekohl)
  • Support EL 9: Avoid running update-ca-trust twice #69 (ekohl)
  • Convert to puppet-strings documentation #61 (ekohl)
  • Use validate_cmd & expose filename parameter #60 (ekohl)

v5.0.0 (2023-08-02)

Full Changelog

Breaking changes:

Implemented enhancements:

v4.1.0 (2022-03-09)

Full Changelog

Implemented enhancements:

  • Drop requirement for CA sources to use platform-specific suffix #40 (optiz0r)
  • Allow stdlib 8.x dependencies #39 (smortex)

v4.0.0 (2021-06-02)

Full Changelog

This release drops compatibility with EOL distros. This means EL6 (which can no longer be tested since the CentOS repos have been removed), Ubuntu 16.04 (EOL since April 2021) and Debian 8 (LTS is EOL since July 2020, though there is ELTS).

Puppet 5 support is also dropped since it went EOL in February 2021.

It should be noted that this it metadata-only. No code was changed.

Breaking changes:

Implemented enhancements:

  • Mark compatible with Ubuntu 20.04 #33 (ekohl)
  • Mark compatible with Puppet 7 #32 (ekohl)
  • Mark compatible with puppetlabs/stdlib 7.x #31 (ekohl)

v3.1.0 (2020-05-11)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • keystore needs to be checked on each puppet run #15 (pseiler)
  • fixed behaviour for SLES > 11, support SLES 15 #14 (pseiler)

Merged pull requests:

  • Use voxpupuli-acceptance #23 (ekohl)
  • updated supported distributions in README #19 (pseiler)
  • Remove duplicate CONTRIBUTING.md file #17 (dhoppe)

v3.0.0 (2019-05-30)

Full Changelog

Breaking changes:

  • drop puppet 4 support. require at least puppet 5.5.8 #11 (bastelfreak)

Implemented enhancements:

  • Use ensure_packages to allow multiple package declarations #9 (dol)

Closed issues:

  • Package[ca-certificates] is already declared at #8

Merged pull requests:

v2.0.0 (2018-10-05)

Full Changelog

Breaking changes:

  • Drop Puppet <4.10.0 release #4

Merged pull requests:

  • Change module to Voxpupuli and modernize #1 (ekohl)

1.1.0

Add support for SLES 12, Ubuntu 15.10 Renamed from evenup to jlambert121

1.0.1

Fix relationship with jks

1.0.0

Rewrote module to use system methods for trusted certificates Add separate java define for java keystores Add acceptance tests Remove dependency on puppetlabs/concat

0.3.0

Allow specifying java_keystore file Doc fixes

0.2.0

Update certificate install method

0.1.2

Java class required for keytool

0.1.1

Fix path

0.1.0

Add ability to add CA to java keyfile Spec updates

0.0.2:

Fix documentation

0.0.1:

Initial release

* This Changelog was automatically generated by github_changelog_generator