This file is used to list changes made in each version of the yum-epel cookbook.
Standardise files with files in sous-chefs/repo-management
- Remove EPEL Modular
- Add support for Amazon Linux 2023
- Add renovate.json
- Remove epel-playground per upstream removal
- Remove delivery and move to calling RSpec directly via a reusable workflow
- Allow the cookbook to install EPEL on Alma Linux
- Remove testing for CentOS 8 (use Stream instead)
- Allow the cookbook to install EPEL on Rocky Linux
- Rename helper method to
epel_8_repos
to not conflict with yum-centos
- Update documentation for epel on CentOS Stream
- Add epel and epel-debuginfo repos by default for CentOS Streams
- Add support for CentOS Stream 8
- Standardise files with files in sous-chefs/repo-management
- Remove deprecated
failoverprorioty
setting
- Standardise files with files in sous-chefs/repo-management
- Fix support for Oracle Linux
- Sous Chefs Adoption
- Return empty array on non-yum systems - @ramereth
- Cookstyle fixes - @tas50
- Switch all http URLs to HTTPS URLs - @damacus
- Switch gpgkey urls - @knightorc
- Require Chef 12.15+ - @tas50
- Remove CentOS 6 / Amazon Linux 201X support/testing - @ramereth
- Improve InSpec test by using yum.repo resource - @ramereth
- Fix repo descriptions on Amazon Linux - @ramereth
- Test all supported repos in new "all" suite - @ramereth
- Ensure other epel repos are not enabled in default suite - @ramereth
- Add various modular and playground repos for EL8 - @ramereth
- Update README - @ramereth
- Cleanup metadata.rb formatting - @ramereth
- Fix cookbook to work on all releases of Amazon Linux 2
- Test on Amazon Linux 2 in specs and in Travis
- Support EPEL on ARM32.
- Add support for Amazon Linux 2.0
- Require Chef 12.14+ and remove the compat_resource dependency
- Switch from Rake testing to Local Delivery
- Update apache2 license string to be a SPDX compliant string
- Change yum repo location of gpgkey to download.fedoraproject.org instead of dl.fedoraproject.org
- Avoid chefspec deprecations and speed up specs
- Revert how mirror list strings are generated to fix RHEL 7
- Test in Travis using the current build of chef/chef docker image
- Test on older Chef
- allow the use of any valid property via attributes
- fixing tests
- output versions in the job that is being ran
- cops
- Clarify that we require Chef 12.1+ not 12.0+
- Use compat_resource instead of the yum cookbook
- Add integration testing with inspec
- Remove upper bound on yum constraint
- Fix epel-testing attributes
- Add chef_version metadata
- Testing updates
- Remove support for Chef 11
- Remove bats testing
- Fix attribute settings
- Cleanup travis file
- Added support for IBM zlinux platform
- Added back the Test Kitchen support for local vagrant testing
- Added long_description to the metadata
- Loosen the dependency on the yum cookbook
- updated to use
make_cache
option that yum cookbook allows for the yum resource to use.
- Fix setting bool false properties
- Updating default recipe for Chef 13 deprecation warnings. Not
- passing nil.
- Added standard Chef gitignore and chefignore files
- Added the standard chef rubocop config
- Update contributing, maintainers, and testing docs
- Update Chefspec config to 4.X format
- Update distro versions in the Kitchen config
- Add Travis CI and cookbook version badges in the readme
- Expand the requirements section in the readme
- Add additional distros to the metadata
- Added source_url and issues_url metadata
- Depending on yum ~> 3.2
- Support for the password attribute wasn't added to the
- yum_repository LWRP until yum 3.2.0.
- Switching to https for URL links
- Using metalink URLs
- Adding EL7 support
- Revert Use HTTPS for GPG keys and mirror lists
- Use HTTPS for GPG keys and mirror lists
- Use local key on Amazon Linux
- Add all attribute available to LWRP to allow for tuning.
- [#9] Allowing list of repositories to reference configurable.
- [COOK-4509] add RHEL7 support to yum-epel cookbook
COOK-4353 - Fixing typo in readme
Updating README to explain the 'managed' parameter
[COOK-4292] - Do not manage secondary repos by default
Adding Amazon Linux support
Fixing up attribute values for EL6
Adding CHANGELOG.md
initial release