From 6de4a02a6000b832f82d973c3f577c087c5ae5a2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 21 Apr 2022 22:06:28 +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 cfec88736..bbac9ffbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,24 @@ # Change Log - -## [v5.14.0](https://github.com/inspec/inspec/tree/v5.14.0) (2022-04-20) - -#### Merged Pull Requests -- CFINSPEC-78: Add `linux_audit_system` resource [#5988](https://github.com/inspec/inspec/pull/5988) ([ahasunos](https://github.com/ahasunos)) + - -### Changes since 5.12.2 release - -#### Merged Pull Requests -- CFINSPEC-78: Add `linux_audit_system` resource [#5988](https://github.com/inspec/inspec/pull/5988) ([ahasunos](https://github.com/ahasunos)) -- CFINSPEC-89: Enhance `group` resource [#5987](https://github.com/inspec/inspec/pull/5987) ([ahasunos](https://github.com/ahasunos)) -- CFINSPEC-93: Enhance `service` resource [#5981](https://github.com/inspec/inspec/pull/5981) ([ahasunos](https://github.com/ahasunos)) -- CFINSPEC-87: Enhance `file` resource [#5986](https://github.com/inspec/inspec/pull/5986) ([ahasunos](https://github.com/ahasunos)) -- CFINSPEC-181: Fix unable to upload inspec compliance profile using to… [#5989](https://github.com/inspec/inspec/pull/5989) ([Vasu1105](https://github.com/Vasu1105)) -- CFINSPEC-75: Add default_gateway resource [#5979](https://github.com/inspec/inspec/pull/5979) ([ahasunos](https://github.com/ahasunos)) -- Fix unit test for service resource [#5980](https://github.com/inspec/inspec/pull/5980) ([ahasunos](https://github.com/ahasunos)) + +## [v5.14.0](https://github.com/inspec/inspec/tree/v5.14.0) (2022-04-21) + +#### Merged Pull Requests +- Fix unit test for service resource [#5980](https://github.com/inspec/inspec/pull/5980) ([ahasunos](https://github.com/ahasunos)) +- CFINSPEC-75: Add default_gateway resource [#5979](https://github.com/inspec/inspec/pull/5979) ([ahasunos](https://github.com/ahasunos)) +- CFINSPEC-181: Fix unable to upload inspec compliance profile using to… [#5989](https://github.com/inspec/inspec/pull/5989) ([Vasu1105](https://github.com/Vasu1105)) +- CFINSPEC-87: Enhance `file` resource [#5986](https://github.com/inspec/inspec/pull/5986) ([ahasunos](https://github.com/ahasunos)) +- CFINSPEC-93: Enhance `service` resource [#5981](https://github.com/inspec/inspec/pull/5981) ([ahasunos](https://github.com/ahasunos)) +- CFINSPEC-89: Enhance `group` resource [#5987](https://github.com/inspec/inspec/pull/5987) ([ahasunos](https://github.com/ahasunos)) +- CFINSPEC-78: Add `linux_audit_system` resource [#5988](https://github.com/inspec/inspec/pull/5988) ([ahasunos](https://github.com/ahasunos)) + + ## [v5.12.2](https://github.com/inspec/inspec/tree/v5.12.2) (2022-04-08) #### Merged Pull Requests @@ -36,7 +34,6 @@ - CFINSPEC-83: Add routing table resource [#5972](https://github.com/inspec/inspec/pull/5972) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `82b14e3` to `960cb6e` in /omnibus [#5973](https://github.com/inspec/inspec/pull/5973) ([dependabot[bot]](https://github.com/dependabot[bot])) - Move shortcodes from chef-web-docs to inspec repo [#5969](https://github.com/inspec/inspec/pull/5969) ([IanMadd](https://github.com/IanMadd)) - ## [v5.10.5](https://github.com/inspec/inspec/tree/v5.10.5) (2022-03-23) diff --git a/Dockerfile b/Dockerfile index 32d84056e..1c53d2278 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL maintainer="Chef Software, Inc. " -ARG VERSION=5.12.2 +ARG VERSION=5.14.0 ARG CHANNEL=stable ENV PATH=/opt/inspec/bin:/opt/inspec/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin