This file is used to list changes made in each version of the yum-epel cookbook.
- 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