summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-27 02:33:28 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-27 02:33:28 +0000
commit336f21b7a19f73aa5487611aeef50b1efb02bb05 (patch)
tree01e17e25d2b265b47c134326dd37ce5520364cae
parent8744346df4475d081928af698eafd782d2fdf307 (diff)
downloadchef-12.19.38.tar.gz
Bump version of chef to 12.19.38 by Chef Versioner.v12.19.38
-rw-r--r--CHANGELOG.md8
-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, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 639f3539fb..e2d50e9ce8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +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).
-## [v12.19.37](https://github.com/chef/chef/tree/v12.19.37) (2017-02-23)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.33...v12.19.37)
-
-**Closed issues:**
-
-- apt\_package :install w/ options broken in 12.19.33 [\#5836](https://github.com/chef/chef/issues/5836)
-- Package on Windows 64-Bit [\#5745](https://github.com/chef/chef/issues/5745)
-
## [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)
diff --git a/Dockerfile b/Dockerfile
index 222b79183a..cf1f1a64dd 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.33
+ARG VERSION=12.19.36
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 4767ccb081..2d2f5e67f4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -46,10 +46,10 @@ GIT
PATH
remote: .
specs:
- chef (12.19.37)
+ chef (12.19.38)
addressable
bundler (>= 1.10)
- chef-config (= 12.19.37)
+ chef-config (= 12.19.38)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -75,10 +75,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.19.37-universal-mingw32)
+ chef (12.19.38-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.19.37)
+ chef-config (= 12.19.38)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -119,7 +119,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.19.37)
+ chef-config (12.19.38)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index ed70d41cef..1e487f6af3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.19.37 \ No newline at end of file
+12.19.38 \ 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 bf1cd5ac51..49d6ac19a0 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.19.37"
+ VERSION = "12.19.38"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 52f3eceba7..a7b2fd26c7 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.19.37"
+ VERSION = "12.19.38"
end
#