From 6f0f72c1c98c8f46a2001282be69cad179abd382 Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 6 Feb 2024 11:43:35 +0000 Subject: [PATCH] v0.21.6 --- CHANGELOG.md | 4 ++++ pkg/version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f8a750b6..88a854e669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.21.6 [2024-02-06] +_Bug fixes_ +* Fix `HomeDirectoryModfileCheck` returning false positive, causing errors when executing steampipe out of the home directory. ([#4118](https://github.com/turbot/steampipe/issues/4118)) + ## v0.21.5 [2024-02-05] _Bug fixes_ * Fix dependency variable validation - was failing if dependency variable value was set in the vars file. ([#4110](https://github.com/turbot/steampipe/issues/4110)) diff --git a/pkg/version/version.go b/pkg/version/version.go index 433999975b..c3be721731 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -18,7 +18,7 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi **/ // The main version number that is being run at the moment. -var steampipeVersion = "0.21.5" +var steampipeVersion = "0.21.6" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release