summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-07 21:26:35 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-07 21:26:35 +0000
commitf95b79d0d2748c1b9d571d78926f73ae0131207e (patch)
treea168c0e97c04efc64118e7f26a56ef86de3210ff
parentaf0f3fc9d2b9b35ad06647bf11cba0dea12cc517 (diff)
downloadchef-f95b79d0d2748c1b9d571d78926f73ae0131207e.tar.gz
Update CHANGELOG.md to reflect the promotion of 13.8.5
-rw-r--r--CHANGELOG.md21
-rw-r--r--Dockerfile2
2 files changed, 10 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 412e16bc5a..952c6ec8be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,27 +1,24 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.8.5 -->
-## [v13.8.5](https://github.com/chef/chef/tree/v13.8.5) (2018-03-07)
-
-#### Merged Pull Requests
-- lock ffi at 1.9.21 [#6960](https://github.com/chef/chef/pull/6960) ([thommay](https://github.com/thommay))
+<!-- latest_release -->
<!-- latest_release -->
-<!-- release_rollup since=13.8.3 -->
-### Changes since 13.8.3 release
-
-#### Merged Pull Requests
-- lock ffi at 1.9.21 [#6960](https://github.com/chef/chef/pull/6960) ([thommay](https://github.com/thommay)) <!-- 13.8.5 -->
-- [knife] Don&#39;t crash when a deprecated cookbook has no replacement (#6853) [#6936](https://github.com/chef/chef/pull/6936) ([tas50](https://github.com/tas50)) <!-- 13.8.4 -->
+<!-- release_rollup -->
<!-- release_rollup -->
<!-- latest_stable_release -->
+## [v13.8.5](https://github.com/chef/chef/tree/v13.8.5) (2018-03-07)
+
+#### Merged Pull Requests
+- [knife] Don&#39;t crash when a deprecated cookbook has no replacement (#6853) [#6936](https://github.com/chef/chef/pull/6936) ([tas50](https://github.com/tas50))
+- lock ffi at 1.9.21 [#6960](https://github.com/chef/chef/pull/6960) ([thommay](https://github.com/thommay))
+<!-- latest_stable_release -->
+
## [v13.8.3](https://github.com/chef/chef/tree/v13.8.3) (2018-03-05)
#### Merged Pull Requests
- Link to the knife.rb docs when the knife.rb file is missing [#6892](https://github.com/chef/chef/pull/6892) ([tas50](https://github.com/tas50))
- Revert &quot;Revert &quot;fixup some unit tests&quot;&quot; [#6912](https://github.com/chef/chef/pull/6912) ([lamont-granquist](https://github.com/lamont-granquist))
- Bump depenencies to pull in Ohai 13.8 / InSpec 1.51.21 [#6934](https://github.com/chef/chef/pull/6934) ([tas50](https://github.com/tas50))
-<!-- latest_stable_release -->
## [v13.8.0](https://github.com/chef/chef/tree/v13.8.0) (2018-02-27)
diff --git a/Dockerfile b/Dockerfile
index 03f9044ab1..0a80af8167 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.8.3
+ARG VERSION=13.8.5
RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/6/chef-${VERSION}-1.el6.x86_64.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \