diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c37d953..bb68b3417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,22 @@ # Change Log - -## [v3.8.1](https://github.com/inspec/inspec/tree/v3.8.1) (2019-04-01) - -#### Merged Pull Requests -- Include train-habitat gem with InSpec [#3912](https://github.com/inspec/inspec/pull/3912) ([clintoncwolfe](https://github.com/clintoncwolfe)) + - -### Changes since 3.7.11 release - -#### New Features -- automate reporter: Add top-level 'passthrough' field [#3906](https://github.com/inspec/inspec/pull/3906) ([clintoncwolfe](https://github.com/clintoncwolfe)) - -#### Merged Pull Requests -- Include train-habitat gem with InSpec [#3912](https://github.com/inspec/inspec/pull/3912) ([clintoncwolfe](https://github.com/clintoncwolfe)) -- Don't include plugin test files in the gem file [#3911](https://github.com/inspec/inspec/pull/3911) ([tas50](https://github.com/tas50)) + +## [v3.9.0](https://github.com/inspec/inspec/tree/v3.9.0) (2019-04-02) + +#### New Features +- automate reporter: Add top-level 'passthrough' field [#3906](https://github.com/inspec/inspec/pull/3906) ([clintoncwolfe](https://github.com/clintoncwolfe)) + +#### Merged Pull Requests +- Don't include plugin test files in the gem file [#3911](https://github.com/inspec/inspec/pull/3911) ([tas50](https://github.com/tas50)) +- Include train-habitat gem with InSpec [#3912](https://github.com/inspec/inspec/pull/3912) ([clintoncwolfe](https://github.com/clintoncwolfe)) + + ## [v3.7.11](https://github.com/inspec/inspec/tree/v3.7.11) (2019-03-22) #### Enhancements @@ -38,7 +36,6 @@ - Rewrite inspec-habitat plugin [#3818](https://github.com/inspec/inspec/pull/3818) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Adds a v4 release to the expeditor config [#3816](https://github.com/inspec/inspec/pull/3816) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fixes resource example indentation [#3898](https://github.com/inspec/inspec/pull/3898) ([burtlo](https://github.com/burtlo)) - ## [v3.7.1](https://github.com/inspec/inspec/tree/v3.7.1) (2019-03-02) diff --git a/Dockerfile b/Dockerfile index 2314efaca..d9c2e8b6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=3.7.11 +ARG VERSION=3.9.0 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share