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.
v7.0.0 (2024-02-26)
Breaking changes:
Implemented enhancements:
- Add support for Debian 12 #106 (traylenator)
- Parameter hardening for private classes #105 (zilchms)
- puppetlabs/apt: Allow 9.x #102 (zilchms)
Merged pull requests:
- Fix missing docs and simplify period_method check #109 (zilchms)
- Update Readme: fix broken links, improve formating #108 (rwaffen)
- Improve English of README #99 (traylenator)
v6.0.0 (2023-08-16)
Breaking changes:
- Drop Puppet 6 support #91 (bastelfreak)
Implemented enhancements:
- Add AlmaLinux/Rocky/OracleLinux support #96 (traylenator)
- Add Puppet 8 support #94 (bastelfreak)
- puppetlabs/stdlib: Allow 9.x #93 (bastelfreak)
- Support RHEL9, Debian11 and Ubuntu 22.04 #87 (traylenator)
- New comment parameter to fetch-crl::ca type #86 (traylenator)
- rubocop corrections for rubocop 1.22.3 #83 (traylenator)
Merged pull requests:
- RSpec/EmptyExampleGroup is no longer failing #85 (traylenator)
v5.1.0 (2021-09-27)
Implemented enhancements:
- Support hash of fetchcrl::ca as parameter #79 (traylenator)
Merged pull requests:
v5.0.0 (2021-03-23)
Breaking changes:
- Drop Puppet 5 and CentOS 6 Support #71 (traylenator)
Implemented enhancements:
- Support Puppet 7 #75 (traylenator)
- Add Ubuntu 18.04, 20.04 and Debian 10 support #74 (traylenator)
- New carepo_gpgkey parameter #73 (traylenator)
- Switch from http to https for yum repository #72 (traylenator)
- Add inet6glue flag configuration #70 (luisfdez)
Merged pull requests:
- Documentation Corrections #76 (traylenator)
v4.1.0 (2020-09-14)
Implemented enhancements:
- Enable acceptance tests for CentOS 8 #63 (traylenator)
- Allow puppetlabs/stdlib 6.x #62 (dhoppe)
Merged pull requests:
- modulesync 3.0.0 & puppet-lint updates #66 (bastelfreak)
- Use voxpupuli-acceptance #65 (ekohl)
v4.0.0 (2019-12-05)
Breaking changes:
- modulesync 2.7.0 and drop puppet 4 #52 (bastelfreak)
Implemented enhancements:
- Fact trustedcas to skip over invalid .pem files #54 (traylenator)
Fixed bugs:
- Correction of typo #55 (traylenator)
Closed issues:
- new installs only : puppet error on trustedca fact #51
Merged pull requests:
- Give examples headings #59 (traylenator)
- Remove fictitious runatboot from docs #57 (traylenator)
- Addition of RedHat 8 support #56 (traylenator)
v3.0.0 (2018-12-15)
Breaking changes:
- General code modernisation - assorted bugfixes. #46 (traylenator)
Implemented enhancements:
- New randomcron parameter, random offset of cron #47 (traylenator)
Closed issues:
- noerrors is not included in template #43
v2.1.1 (2018-10-14)
Merged pull requests:
- modulesync 2.1.0 and allow puppet 6.x #41 (bastelfreak)
- allow puppetlabs/stdlib 5.x #39 (bastelfreak)
- Remove docker nodesets #35 (bastelfreak)
- modulesync; Remove .el5 support, enable acceptance tests. #34 (traylenator)
v2.1.0 (2018-05-15)
Merged pull requests:
- lcg-CA obsoleted by ca-policy-egi-core #32 (traylenator)
v2.0.1 (2018-03-30)
Merged pull requests:
- bump puppet to latest supported version 4.10.0 #30 (bastelfreak)
v2.0.0 (2017-10-19)
Merged pull requests:
- Fix github license detection #21 (alexjfisher)
v1.2.0 (2017-02-11)
This is the last release with Puppet3 support!
- Use operatingsystemmajrelease fact instead of operatingsystemrelease + regex
- Fix several markdown issues
- Add missing badges
- Add minimum version_requirement for Puppet
- Upstream from CERNOps-fetchcrl to voxpupuli-fetchcrl.
- New optional parameter
cache_control_request
.
- Drop trustedcas fact - use trustedca instead.
- Hiera variables
fetchcrl_pkg_version
,fetchcrl_proxy
fetchcrl_capkgs
fetchcrl_carepo
fetchcrl_capkgs_version
are now deprecated and will print a puppet warning if used. They still work today but support will be removed at a future date. Use hiera binding instead, e.g fetchcrl::proxy.
- New structured fact trustedca.
- The existing non structured fact trustedcas is now deprecated and will be removed next release.
- Empty release for tag mistake.
- Improve metadata for puppetforge.
- Drop dangling sym links, fixes #2 and #3
- Add more and newer testing.
- New facts certissuer and trustedcas.
- The capkgs_version and pkg_version parameters are now correctly used.
* This Changelog was automatically generated by github_changelog_generator