From bf5815ed786980c01aa2e382c2a9866f86cec969 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 15 Nov 2018 21:37:48 +0000 Subject: [PATCH] Executed '.expeditor/update_dockerfile.sh' Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 33 +++++++++++++++------------------ Dockerfile | 2 +- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fd42e40..1b11425ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,25 @@ # Change Log - -## [v3.0.52](https://github.com/inspec/inspec/tree/v3.0.52) (2018-11-15) - -#### Merged Pull Requests -- Load the compliance plugin when the fetcher is needed [#3609](https://github.com/inspec/inspec/pull/3609) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + - -### Changes since 3.0.46 release - -#### Merged Pull Requests -- Load the compliance plugin when the fetcher is needed [#3609](https://github.com/inspec/inspec/pull/3609) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - -#### Bug Fixes -- Adds protection against zipslip vulnerability [#3604](https://github.com/inspec/inspec/pull/3604) ([hdost](https://github.com/hdost)) - -#### Enhancements -- Adding --no-pager to service checks [#3592](https://github.com/inspec/inspec/pull/3592) ([fernandoalex](https://github.com/fernandoalex)) -- aws_security_group: Query against other security group ids in allow_* matchers [#3576](https://github.com/inspec/inspec/pull/3576) ([j00p34](https://github.com/j00p34)) + +## [v3.0.52](https://github.com/inspec/inspec/tree/v3.0.52) (2018-11-15) + +#### Enhancements +- aws_security_group: Query against other security group ids in allow_* matchers [#3576](https://github.com/inspec/inspec/pull/3576) ([j00p34](https://github.com/j00p34)) +- Adding --no-pager to service checks [#3592](https://github.com/inspec/inspec/pull/3592) ([fernandoalex](https://github.com/fernandoalex)) + +#### Bug Fixes +- Adds protection against zipslip vulnerability [#3604](https://github.com/inspec/inspec/pull/3604) ([hdost](https://github.com/hdost)) + +#### Merged Pull Requests +- Load the compliance plugin when the fetcher is needed [#3609](https://github.com/inspec/inspec/pull/3609) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + + ## [v3.0.46](https://github.com/inspec/inspec/tree/v3.0.46) (2018-11-08) #### New Features @@ -42,7 +40,6 @@ - Fix functional tests issues with vendoring [#3572](https://github.com/inspec/inspec/pull/3572) ([jquick](https://github.com/jquick)) - Fixes (some) ruby warnings related to functional tests [#3561](https://github.com/inspec/inspec/pull/3561) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) - Fixes broken link in documentation [#3588](https://github.com/inspec/inspec/pull/3588) ([dmccown](https://github.com/dmccown)) - ## [v3.0.25](https://github.com/inspec/inspec/tree/v3.0.25) (2018-11-01) diff --git a/Dockerfile b/Dockerfile index c9721235e..3593c9850 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=3.0.46 +ARG VERSION=3.0.52 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share