diff options
author | Scott Christopherson <scott@scott-christopherson.com> | 2017-01-23 21:30:46 -0500 |
---|---|---|
committer | Scott Christopherson <scott@scott-christopherson.com> | 2017-01-23 21:37:30 -0500 |
commit | 86dbcf595e1687195c3182bf640376359f8958cd (patch) | |
tree | 30155b1d0d6cb16dac3e2a1d281a7b4c03011b4d | |
parent | ec1c764db7a9019b1a0afe6afbecd93cb2cf93f4 (diff) | |
download | chef-12.19-bump.tar.gz |
Bump minor version to 12.1912.19-bump
Signed-off-by: Scott Christopherson <scott@chef.io>
-rw-r--r-- | Gemfile.lock | 30 | ||||
-rw-r--r-- | HISTORY.md | 26 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 44 insertions, 18 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 56df498470..647102a78e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/chef-server - revision: e32b083df4820d8d78ad92094aa2b209e08d3f31 + revision: 96c04f9941f96c8be993b7103a0deb221f054120 specs: oc-chef-pedant (2.2.0) activesupport (>= 4.2.7.1, < 6.0) @@ -47,10 +47,10 @@ GIT PATH remote: . specs: - chef (12.18.48) + chef (12.19.0) addressable bundler (>= 1.10) - chef-config (= 12.18.48) + chef-config (= 12.19.0) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -76,10 +76,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.18.48-universal-mingw32) + chef (12.19.0-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.18.48) + chef-config (= 12.19.0) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -120,7 +120,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.18.48) + chef-config (12.19.0) addressable fuzzyurl mixlib-config (~> 2.0) @@ -139,13 +139,13 @@ GEM mixlib-cli (~> 1.4) artifactory (2.5.1) ast (2.3.0) - aws-sdk (2.6.48) - aws-sdk-resources (= 2.6.48) - aws-sdk-core (2.6.48) + aws-sdk (2.7.0) + aws-sdk-resources (= 2.7.0) + aws-sdk-core (2.7.0) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.6.48) - aws-sdk-core (= 2.6.48) + aws-sdk-resources (2.7.0) + aws-sdk-core (= 2.7.0) aws-sigv4 (1.0.0) backports (3.6.8) binding_of_caller (0.7.2) @@ -164,7 +164,7 @@ GEM net-ssh-gateway (~> 1.2) winrm-fs (~> 1.0) chef-sugar (3.4.0) - chef-zero (5.1.1) + chef-zero (5.2.0) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) mixlib-log (~> 1.3) @@ -209,7 +209,7 @@ GEM multipart-post (>= 1.2, < 3) faraday-http-cache (2.0.0) faraday (~> 0.8) - faraday_middleware (0.11.0) + faraday_middleware (0.11.0.1) faraday (>= 0.7.4, < 1.0) fauxhai (3.10.0) net-ssh @@ -268,7 +268,7 @@ GEM multi_json retryable (~> 2.0) test-kitchen (~> 1.4, >= 1.4.1) - kitchen-sync (2.1.1) + kitchen-sync (2.1.2) net-sftp test-kitchen (>= 1.0.0) kitchen-vagrant (1.0.0) @@ -296,7 +296,7 @@ GEM mixlib-log mixlib-cli (1.7.0) mixlib-config (2.2.4) - mixlib-install (2.1.9) + mixlib-install (2.1.10) artifactory mixlib-shellout mixlib-versioning diff --git a/HISTORY.md b/HISTORY.md index 9313404448..acce953a47 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,29 @@ +## [v12.18.31](https://github.com/chef/chef/tree/v12.18.31) (2017-01-11) +[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.31) + +**Implemented enhancements:** + +- yum\_repository: Allow baseurl to be an array & allow fastestmirror\_enabled false [\#5708](https://github.com/chef/chef/pull/5708) ([tas50](https://github.com/tas50)) +- Adding returns property to chocolatey\_package resource [\#5688](https://github.com/chef/chef/pull/5688) ([Vasu1105](https://github.com/Vasu1105)) +- Code cleanup in the user provider [\#5674](https://github.com/chef/chef/pull/5674) ([lamont-granquist](https://github.com/lamont-granquist)) +- Code cleanup in the group provider [\#5673](https://github.com/chef/chef/pull/5673) ([lamont-granquist](https://github.com/lamont-granquist)) +- Core: Formally deprecate run\_command [\#5666](https://github.com/chef/chef/pull/5666) ([lamont-granquist](https://github.com/lamont-granquist)) +- Set MSI Scheduled Task name to match chef-client cookbook managed name [\#5657](https://github.com/chef/chef/pull/5657) ([mwrock](https://github.com/mwrock)) +- remove Chef::Platform::HandlerMap [\#5636](https://github.com/chef/chef/pull/5636) ([lamont-granquist](https://github.com/lamont-granquist)) +- Core: Properly deprecate old Chef::Platform methods [\#5631](https://github.com/chef/chef/pull/5631) ([lamont-granquist](https://github.com/lamont-granquist)) + +**Fixed bugs:** + +- Fix error thrown by solo when run on Windows as SYSTEM [\#5693](https://github.com/chef/chef/pull/5693) ([scottopherson](https://github.com/scottopherson)) +- Report a blank resource if sensitive is enabled [\#5668](https://github.com/chef/chef/pull/5668) ([afiune](https://github.com/afiune)) +- Ensure node.docker? returns boolean [\#5645](https://github.com/chef/chef/pull/5645) ([andrewjamesbrown](https://github.com/andrewjamesbrown)) +- Fix Data Collector organization parsing regex [\#5630](https://github.com/chef/chef/pull/5630) ([adamleff](https://github.com/adamleff)) +- Core: Use object ID when detected unprocessed Resources [\#5604](https://github.com/chef/chef/pull/5604) ([adamleff](https://github.com/adamleff)) + +**Merged pull requests:** + +- Core: fix node attribute "unless" API methods [\#5717](https://github.com/chef/chef/pull/5717) ([lamont-granquist](https://github.com/lamont-granquist)) + ## [v12.17.44](https://github.com/chef/chef/tree/v12.17.44) (2016-12-07) [Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.44) @@ -1 +1 @@ -12.18.48
\ No newline at end of file +12.19.0
\ 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 d1f8ca2b3f..8e1aa77f4a 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.18.48" + VERSION = "12.19.0" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 8d2f397214..6c66fa7514 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.18.48" + VERSION = "12.19.0" end # |