From d07eb31962e99bc14d573c5215c5ea0bee0a6032 Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 12 Dec 2023 13:56:25 +0000 Subject: [PATCH] v0.21.2 --- CHANGELOG.md | 9 +++++++++ pkg/version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fb468539..ade5ee00d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.21.2 [2023-12-12] +_Whats new_ +* Add `steampipe_plugin_column` introspection table to the `steampipe_internal` schema. ([#4003](https://github.com/turbot/steampipe/issues/4003)) + +_Bug fixes_ +* Fixes issue where a query would return 'null' for an empty result set when output is set to json. ([#3955](https://github.com/turbot/steampipe/issues/3955)) +* Fix custom registries bugs +* Clean up apt temporary files in Dockerfile + ## v0.21.1 [2023-10-03] _Bug fixes_ * Added support for the missing `mod-location` flag to the `steampipe variable list` command. ([#3942](https://github.com/turbot/steampipe/issues/3942)) diff --git a/pkg/version/version.go b/pkg/version/version.go index 9b82946f68..6a64542d0e 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var steampipeVersion = "0.21.2" // 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 // such as "dev" (in development), "beta", "rc1", etc. -var prerelease = "rc.3" +var prerelease = "" // SteampipeVersion is an instance of semver.Version. This has the secondary // benefit of verifying during tests and init time that our version is a