Skip to content

Commit

Permalink
Bump version of chef to 12.19.38 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed Feb 27, 2017
1 parent 8744346 commit 336f21b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <[email protected]>

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 && \
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.19.37
12.19.38
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "12.19.37"
VERSION = "12.19.38"
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = "12.19.37"
VERSION = "12.19.38"
end

#
Expand Down

0 comments on commit 336f21b

Please sign in to comment.