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.0.0 (2023-08-22)
Breaking changes:
- Drop Puppet 6 support #145 (bastelfreak)
Implemented enhancements:
- Add EL9/Rocky/AlmaLinux support #151 (bastelfreak)
- Add Puppet 8 support #148 (bastelfreak)
Closed issues:
- [4.1.0] add support for Puppet 8 #147
Merged pull requests:
- .fixtures.yml: Cleanup URLs #150 (bastelfreak)
- Use dnf command in CentOS >= 8 #140 (kajinamit)
v4.1.0 (2022-03-26)
Implemented enhancements:
Merged pull requests:
- Drop EL6 code #135 (ekohl)
- Update README
compatibility
section #132 (alexjfisher)
v4.0.0 (2021-11-27)
Breaking changes:
- Drop EoL Puppet 5 support #126 (bastelfreak)
Fixed bugs:
v3.1.0 (2021-07-23)
Implemented enhancements:
- Enable Puppet 7 support #125 (bastelfreak)
- Add username/password params for each yumrepo #123 (cdenneen)
Merged pull requests:
- update README.md badges #127 (bastelfreak)
- Drop EL5 support #122 (ekohl)
v3.0.1 (2020-03-28)
Fixed bugs:
- Fix compilation on Fedora #116 (alexjfisher)
v3.0.0 (2020-02-20)
This is the first release of this module under Vox Pupuli's puppet namespace. It was migrated to Vox Pupuli from stahnma/epel.
In line with Vox Pupuli policy, this release no longer supports Puppet 3 or 4. Support for EL5 has also been deprecated.
Breaking changes:
- Drop support for Puppet 3 and 4 #109 (alexjfisher)
Implemented enhancements:
- Add best effort support for Amazon Linux 2016,2018 #112 (alexjfisher)
- Make gpg command more resilient by using --with-colons #90 (fschaer)
Fixed bugs:
- Module does not allow the management on Amazon Linux #77
- Make sure the GPG key is imported before Yum repositories are created #86 (hlaf)
Closed issues:
- Add working acceptance tests #106
- Add compatibility with RHEL8/CentOS 8 #91
- Module does not expose the repo_gpgcheck parameter #76
- Update to be a Puppet4/5 module. #70
Merged pull requests:
- Replace erb
templates
withfiles
#113 (alexjfisher) - Remove use of getvar and stdlib dependency #110 (alexjfisher)
- Get acceptance tests running #107 (alexjfisher)
- Update metadata.json for Vox Pupuli migration #103 (alexjfisher)
- Remove
tests
directory #102 (alexjfisher) - Migrate changelog from README to HISTORY.md #101 (alexjfisher)
- Fix github license detection #100 (alexjfisher)
- Add badges to README #99 (alexjfisher)
- Allow this module to work on systems when global
repo_gpgcheck
= 1 #82 - Amazon Linux 2 - bugfix - use enterprise linux 7 #95
- Add support for RHEL 8 and CentOS 8 #92
- Adjust gpg args to account for slightly different display. #84
- Remove an
Epel::Rpm_gpg_key
collector that could cause circular dependencies
- Add ability to disable and not define any resources from this module. This is useful if another module pulls in this module, but you already have epel managed another way.
- Ability to specify your own TLS certs
- repo files are now templated instead of sourced.
- properly use metalink vs mirrorlist
- Add dep on stdlib for getvar function call
- Minor fix that lets facter 1.6 still work
- Enforce strict variables
- Rework testing to use TravisCI
- If you specify a baseurl, disable mirrorlist
- Ensure that GPG keys are using short IDs (issue #33)
- Default URLs to be https
- Add ability to include/exclude packages
- Update README with usage section.
- Fix regression when
os_maj_version
fact was required - Ready for 1.0 - replace Modulefile with metadata.json
- Replace
os_maj_version
custom fact with operatingsystemmajrelease - Works for EPEL7 now as well.
* This Changelog was automatically generated by github_changelog_generator