From 8156a66e8dff6ca3b623b929613356eccbadea7e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 30 Mar 2022 23:55:02 +0000 Subject: [PATCH] Bump version to 5.10.9 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 00c5981ce..feb827651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.10.8](https://github.com/inspec/inspec/tree/v5.10.8) (2022-03-30) + +## [v5.10.9](https://github.com/inspec/inspec/tree/v5.10.9) (2022-03-30) #### Merged Pull Requests -- updates to reporting detail on progress bar [#5956](https://github.com/inspec/inspec/pull/5956) ([aaronlippold](https://github.com/aaronlippold)) +- CFINSPEC-85: Enhance docker_container resource with have_volume matcher [#5944](https://github.com/inspec/inspec/pull/5944) ([ahasunos](https://github.com/ahasunos)) ### Changes since 5.10.5 release #### Merged Pull Requests +- CFINSPEC-85: Enhance docker_container resource with have_volume matcher [#5944](https://github.com/inspec/inspec/pull/5944) ([ahasunos](https://github.com/ahasunos)) - updates to reporting detail on progress bar [#5956](https://github.com/inspec/inspec/pull/5956) ([aaronlippold](https://github.com/aaronlippold)) - Extend CI test timeout to 60 minutes [#5949](https://github.com/inspec/inspec/pull/5949) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Deprecation note for azurerm resources [#5923](https://github.com/inspec/inspec/pull/5923) ([IanMadd](https://github.com/IanMadd)) diff --git a/VERSION b/VERSION index e5cce47b3..44e4813bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.10.8 \ No newline at end of file +5.10.9 \ 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 ea525a8d2..8a81020e6 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.10.8".freeze + VERSION = "5.10.9".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7820990a2..d13866a9a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.10.8".freeze + VERSION = "5.10.9".freeze end