From eb027c760ab1163702b00fddcfc0a5c91916f8dd Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 5 Aug 2020 12:14:52 +0000 Subject: [PATCH] Executed '.expeditor/update_dockerfile.sh' Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 31 ++++++++++++++----------------- Dockerfile | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5265679..8bd7ce6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,29 @@ # Change Log - -## [v4.22.8](https://github.com/inspec/inspec/tree/v4.22.8) (2020-08-04) - -#### Merged Pull Requests -- Supports Scientific Linux in service resource [#5164](https://github.com/inspec/inspec/pull/5164) ([Schwad](https://github.com/Schwad)) + - -### Changes since 4.22.1 release - -#### Merged Pull Requests -- Supports Scientific Linux in service resource [#5164](https://github.com/inspec/inspec/pull/5164) ([Schwad](https://github.com/Schwad)) -- fix error in passwd example [#5171](https://github.com/inspec/inspec/pull/5171) ([chrisbirster](https://github.com/chrisbirster)) -- Fix missing docs content [#5159](https://github.com/inspec/inspec/pull/5159) ([IanMadd](https://github.com/IanMadd)) -- Move windows bomb forward pre-emptively [#5176](https://github.com/inspec/inspec/pull/5176) ([Schwad](https://github.com/Schwad)) -- Ensure truncate message only returns on truncated values [#5165](https://github.com/inspec/inspec/pull/5165) ([Schwad](https://github.com/Schwad)) -- Fix freebsd osfamily user group tests [#5123](https://github.com/inspec/inspec/pull/5123) ([fzipi](https://github.com/fzipi)) -- feat(sensitive): add sensitive output to mysql and postgres sessions [#5124](https://github.com/inspec/inspec/pull/5124) ([fzipi](https://github.com/fzipi)) + +## [v4.22.8](https://github.com/inspec/inspec/tree/v4.22.8) (2020-08-05) + +#### Merged Pull Requests +- feat(sensitive): add sensitive output to mysql and postgres sessions [#5124](https://github.com/inspec/inspec/pull/5124) ([fzipi](https://github.com/fzipi)) +- Fix freebsd osfamily user group tests [#5123](https://github.com/inspec/inspec/pull/5123) ([fzipi](https://github.com/fzipi)) +- Ensure truncate message only returns on truncated values [#5165](https://github.com/inspec/inspec/pull/5165) ([Schwad](https://github.com/Schwad)) +- Move windows bomb forward pre-emptively [#5176](https://github.com/inspec/inspec/pull/5176) ([Schwad](https://github.com/Schwad)) +- Fix missing docs content [#5159](https://github.com/inspec/inspec/pull/5159) ([IanMadd](https://github.com/IanMadd)) +- fix error in passwd example [#5171](https://github.com/inspec/inspec/pull/5171) ([chrisbirster](https://github.com/chrisbirster)) +- Supports Scientific Linux in service resource [#5164](https://github.com/inspec/inspec/pull/5164) ([Schwad](https://github.com/Schwad)) + + ## [v4.22.1](https://github.com/inspec/inspec/tree/v4.22.1) (2020-07-21) #### Merged Pull Requests - Temporary comment out to get expeditor build to complete [#5150](https://github.com/inspec/inspec/pull/5150) ([Schwad](https://github.com/Schwad)) - Habitat should not expand $PATH at buildtime [#5148](https://github.com/inspec/inspec/pull/5148) ([james-stocks](https://github.com/james-stocks)) - ## [v4.22.0](https://github.com/inspec/inspec/tree/v4.22.0) (2020-07-17) diff --git a/Dockerfile b/Dockerfile index b091974d5..a4b2f0c31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ruby:alpine LABEL maintainer="Chef Software, Inc. " ARG EXPEDITOR_VERSION -ARG VERSION=4.22.1 +ARG VERSION=4.22.8 # GEM_SOURCE is kept away from expeditor controlled ARGs to accomodate 3rd party distros ARG GEM_SOURCE=https://rubygems.org