From 3bc1d244d0ca7a5225a3364300b01185cdf02446 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 23 Mar 2022 22:28:34 +0000 Subject: [PATCH] Executed '.expeditor/update_dockerfile.sh' Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 21 +++++++++------------ Dockerfile | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b932f28..e68c637d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,19 @@ # Change Log - -## [v4.56.19](https://github.com/inspec/inspec/tree/v4.56.19) (2022-03-23) - -#### Merged Pull Requests -- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe)) + - -### Changes since 4.56.17 release - -#### Merged Pull Requests -- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe)) -- Backport empty postgres query fix to inspec 4 [#5942](https://github.com/inspec/inspec/pull/5942) ([clintoncwolfe](https://github.com/clintoncwolfe)) + +## [v4.56.19](https://github.com/inspec/inspec/tree/v4.56.19) (2022-03-23) + +#### Merged Pull Requests +- Backport empty postgres query fix to inspec 4 [#5942](https://github.com/inspec/inspec/pull/5942) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe)) + + ## [v4.56.17](https://github.com/inspec/inspec/tree/v4.56.17) (2022-03-15) #### New Features @@ -61,7 +59,6 @@ - CFINSPEC-68 backport target id inspec 4 [#5917](https://github.com/inspec/inspec/pull/5917) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Backport firewalld update - inspec-4 [#5919](https://github.com/inspec/inspec/pull/5919) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Backport filtertable lazy instance to inspec-4 [#5922](https://github.com/inspec/inspec/pull/5922) ([clintoncwolfe](https://github.com/clintoncwolfe)) - ## [v4.52.9](https://github.com/inspec/inspec/tree/v4.52.9) (2021-12-20) diff --git a/Dockerfile b/Dockerfile index eaf318087..f418ac0ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL maintainer="Chef Software, Inc. " -ARG VERSION=4.56.17 +ARG VERSION=4.56.19 ARG CHANNEL=stable ENV PATH=/opt/inspec/bin:/opt/inspec/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin