Disable control and benchmark dashboard runs. Closes #1629

This commit is contained in:
kaidaguerre
2022-03-10 15:58:37 +00:00
committed by GitHub
parent f0c7edeaf2
commit 7063641b1b
2 changed files with 1 additions and 13 deletions

View File

@@ -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,
},

View File

@@ -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