diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f916a169..227226788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,20 @@ # Change Log - -## [v3.0.64](https://github.com/inspec/inspec/tree/v3.0.64) (2018-12-06) - -#### Enhancements -- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + - -### Changes since 3.0.61 release - -#### Enhancements -- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) -- Remove Habitat package run time dependencies from Habitat plan [#3645](https://github.com/inspec/inspec/pull/3645) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) -- Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50)) + +## [v3.0.64](https://github.com/inspec/inspec/tree/v3.0.64) (2018-12-06) + +#### Enhancements +- Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50)) +- Remove Habitat package run time dependencies from Habitat plan [#3645](https://github.com/inspec/inspec/pull/3645) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + + ## [v3.0.61](https://github.com/inspec/inspec/tree/v3.0.61) (2018-11-29) #### New Features @@ -35,7 +33,6 @@ - Revert setting RSpec expectation syntax to 'should' mode [#3620](https://github.com/inspec/inspec/pull/3620) ([clintoncwolfe](https://github.com/clintoncwolfe)) - lc/add-aws-platform-template [#3622](https://github.com/inspec/inspec/pull/3622) ([Caprowni](https://github.com/Caprowni)) - Add SQLcl to Oracledb_session Doc [#3632](https://github.com/inspec/inspec/pull/3632) ([ibsavage](https://github.com/ibsavage)) - ## [v3.0.52](https://github.com/inspec/inspec/tree/v3.0.52) (2018-11-15) diff --git a/Dockerfile b/Dockerfile index d7f310f83..6ecb0e8b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=3.0.61 +ARG VERSION=3.0.64 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share