From f32cd8ee4c79616d99a9d357c6f4130cc185a485 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 28 Apr 2022 01:00:50 +0000 Subject: [PATCH] Bump version to 5.14.3 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 e603f2f9f..8aa3d3e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.14.2](https://github.com/inspec/inspec/tree/v5.14.2) (2022-04-28) + +## [v5.14.3](https://github.com/inspec/inspec/tree/v5.14.3) (2022-04-28) #### Merged Pull Requests -- CFINSPEC-185: Updates inspec check cli docs to include --with-cookstyle option [#6000](https://github.com/inspec/inspec/pull/6000) ([Vasu1105](https://github.com/Vasu1105)) +- Fix for issue 5809 Service checks failing on Amazon linux 2022 [#5998](https://github.com/inspec/inspec/pull/5998) ([ahasunos](https://github.com/ahasunos)) ### Changes since 5.14.0 release #### Merged Pull Requests +- Fix for issue 5809 Service checks failing on Amazon linux 2022 [#5998](https://github.com/inspec/inspec/pull/5998) ([ahasunos](https://github.com/ahasunos)) - CFINSPEC-185: Updates inspec check cli docs to include --with-cookstyle option [#6000](https://github.com/inspec/inspec/pull/6000) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-88: Extend `file` resource documentation with be_mounted matcher [#5999](https://github.com/inspec/inspec/pull/5999) ([ahasunos](https://github.com/ahasunos)) - chore: Set permissions for GitHub actions [#5990](https://github.com/inspec/inspec/pull/5990) ([neilnaveen](https://github.com/neilnaveen)) diff --git a/VERSION b/VERSION index d5f9f425f..7f3588a1d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.14.2 \ No newline at end of file +5.14.3 \ 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 9d5c4d84e..2a2fa10a6 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.14.2".freeze + VERSION = "5.14.3".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 196784379..e99f88661 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.14.2".freeze + VERSION = "5.14.3".freeze end