summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-09 21:12:50 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-09 21:12:50 +0000
commit32956a8f83bbd50c10781dcaf104fb6d152ca980 (patch)
tree511e908ef7602d8fe98fa10810a6b923b201e8e3
parent1422fe922421206d90d21e1b32aeff04e64d938d (diff)
downloadchef-12.17.1.tar.gz
Bump version of chef to 12.17.1 by Chef Versioner.v12.17.1
-rw-r--r--CHANGELOG.md71
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 77 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1679dad76a..f3173d4874 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,71 @@
-# Change Log
+This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef)
+
+## [12.17.1](https://github.com/chef/chef/tree/12.17.1) (2016-11-09)
+[Full Changelog](https://github.com/chef/chef/compare/chef-server-package...12.17.1)
+
+**Implemented enhancements:**
+
+- Yum: Purge yum cache before deleting repo config [\#5509](https://github.com/chef/chef/pull/5509) ([iancward](https://github.com/iancward))
+- Core: improve readability of property-resource namespace collision exception message [\#5500](https://github.com/chef/chef/pull/5500) ([lamont-granquist](https://github.com/lamont-granquist))
+- Omnibus: Pull in Ohai 8.21.0 and other new deps [\#5499](https://github.com/chef/chef/pull/5499) ([tas50](https://github.com/tas50))
+- Core: Add deprecations to Data Collector run completion messages [\#5496](https://github.com/chef/chef/pull/5496) ([adamleff](https://github.com/adamleff))
+- Core: add attribute\_changed hook to event handlers [\#5495](https://github.com/chef/chef/pull/5495) ([lamont-granquist](https://github.com/lamont-granquist))
+- Knife: Add the `--field-separator` flag to knife show commands [\#5489](https://github.com/chef/chef/pull/5489) ([tduffield](https://github.com/tduffield))
+- Core: Enable Signed Header Auth for Data Collector, and Configure the Data Collector Automatically [\#5487](https://github.com/chef/chef/pull/5487) ([danielsdeleo](https://github.com/danielsdeleo))
+- Core: set use\_inline\_resources in package superclass [\#5483](https://github.com/chef/chef/pull/5483) ([lamont-granquist](https://github.com/lamont-granquist))
+- Knife: Implement `--config-option` CLI opt for knife [\#5469](https://github.com/chef/chef/pull/5469) ([danielsdeleo](https://github.com/danielsdeleo))
+- Core: remove dependency on Chef.run\_context global state [\#5464](https://github.com/chef/chef/pull/5464) ([lamont-granquist](https://github.com/lamont-granquist))
+- HTTP: Rebuild HTTP headers on each retried request [\#5462](https://github.com/chef/chef/pull/5462) ([sds](https://github.com/sds))
+- Omnibus: update openssl to 1.0.2j to address vulnerabilities [\#5448](https://github.com/chef/chef/pull/5448) ([chilicheech](https://github.com/chilicheech))
+- Core: make delayed\_action argument mandatory, remove misleading ivar introduced in PR that added delayed\_action [\#5446](https://github.com/chef/chef/pull/5446) ([lamont-granquist](https://github.com/lamont-granquist))
+- Core: add delayed\_action to the Chef::Resource API [\#5443](https://github.com/chef/chef/pull/5443) ([lamont-granquist](https://github.com/lamont-granquist))
+- Core: pass new\_resource to edit\_resource through instance\_exec [\#5441](https://github.com/chef/chef/pull/5441) ([lamont-granquist](https://github.com/lamont-granquist))
+- Core: Adding support for rfc 62 exit code 213 [\#5428](https://github.com/chef/chef/pull/5428) ([jeremymv2](https://github.com/jeremymv2))
+- kinfe ssh: use the command line prompt for sudo if set [\#5427](https://github.com/chef/chef/pull/5427) ([lamont-granquist](https://github.com/lamont-granquist))
+
+**Fixed bugs:**
+
+- Prevent apt\_update failures on non-Linux platforms [\#5524](https://github.com/chef/chef/pull/5524) ([tas50](https://github.com/tas50))
+- Enable data collector w/o token for solo, but require explicit URL [\#5511](https://github.com/chef/chef/pull/5511) ([danielsdeleo](https://github.com/danielsdeleo))
+- Core: Ensure that the sensitive property is correctly accessed [\#5508](https://github.com/chef/chef/pull/5508) ([axos88](https://github.com/axos88))
+- Core: Include chef/chef\_class in Chef::REST for method log\_deprecation [\#5504](https://github.com/chef/chef/pull/5504) ([smalltown](https://github.com/smalltown))
+- Knife: Updating knife ssl fetch to correctly store certificate when it does not have a CN [\#5498](https://github.com/chef/chef/pull/5498) ([tyler-ball](https://github.com/tyler-ball))
+- Knife: Fixed knife download cookbooks issue which used to corrupt the certificate files each time the command was fired. [\#5494](https://github.com/chef/chef/pull/5494) ([Aliasgar16](https://github.com/Aliasgar16))
+- Solaris: Properly check lock status of users on solaris2 [\#5486](https://github.com/chef/chef/pull/5486) ([tduffield](https://github.com/tduffield))
+- Solaris: Fix IPS package must create symlinks to package commands [\#5485](https://github.com/chef/chef/pull/5485) ([jaymalasinha](https://github.com/jaymalasinha))
+- SVN Provider: convert svn\_password to property + make sensitive \(partial fix\) [\#5471](https://github.com/chef/chef/pull/5471) ([lamont-granquist](https://github.com/lamont-granquist))
+- Cron Provider: Eliminate crontab rewrite that happens with every chef-client run [\#5466](https://github.com/chef/chef/pull/5466) ([pwalz](https://github.com/pwalz))
+- Knife: Fix deprecation warning when creating data bag items [\#5463](https://github.com/chef/chef/pull/5463) ([thommay](https://github.com/thommay))
+- User Provider: Fix home folder comparison [\#5452](https://github.com/chef/chef/pull/5452) ([phene](https://github.com/phene))
+- Core: require the event\_dispatch dsl in chef\_class [\#5451](https://github.com/chef/chef/pull/5451) ([chilicheech](https://github.com/chilicheech))
+- Windows: Fixed double quotes issue in powershell\_out [\#5430](https://github.com/chef/chef/pull/5430) ([NimishaS](https://github.com/NimishaS))
+- User provider: Fix manage\_home provider inconsistency for Mac and FreeBSD providers [\#5423](https://github.com/chef/chef/pull/5423) ([lamont-granquist](https://github.com/lamont-granquist))
+- Revert "Handling double quotes in powershell\_out" [\#5420](https://github.com/chef/chef/pull/5420) ([mwrock](https://github.com/mwrock))
+- Core: Fix for "Chefspec template rendering fails when cookbook\_name != directory name" [\#5417](https://github.com/chef/chef/pull/5417) ([lamont-granquist](https://github.com/lamont-granquist))
+- User provider: Fix solaris handling for useradd -m/-M behavior [\#5408](https://github.com/chef/chef/pull/5408) ([coderanger](https://github.com/coderanger))
+
+**Closed issues:**
+
+- windows\_service should be able to install if missing [\#5530](https://github.com/chef/chef/issues/5530)
+- Unable to bootstrap a new node [\#5528](https://github.com/chef/chef/issues/5528)
+- Output from `client.rb` doesn't get logged to the log file. [\#5526](https://github.com/chef/chef/issues/5526)
+- Default config file drive on windows doesn't support non-system drive installations [\#5477](https://github.com/chef/chef/issues/5477)
+- chef-solo logs error and cancels recipe run when creating directory on remote node [\#5470](https://github.com/chef/chef/issues/5470)
+- yum\_repository: cache should be purged before repository config file is deleted [\#5459](https://github.com/chef/chef/issues/5459)
+- Solaris IPS packages are missing some symlinks found in the pre-IPS packages [\#5458](https://github.com/chef/chef/issues/5458)
+- Release chef-config 12.15.19 [\#5449](https://github.com/chef/chef/issues/5449)
+- chef 12.15 breaks mutability of the node object [\#5447](https://github.com/chef/chef/issues/5447)
+- User resource fails with "usermod: no flags given" [\#5444](https://github.com/chef/chef/issues/5444)
+- ohai mount size bug with duplicate mount points [\#5442](https://github.com/chef/chef/issues/5442)
+- Accumulator Patterns as Resources are still Somewhat Unsatisfying [\#5438](https://github.com/chef/chef/issues/5438)
+- Is chef server able to be deployed in a relative url? [\#5437](https://github.com/chef/chef/issues/5437)
+- Chef encountered an error attempting to create the client WITH \[\[Scalr\]\] [\#5435](https://github.com/chef/chef/issues/5435)
+- There is no -M option for useradd on Solaris [\#5403](https://github.com/chef/chef/issues/5403)
+
+**Merged pull requests:**
+
+- Windows: search for config on same drive as executable location [\#5478](https://github.com/chef/chef/pull/5478) ([jkerry](https://github.com/jkerry))
+- Mac: Ensure that launchd limit\_load\_to\_session\_type is properly handled [\#5424](https://github.com/chef/chef/pull/5424) ([erikng](https://github.com/erikng))
## [v12.16.42](https://github.com/chef/chef/tree/v12.16.42) (2016-11-04)
[Full Changelog](https://github.com/chef/chef/compare/v12.15.19...v12.16.42)
@@ -1267,4 +1334,4 @@ of partial templates.
* Windows package type should be a symbol (Fixes #1997)
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index f6815b9993..f9d14988b1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,10 +33,10 @@ GIT
PATH
remote: .
specs:
- chef (12.17.0)
+ chef (12.17.1)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.0)
+ chef-config (= 12.17.1)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -62,10 +62,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.17.0-universal-mingw32)
+ chef (12.17.1-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.0)
+ chef-config (= 12.17.1)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -106,7 +106,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.17.0)
+ chef-config (12.17.1)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index dfd39f4bf7..d55ec9232a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.17.0
+12.17.1 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index a197885eb5..fae7590ae3 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.17.0"
+ VERSION = "12.17.1"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 4b1a6c6926..980842df4d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.17.0"
+ VERSION = "12.17.1"
end
#