summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-02-09 18:07:31 -0700
committertyler-ball <tyleraball@gmail.com>2016-02-09 18:07:31 -0700
commit85e1c6dfcfe57b6a178f28f962bb2f060253b77b (patch)
treebfcc9f803e9ab56e8fcefe94c3448014001ee49c
parent7755b93c72ef33d5041b6a9c4b53bcf29814579d (diff)
downloadchef-1271_release_prep.tar.gz
VERSION change and CHANGELOG for 12.7.1 release1271_release_prep
-rw-r--r--CHANGELOG.md68
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 39 insertions, 35 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce6551c3eb..6ca42d3c19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@
[pr#4399](https://github.com/chef/chef/pull/4399) Correctly save policy_name and policy_group with `knife node edit`
* [**Brian Goad**](https://github.com/bbbco)
[pr#4315](https://github.com/chef/chef/pull/4315) Add extra tests around whether to skip with multiple guards
+* [**Daniel Steen**](https://github.com/dansteen)
+ [pr#3183](https://github.com/chef/chef/pull/3183) Provide more helpful error message when accidentally using --secret instead of --secret-file
* [pr#4516](https://github.com/chef/chef/pull/4516) Return propper error messages when using windows based `mount`, `user` and `group` resources
* [pr#4500](https://github.com/chef/chef/pull/4500) Explicitly declare directory permissions of chef install on windows to restrict rights on Windows client versions
@@ -20,38 +22,40 @@
* [pr#4479](https://github.com/chef/chef/pull/4479) Remove incorrect cookbook artifact normalization
* [pr#4470](https://github.com/chef/chef/pull/4470) Fix sh spacing issues
* [pr#4434](https://github.com/chef/chef/pull/4434) adds EOFError message to handlers
-* [pr#4422](https://github.com/chef/chef/pull/4422) Add an apt_update resource
-* [pr#4287](https://github.com/chef/chef/pull/4287) Default Chef with FIPS OpenSSL to use sign v1.3
-* [pr#4461](https://github.com/chef/chef/pull/4461) debian-6 is EOL next month
-* [pr#4460](https://github.com/chef/chef/pull/4460) Set range of system user/group id to max of 200
-* [pr#4231](https://github.com/chef/chef/pull/4231) zypper multipackage patch
-* [pr#4459](https://github.com/chef/chef/pull/4459) use require_paths and not path so bundler grabs all paths from a git reference
-* [pr#4450](https://github.com/chef/chef/pull/4450) don't warn about ambiguous property usage
-* [pr#4445](https://github.com/chef/chef/pull/4445) Add CBGB to the repository
-* [pr#4423](https://github.com/chef/chef/pull/4423) Add deprecation warnings to Chef::REST and all json_creates
-* [pr#4439](https://github.com/chef/chef/pull/4439) Sometimes chocolately doesn't appear on the path
-* [pr#4432](https://github.com/chef/chef/pull/4432) add get_rest etc calls to ServerAPI
-* [pr#4435](https://github.com/chef/chef/pull/4435) add nokogiri to omnibus-chef
-* [pr#4419](https://github.com/chef/chef/pull/4419) explicitly adding .bat to service executable called by service in case users remove .bat from PATHEXT
-* [pr#4413](https://github.com/chef/chef/pull/4413) configure chef client windows service to the correct chef directory
-* [pr#4377](https://github.com/chef/chef/pull/4377) fixing candidate filtering and adding functional tests for chocolatey_package
-* [pr#4406](https://github.com/chef/chef/pull/4406) Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280
-* [pr#4405](https://github.com/chef/chef/pull/4405) ServerAPI will return a raw hash, so do that
-* [pr#4400](https://github.com/chef/chef/pull/4400) inflate an environment after loading it
-* [pr#4396](https://github.com/chef/chef/pull/4396) Remove duplicate initialization of @password in user_v1
-* [pr#4344](https://github.com/chef/chef/pull/4344) Warn (v. info) when reloading resources
-* [pr#4369](https://github.com/chef/chef/pull/4369) Migrate omnibus-chef project/software definitions for chef in here
-* [pr#4106](https://github.com/chef/chef/pull/4106) add chocolatey_package to core chef
-* [pr#4321](https://github.com/chef/chef/pull/4321) fix run_as_user of windows_service
-* [pr#4333](https://github.com/chef/chef/pull/4333) no longer wait on node search to refresh vault but pass created ApiCient instead
-* [pr#4325](https://github.com/chef/chef/pull/4325) Pin win32-eventlog to 0.6.3 to avoid clashing CreateEvent definition
-* [pr#4312](https://github.com/chef/chef/pull/4312) Updates the template to use omnitruck-direct.chef.io
-* [pr#4277](https://github.com/chef/chef/pull/4277) non msi packages must explicitly provide a source attribute on install
-* [pr#4309](https://github.com/chef/chef/pull/4309) tags always an array; fix set_unless
-* [pr#4278](https://github.com/chef/chef/pull/4278) make file resource use properties
-* [pr#4288](https://github.com/chef/chef/pull/4288) Fix no_proxy setting in chef-config
-* [pr#4273](https://github.com/chef/chef/pull/4273) Use signing protocol 1.1 by default
-* [pr#4520](https://github.com/chef/chef/pull/4520) Fix a few `dsc_resource` bugs
+* [pr#4422](https://github.com/chef/chef/pull/4422) Add an apt_update resource
+* [pr#4287](https://github.com/chef/chef/pull/4287) Default Chef with FIPS OpenSSL to use sign v1.3
+* [pr#4461](https://github.com/chef/chef/pull/4461) debian-6 is EOL next month
+* [pr#4460](https://github.com/chef/chef/pull/4460) Set range of system user/group id to max of 200
+* [pr#4231](https://github.com/chef/chef/pull/4231) zypper multipackage patch
+* [pr#4459](https://github.com/chef/chef/pull/4459) use require_paths and not path so bundler grabs all paths from a git reference
+* [pr#4450](https://github.com/chef/chef/pull/4450) don't warn about ambiguous property usage
+* [pr#4445](https://github.com/chef/chef/pull/4445) Add CBGB to the repository
+* [pr#4423](https://github.com/chef/chef/pull/4423) Add deprecation warnings to Chef::REST and all json_creates
+* [pr#4439](https://github.com/chef/chef/pull/4439) Sometimes chocolately doesn't appear on the path
+* [pr#4432](https://github.com/chef/chef/pull/4432) add get_rest etc calls to ServerAPI
+* [pr#4435](https://github.com/chef/chef/pull/4435) add nokogiri to omnibus-chef
+* [pr#4419](https://github.com/chef/chef/pull/4419) explicitly adding .bat to service executable called by service in case users remove .bat from PATHEXT
+* [pr#4413](https://github.com/chef/chef/pull/4413) configure chef client windows service to the correct chef directory
+* [pr#4377](https://github.com/chef/chef/pull/4377) fixing candidate filtering and adding functional tests for chocolatey_package
+* [pr#4406](https://github.com/chef/chef/pull/4406) Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280
+* [pr#4405](https://github.com/chef/chef/pull/4405) ServerAPI will return a raw hash, so do that
+* [pr#4400](https://github.com/chef/chef/pull/4400) inflate an environment after loading it
+* [pr#4396](https://github.com/chef/chef/pull/4396) Remove duplicate initialization of @password in user_v1
+* [pr#4344](https://github.com/chef/chef/pull/4344) Warn (v. info) when reloading resources
+* [pr#4369](https://github.com/chef/chef/pull/4369) Migrate omnibus-chef project/software definitions for chef in here
+* [pr#4106](https://github.com/chef/chef/pull/4106) add chocolatey_package to core chef
+* [pr#4321](https://github.com/chef/chef/pull/4321) fix run_as_user of windows_service
+* [pr#4333](https://github.com/chef/chef/pull/4333) no longer wait on node search to refresh vault but pass created ApiCient instead
+* [pr#4325](https://github.com/chef/chef/pull/4325) Pin win32-eventlog to 0.6.3 to avoid clashing CreateEvent definition
+* [pr#4312](https://github.com/chef/chef/pull/4312) Updates the template to use omnitruck-direct.chef.io
+* [pr#4277](https://github.com/chef/chef/pull/4277) non msi packages must explicitly provide a source attribute on install
+* [pr#4309](https://github.com/chef/chef/pull/4309) tags always an array; fix set_unless
+* [pr#4278](https://github.com/chef/chef/pull/4278) make file resource use properties
+* [pr#4288](https://github.com/chef/chef/pull/4288) Fix no_proxy setting in chef-config
+* [pr#4273](https://github.com/chef/chef/pull/4273) Use signing protocol 1.1 by default
+* [pr#4520](https://github.com/chef/chef/pull/4520) Fix a few `dsc_resource` bugs
+* [pr#4532](https://github.com/chef/chef/pull/4532) Bump Bundler + Rubygems
+* [pr#4550](https://github.com/chef/chef/pull/4550) Use a streaming request to download cookbook
## 12.6.0
diff --git a/VERSION b/VERSION
index e12d94fbf3..86270ea610 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.7.0
+12.7.1
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 965ac17ce7..1ca332defb 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.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = "12.7.0"
+ VERSION = "12.7.1"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d74aeeda56..166ecf33d1 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = "12.7.0"
+ VERSION = "12.7.1"
end
#