diff --git a/steampipeconfig/parse/schema.go b/steampipeconfig/parse/schema.go index 9d83ed6c8..113366b58 100644 --- a/steampipeconfig/parse/schema.go +++ b/steampipeconfig/parse/schema.go @@ -129,12 +129,6 @@ var DashboardBlockSchema = &hcl.BodySchema{ { Type: modconfig.BlockTypeChart, }, - { - Type: modconfig.BlockTypeBenchmark, - }, - { - Type: modconfig.BlockTypeControl, - }, { Type: modconfig.BlockTypeFlow, }, @@ -176,12 +170,6 @@ var DashboardContainerBlockSchema = &hcl.BodySchema{ { Type: modconfig.BlockTypeChart, }, - { - Type: modconfig.BlockTypeBenchmark, - }, - { - Type: modconfig.BlockTypeControl, - }, { Type: modconfig.BlockTypeFlow, }, diff --git a/version/version.go b/version/version.go index 40460b4a1..d4c14a1fd 100644 --- a/version/version.go +++ b/version/version.go @@ -24,7 +24,7 @@ var steampipeVersion = "0.13.0" // 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.7" +var prerelease = "rc.8" // SteampipeVersion is an instance of semver.Version. This has the secondary // benefit of verifying during tests and init time that our version is a