From f7d63bc46cec37c90e3c100bb16691d29b793983 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 29 Jun 2018 13:26:59 +0000 Subject: [PATCH] Update CHANGELOG.md to reflect the promotion of 2.2.27 --- CHANGELOG.md | 43 ++++++++++++++++++++----------------------- Dockerfile | 2 +- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21a94ab2..fc2d0e7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,30 @@ # Change Log - -## [v2.2.27](https://github.com/inspec/inspec/tree/v2.2.27) (2018-06-29) - -#### New Features -- Document exit codes for 'inspec exec' and add --no-distinct-exit option [#3178](https://github.com/inspec/inspec/pull/3178) ([clintoncwolfe](https://github.com/clintoncwolfe)) + - -### Changes since 2.2.20 release - -#### New Features -- Document exit codes for 'inspec exec' and add --no-distinct-exit option [#3178](https://github.com/inspec/inspec/pull/3178) ([clintoncwolfe](https://github.com/clintoncwolfe)) -- Set parent_profile field on child profiles (json report) [#3164](https://github.com/inspec/inspec/pull/3164) ([jquick](https://github.com/jquick)) - -#### Enhancements -- Update core resources with filtertable API changes [#3117](https://github.com/inspec/inspec/pull/3117) ([clintoncwolfe](https://github.com/clintoncwolfe)) -- apache_conf resource: Strip quotes from values [#3142](https://github.com/inspec/inspec/pull/3142) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - -#### Merged Pull Requests -- Add functional tests for nested attributes [#3157](https://github.com/inspec/inspec/pull/3157) ([clintoncwolfe](https://github.com/clintoncwolfe)) - -#### Bug Fixes -- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe)) -- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) + +## [v2.2.27](https://github.com/inspec/inspec/tree/v2.2.27) (2018-06-29) + +#### New Features +- Set parent_profile field on child profiles (json report) [#3164](https://github.com/inspec/inspec/pull/3164) ([jquick](https://github.com/jquick)) +- Document exit codes for 'inspec exec' and add --no-distinct-exit option [#3178](https://github.com/inspec/inspec/pull/3178) ([clintoncwolfe](https://github.com/clintoncwolfe)) + +#### Enhancements +- apache_conf resource: Strip quotes from values [#3142](https://github.com/inspec/inspec/pull/3142) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Update core resources with filtertable API changes [#3117](https://github.com/inspec/inspec/pull/3117) ([clintoncwolfe](https://github.com/clintoncwolfe)) + +#### Bug Fixes +- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) +- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe)) + +#### Merged Pull Requests +- Add functional tests for nested attributes [#3157](https://github.com/inspec/inspec/pull/3157) ([clintoncwolfe](https://github.com/clintoncwolfe)) + + ## [v2.2.20](https://github.com/inspec/inspec/tree/v2.2.20) (2018-06-21) #### Enhancements @@ -36,7 +34,6 @@ #### Merged Pull Requests - Accept symbols and downcased criteria in aws_iam_policy have_statement matcher [#3129](https://github.com/inspec/inspec/pull/3129) ([clintoncwolfe](https://github.com/clintoncwolfe)) - ## [v2.2.16](https://github.com/inspec/inspec/tree/v2.2.16) (2018-06-15) diff --git a/Dockerfile b/Dockerfile index 668e9bf5a..bb31f6897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=2.2.20 +ARG VERSION=2.2.27 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share