summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-10 18:58:51 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-10 18:58:51 +0000
commitb29b391540624156f10da9d8b5487b3e9b0bc5eb (patch)
treecfe07f6971c22d4eee1021244e23cdec346df510
parent429a9b9a1a8add3dfae571ccabeab00ebaf3d408 (diff)
downloadchef-b29b391540624156f10da9d8b5487b3e9b0bc5eb.tar.gz
Bump version of chef to 13.1.1 by Chef Versioner.v13.1.1
-rw-r--r--CHANGELOG.md61
-rw-r--r--Dockerfile2
-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
6 files changed, 9 insertions, 70 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad6ece53b6..ae8be443e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,66 +1,5 @@
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).
-## [v13.0.112](https://github.com/chef/chef/tree/v13.0.112) (2017-04-06)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.112)
-
-**Merged pull requests:**
-
-- Chef-13: better solution to gem\_package source issues [\#6028](https://github.com/chef/chef/pull/6028) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef 13: Remove the knife cookbook create command in favor of Chef-DK [\#6024](https://github.com/chef/chef/pull/6024) ([tas50](https://github.com/tas50))
-- Ensure DataBagItems are a Mash [\#6018](https://github.com/chef/chef/pull/6018) ([thommay](https://github.com/thommay))
-- RFC 59 - Load ohai plugins [\#6017](https://github.com/chef/chef/pull/6017) ([thommay](https://github.com/thommay))
-- Implement RFC033: Root aliases [\#6015](https://github.com/chef/chef/pull/6015) ([coderanger](https://github.com/coderanger))
-- Chef-13: shell\_out PATH fixes and path\_sanity changes [\#6014](https://github.com/chef/chef/pull/6014) ([lamont-granquist](https://github.com/lamont-granquist))
-- Remove use\_inline\_resources [\#6013](https://github.com/chef/chef/pull/6013) ([coderanger](https://github.com/coderanger))
-- No more knife cookbook site vendor [\#6008](https://github.com/chef/chef/pull/6008) ([coderanger](https://github.com/coderanger))
-- Allow lazy{} to be used in template resource variables. [\#6005](https://github.com/chef/chef/pull/6005) ([coderanger](https://github.com/coderanger))
-- Chef-13: Freeze property defaults [\#6003](https://github.com/chef/chef/pull/6003) ([coderanger](https://github.com/coderanger))
-- Make Standardized Exit Codes The Default Behavior [\#6001](https://github.com/chef/chef/pull/6001) ([smurawski](https://github.com/smurawski))
-- Chef-13: Remove the consts for DSL-based resources/providers [\#6000](https://github.com/chef/chef/pull/6000) ([coderanger](https://github.com/coderanger))
-- Chef-13: tweaks to rubygems source option for urls [\#5995](https://github.com/chef/chef/pull/5995) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13 knife search exit 1 when no results [\#5994](https://github.com/chef/chef/pull/5994) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove iconv from the chef build [\#5993](https://github.com/chef/chef/pull/5993) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: coerce package options property to an Array [\#5991](https://github.com/chef/chef/pull/5991) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: turn on zypper gpg checks by default [\#5990](https://github.com/chef/chef/pull/5990) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove deprecated knife subcommand APIs [\#5989](https://github.com/chef/chef/pull/5989) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: Remove deprecated Chef::ResourceResolver.resource API [\#5988](https://github.com/chef/chef/pull/5988) ([lamont-granquist](https://github.com/lamont-granquist))
-- Expand the system info displayed on error to give us some more data to work with when helping users [\#5987](https://github.com/chef/chef/pull/5987) ([coderanger](https://github.com/coderanger))
-- Chef-13: remove deprecated run\_command API entirely [\#5985](https://github.com/chef/chef/pull/5985) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: fix notifying array resources [\#5984](https://github.com/chef/chef/pull/5984) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove deprecated launchd resource hash property [\#5983](https://github.com/chef/chef/pull/5983) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove Chef::Resource.updated= [\#5982](https://github.com/chef/chef/pull/5982) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove more deprecated method\_missing access [\#5979](https://github.com/chef/chef/pull/5979) ([lamont-granquist](https://github.com/lamont-granquist))
-- fix knife ssh --exit-on-error [\#5978](https://github.com/chef/chef/pull/5978) ([tchernomax](https://github.com/tchernomax))
-- apply knife search node fuzzifier to knife ssh [\#5977](https://github.com/chef/chef/pull/5977) ([lamont-granquist](https://github.com/lamont-granquist))
-- Add policy\_name and policy\_group indexes to converge message sent to data-collector [\#5973](https://github.com/chef/chef/pull/5973) ([itmustbejj](https://github.com/itmustbejj))
-- Allow users to opt out of the systemd\_unit verifier [\#5971](https://github.com/chef/chef/pull/5971) ([nathwill](https://github.com/nathwill))
-- set default guard\_interpreter to powershell\_script [\#5966](https://github.com/chef/chef/pull/5966) ([Happycoil](https://github.com/Happycoil))
-- Retry API requests if using an unsupported version [\#5960](https://github.com/chef/chef/pull/5960) ([thommay](https://github.com/thommay))
-- disable building nokogiri on windows for now [\#5958](https://github.com/chef/chef/pull/5958) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: Make ActionClass a class [\#5952](https://github.com/chef/chef/pull/5952) ([lamont-granquist](https://github.com/lamont-granquist))
-- Fix action class weirdness in Chef-13 [\#5946](https://github.com/chef/chef/pull/5946) ([lamont-granquist](https://github.com/lamont-granquist))
-- Bump nokogiri for CVE-2016-4658 [\#5943](https://github.com/chef/chef/pull/5943) ([brugidou](https://github.com/brugidou))
-- Fix gem installs via gem in metadata if more than 1 cookbook references the same gem [\#5942](https://github.com/chef/chef/pull/5942) ([brugidou](https://github.com/brugidou))
-- Make ResourceReporter smarter to get resource identity and state [\#5941](https://github.com/chef/chef/pull/5941) ([afiune](https://github.com/afiune))
-- Don't `rescue Exception` in retryable resources [\#5940](https://github.com/chef/chef/pull/5940) ([srenatus](https://github.com/srenatus))
-- Chef-13: Support nameless resources and remove deprecated multi-arg resources [\#5938](https://github.com/chef/chef/pull/5938) ([lamont-granquist](https://github.com/lamont-granquist))
-- Add InSpec to chef omnibus builds [\#5937](https://github.com/chef/chef/pull/5937) ([adamleff](https://github.com/adamleff))
-- Use the ruby 2.4.1 release [\#5936](https://github.com/chef/chef/pull/5936) ([thommay](https://github.com/thommay))
-- Chef-13: Simplify DSL creation [\#5934](https://github.com/chef/chef/pull/5934) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: Remove deprecated Chef::Client attrs [\#5932](https://github.com/chef/chef/pull/5932) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove method\_missing from the DSL [\#5930](https://github.com/chef/chef/pull/5930) ([lamont-granquist](https://github.com/lamont-granquist))
-- V2 Cookbook Manifests [\#5929](https://github.com/chef/chef/pull/5929) ([thommay](https://github.com/thommay))
-- Chef-13: remove node\_map back-compat [\#5926](https://github.com/chef/chef/pull/5926) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove deprecated run\_context methods [\#5925](https://github.com/chef/chef/pull/5925) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: Remove support for the sort option to searches. [\#5924](https://github.com/chef/chef/pull/5924) ([coderanger](https://github.com/coderanger))
-- Chef-13: remove Chef::ShellOut [\#5923](https://github.com/chef/chef/pull/5923) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove more deprecated provider\_resolver code [\#5920](https://github.com/chef/chef/pull/5920) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove old platform mapping code [\#5914](https://github.com/chef/chef/pull/5914) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove the old rake tasks [\#5913](https://github.com/chef/chef/pull/5913) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: raise on properties redefining inherited methods [\#5912](https://github.com/chef/chef/pull/5912) ([lamont-granquist](https://github.com/lamont-granquist))
-- fix node\#debug\_value access through arrays [\#5911](https://github.com/chef/chef/pull/5911) ([lamont-granquist](https://github.com/lamont-granquist))
-- Remove Chef::REST [\#5910](https://github.com/chef/chef/pull/5910) ([thommay](https://github.com/thommay))
-
## [v12.19.33](https://github.com/chef/chef/tree/v12.19.33) (2017-02-16)
[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.33)
diff --git a/Dockerfile b/Dockerfile
index cf1f1a64dd..d18adede4b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=12.19.36
+ARG VERSION=13.0.113
RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/5/chef-${VERSION}-1.el5.x86_64.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \
diff --git a/Gemfile.lock b/Gemfile.lock
index 3058f2124d..afbed36b15 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -96,10 +96,10 @@ GIT
PATH
remote: .
specs:
- chef (13.0.113)
+ chef (13.1.1)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.113)
+ chef-config (= 13.1.1)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -126,10 +126,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.0.113-universal-mingw32)
+ chef (13.1.1-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.113)
+ chef-config (= 13.1.1)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -171,7 +171,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.0.113)
+ chef-config (13.1.1)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 03c39bfe83..2e7dfda226 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.1.0 \ No newline at end of file
+13.1.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 f943c5a2c0..afef6ccf1d 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 = "13.0.113"
+ VERSION = "13.1.1"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9d97886727..4c613b8c8a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.113"
+ VERSION = "13.1.1"
end
#