This file is used to list changes made in each version of the yum cookbook.
- Fixing up Chef13 deprecation warnings
- adding clean_headers boolean property to yum_resource
- restoring Chef 10 backwards compat for the sake of ChefSpec (unique resource names needed to avoid cloning)
- Fixing localpkg_gpgcheck values
- #135 - reverting "yum clean headers" as it breaks dnf compat
- Adding deltarpm toggle
- Cleaning 'headers' rather than 'all'
- Normalizing sslverify option rendering behavior
- Setting default value on the resource to nil
- Explictly setting string to render in template if value is supplied
- Behavior should default to "True", per man page
- Adding -y to makecache, to import key when repo_gpgcheck = true.
- Accepting Integer value for max_retries
- Executing yum clean before makecache
- Adding repo_gpgcheck
- Adding "yum clean" before "yum makecache" in yum_repository :create
- Adding why_run support to yum_globalconfig
- Changing tolerant config line to stringified integer
- Adding reposdir to globalconfig template
- Fixing redhat-release detection for Redhat 7
- Reverting management of ca-certificates because EL5 was broken
- Adding management of ca-certificates package to yum_repository provider
- Run yum-makecache only_if new_resource.enabled
- Allow setting of reposdir in global yum config and man page
- Change default 'obsoletes' behavior to match yum defaults
- Dynamically generate the new_resource attributes
- Fix globalconfig resource param for http_caching
- Fix issue with sslverify if set to false
- Add fancy badges
- Adding tuning attributes for all supported resource parameters
- Adding options hash parameter
- Adding (real) rhel-6.5 and centos-7.0 to test-kitchen coverage
- Updating regex for mirror_expire and mirrorlist_expire to include /^\d+[mhd]$/
- Updating README so keepcache reflects reality (defaults to false)
- Changing 'obsoletes' behavior in globalconfig resource to match default behavior. (now defaults to nil, yum defaults to false)
- Adding makecache action to repository resource
- Adding mode parameter to repository resource. Defaults to '0644'.
- #82 - Adding a makecache parameter
- #77 - Parameter default to be Trueclass instead of "1"
- #78 - add releasever parameter
- [COOK-4510] - Adding username and password parameters to node attributes
- [COOK-4518] - Fix Scientific Linux distroverpkg
- [COOK-4463] - support multiple GPG keys
- [COOK-4364] - yum_repository delete action fails
- [COOK-4417] Expand test harness to encompass 32-bit boxes
Fixing bugs around :delete action and cache clean Fixing specs to cover :remove and :delete aliasing properly Adding Travis-ci build matrix bits
- Updating testing harness for integration testing on Travis-ci
- Adding TESTING.md and Guardfile
- PR #67 - Add skip_if_unvailable repository option
- PR #64 - Fix validation of 'metadata_expire' option to match documentation
- [COOK-3591] - removing node.name from repo template rendering
- [COOK-4275] - Enhancements to yum cookbook
- Adding full spec coverage
- Adding support for custom source template to yum_repository
Fixing typo in default.rb. yum_globalconfig now passes proxy attribute correctly.
Updating default.rb to consume node['yum']['main']['proxy']
- COOK-4156 - yum cookbook creates a yum.conf with "cachefir" directive
Updating globalconfig provider for Chef 10 compatability
3.0.0 Major rewrite with breaking changes. Recipes broken out into individual cookbooks yum_key resource has been removed yum_repository resource now takes gpgkey as a URL directly yum_repository actions have been reduced to :create and :delete 'name' has been changed to repositoryid to avoid ambiguity chefspec test coverage gpgcheck is set to 'true' by default and must be explicitly disabled
Reverting to Ruby 1.8 hash syntax.
[COOK-3275] LWRP repository.rb :add method fails to create yum repo in some cases which causes :update to fail Amazon rhel
- [COOK-3025] - Allow per-repo proxy definitions
- COOK-3689 - Fix warnings about resource cloning
- COOK-3574 - Add missing "description" field in metadata
- COOK-3145 - Use correct download URL for epel
key_url
- [COOK-2924]: Yum should allow type setting in repo file
- [COOK-2360]: last commit to
yum_repository
changes previous behaviour - [COOK-3015]: Yum cookbook test minitest to fail
- [COOK-2946]: update tests, test kitchen support in yum cookbook
- [COOK-2639]: Yum cookbook - epel - always assumes url is a mirror list
- [COOK-2663]: Yum should allow metadata_expire setting in repo file
- [COOK-2751]: Update yum.ius_release version to 1.0-11
- [COOK-2189] - yum::ius failed on install (caused from rpm dependency)
- [COOK-2196] - Make includepkgs and exclude configurable for each repos
- [COOK-2244] - Allow configuring caching using attributes
- [COOK-2399] - yum cookbook LWRPs fail FoodCritic
- [COOK-2519] - Add priority option to Yum repo files
- [COOK-2593] - allow integer or string for yum priority
- [COOK-2643] - don't use conditional attribute for
yum_key
remote_file
- [COOK-2045] - add remi repository recipe
- [COOK-2121] - add
:create
action toyum_repository
- [COOK-2037] - minor style fixes
- [COOK-2038] - updated README
- [COOK-1908] - unable to install repoforge on CentOS 6 32 bit
- [COOK-1758] - Add default action for repository resource
This version changes the behavior of the EPEL recipe (most commonly used in other Chef cookbooks) on Amazon, and removes an attribute, node['yum']['epel_release']
. See the README for details.
- [COOK-1772] - Simplify management of EPEL with LWRP
mirrorlist
in the yum_repository
LWRP must be set to the mirror list URI to use rather than setting it to true. See README.md.
- [COOK-1088] - use dl.fedoraproject.org for EPEL to prevent redirects
- [COOK-1653] - fix mirrorlist
- [COOK-1710] - support http proxy
- [COOK-1722] - update IUS version
- [COOK-1521] - add :update action to
yum_repository
- [COOK-1204] - Make 'add' default action for yum_repository
- [COOK-1351] - option to not make the yum cache (via attribute)
- [COOK-1353] - x86_64 centos path fixes
- [COOK-1414] - recipe for repoforge
- Updated README to remove git diff artifacts.
- Default action for the yum_repository LWRP is now add.
- [COOK-1227] - clear Chefs internal cache after adding new yum repo
- [COOK-1262] - yum::epel should enable existing repo on Amazon Linux
- [COOK-1272], [COOK-1302] - update RPM file for CentOS / RHEL 6
- [COOK-1330] - update cookbook documentation on excludes for yum
- [COOK-1346] - retry remote_file for EPEL in case we get an FTP mirror
- [COOK-825] - epel and ius
remote_file
should notify therpm_package
to install
- [COOK-675] - add recipe for handling EPEL repository
- [COOK-722] - add recipe for handling IUS repository
- Remove yum update in default recipe, that doesn't update caches, it updates packages installed.