mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-24 02:00:29 -05:00
Disable control and benchmark dashboard runs. Closes #1629
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user