diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6cd30e8..241bee578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,22 @@ # Change Log - -## [v4.18.114](https://github.com/inspec/inspec/tree/v4.18.114) (2020-05-11) - -#### Merged Pull Requests -- No longer need to include rubygems or bundler software dep [#5020](https://github.com/inspec/inspec/pull/5020) ([tyler-ball](https://github.com/tyler-ball)) + - -### Changes since 4.18.111 release - -#### Enhancements -- Reporter options to truncate message and suppress stacktrace [#4994](https://github.com/inspec/inspec/pull/4994) ([james-stocks](https://github.com/james-stocks)) - -#### Merged Pull Requests -- No longer need to include rubygems or bundler software dep [#5020](https://github.com/inspec/inspec/pull/5020) ([tyler-ball](https://github.com/tyler-ball)) -- Updates README.md to clarify running InSpec local [#4993](https://github.com/inspec/inspec/pull/4993) ([Schwad](https://github.com/Schwad)) + +## [v4.18.114](https://github.com/inspec/inspec/tree/v4.18.114) (2020-05-14) + +#### Enhancements +- Reporter options to truncate message and suppress stacktrace [#4994](https://github.com/inspec/inspec/pull/4994) ([james-stocks](https://github.com/james-stocks)) + +#### Merged Pull Requests +- Updates README.md to clarify running InSpec local [#4993](https://github.com/inspec/inspec/pull/4993) ([Schwad](https://github.com/Schwad)) +- No longer need to include rubygems or bundler software dep [#5020](https://github.com/inspec/inspec/pull/5020) ([tyler-ball](https://github.com/tyler-ball)) + + ## [v4.18.111](https://github.com/inspec/inspec/tree/v4.18.111) (2020-05-06) #### Bug Fixes @@ -27,7 +25,6 @@ #### Merged Pull Requests - Updating automate reporter example config to valid json [#5010](https://github.com/inspec/inspec/pull/5010) ([devopsdina](https://github.com/devopsdina)) - Allows input and control to have the same name [#5001](https://github.com/inspec/inspec/pull/5001) ([Schwad](https://github.com/Schwad)) - ## [v4.18.108](https://github.com/inspec/inspec/tree/v4.18.108) (2020-04-27) diff --git a/Dockerfile b/Dockerfile index d7b70c6b3..46208d07d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ruby:alpine LABEL maintainer="Chef Software, Inc. " ARG EXPEDITOR_VERSION -ARG VERSION=4.18.111 +ARG VERSION=4.18.114 ARG GEM_SOURCE=https://rubygems.org # Allow VERSION below to be controlled by either VERSION or EXPEDITOR_VERSION build arguments