From fa385c0b33035151d681184fc2a4d29fe4ff796a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 20 Jul 2018 00:34:39 +0000 Subject: [PATCH] Update CHANGELOG.md to reflect the promotion of 2.2.41 --- CHANGELOG.md | 37 +++++++++++++++++-------------------- Dockerfile | 2 +- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980c51363..6eac4e027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,31 @@ # Change Log - -## [v2.2.41](https://github.com/inspec/inspec/tree/v2.2.41) (2018-07-19) - -#### New Features -- Add Alpine package provider [#3215](https://github.com/inspec/inspec/pull/3215) ([damacus](https://github.com/damacus)) + - -### Changes since 2.2.35 release - -#### Enhancements -- Ensure resources fail that target something that isn't supported [#3231](https://github.com/inspec/inspec/pull/3231) ([miah](https://github.com/miah)) -- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe)) - -#### New Features -- Add Alpine package provider [#3215](https://github.com/inspec/inspec/pull/3215) ([damacus](https://github.com/damacus)) -- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - -#### Merged Pull Requests -- Update hab package to use psql client [#3234](https://github.com/inspec/inspec/pull/3234) ([jquick](https://github.com/jquick)) -- docs: Fix formatting/style on InSpec DSL page [#3201](https://github.com/inspec/inspec/pull/3201) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + +## [v2.2.41](https://github.com/inspec/inspec/tree/v2.2.41) (2018-07-20) + +#### New Features +- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Add Alpine package provider [#3215](https://github.com/inspec/inspec/pull/3215) ([damacus](https://github.com/damacus)) + +#### Enhancements +- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Ensure resources fail that target something that isn't supported [#3231](https://github.com/inspec/inspec/pull/3231) ([miah](https://github.com/miah)) + +#### Merged Pull Requests +- docs: Fix formatting/style on InSpec DSL page [#3201](https://github.com/inspec/inspec/pull/3201) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Update hab package to use psql client [#3234](https://github.com/inspec/inspec/pull/3234) ([jquick](https://github.com/jquick)) + + ## [v2.2.35](https://github.com/inspec/inspec/tree/v2.2.35) (2018-07-12) #### New Features - A number of bug fixes and new features for oracledb_session resource [#3170](https://github.com/inspec/inspec/pull/3170) ([voroniys](https://github.com/voroniys)) - ## [v2.2.34](https://github.com/inspec/inspec/tree/v2.2.34) (2018-07-05) diff --git a/Dockerfile b/Dockerfile index 19e5237d0..a704d359b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=2.2.35 +ARG VERSION=2.2.41 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share