From dc99737283bfb0ea5ab0ba6b127dc5241e71d722 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 10 Mar 2022 20:41:28 +0000 Subject: [PATCH] Bump version to 5.7.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ec6e087..5ee6d96b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v5.7.4](https://github.com/inspec/inspec/tree/v5.7.4) (2022-03-10) + +## [v5.7.5](https://github.com/inspec/inspec/tree/v5.7.5) (2022-03-10) #### Merged Pull Requests -- CFINSPEC-129 Removed cloud resources ( AWS & Azure ) from inspec-core [#5915](https://github.com/inspec/inspec/pull/5915) ([Nik08](https://github.com/Nik08)) +- Firewalld update -- exposed more fields, updated docs, added custom matchers [#5597](https://github.com/inspec/inspec/pull/5597) ([wdower](https://github.com/wdower)) @@ -17,6 +17,7 @@ - Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) #### Merged Pull Requests +- Firewalld update -- exposed more fields, updated docs, added custom matchers [#5597](https://github.com/inspec/inspec/pull/5597) ([wdower](https://github.com/wdower)) - CFINSPEC-129 Removed cloud resources ( AWS & Azure ) from inspec-core [#5915](https://github.com/inspec/inspec/pull/5915) ([Nik08](https://github.com/Nik08)) - [W.I.P] CFINSPEC-68 Adds target_id in the reporter. [#5895](https://github.com/inspec/inspec/pull/5895) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-128 : Create a resource generator [#5913](https://github.com/inspec/inspec/pull/5913) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index 4b1e48ed9..72cf89133 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.4 \ No newline at end of file +5.7.5 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 1f9e5a9f6..200048b60 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "5.7.4".freeze + VERSION = "5.7.5".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index d7e145e2d..5ccd51d0b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.7.4".freeze + VERSION = "5.7.5".freeze end