summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Cowie <jcowie@etsy.com>2015-02-13 12:12:13 +0000
committerJon Cowie <jcowie@etsy.com>2015-02-13 12:12:13 +0000
commit3386dff3694a229993eb11c21baa493fa09a025f (patch)
treeeb2cbae4cbe229b8b3dbe7bff1172f2891629cfa /CHANGELOG.md
parent49156a559ecdd88c2d7d183c7ace4d77d185a384 (diff)
downloadchef-3386dff3694a229993eb11c21baa493fa09a025f.tar.gz
Updated version of #2125 to fix CHEF-2911
This pull request allows a version requirement such as ` = 1.0.1` to be specified in either the resource name or the version attribute of a yum_package resource, and modifies the yum package provider to update existing packages based on that requirement. Also adds specs to test this new functionality.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9970243e2b..43ce6d11b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -62,6 +62,8 @@
Remove comments of a service being enabled/disabled in FreeBSD. [Fixes #1791](https://github.com/chef/chef/issues/1791)
* [**Will Albenzi**](https://github.com/walbenzi):
CHEF-4591: Knife commands to manipulate env_run_list on nodes
+* [**Jon Cowie**](https://github.com/jonlives):
+ CHEF-2911: Fix yum_package provider to respect version requirements in package name and version attribute
### Chef Contributions
* ruby 1.9.3 support is dropped