mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
v0.5.1 #512
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## v0.5.1 [2021-05-27]
|
||||
_What's new?_
|
||||
* Update the `check` output to show the tree structure of the benchmarks and controls. [#500](https://github.com/turbot/steampipe/issues/500)
|
||||
|
||||
_Bug fixes_
|
||||
* Fix issue where interactive prompt sometimes hangs on cancellation. [#507](https://github.com/turbot/steampipe/issues/507)
|
||||
* Fix stack overflow error when allocating colors for large number of dimension property values. [#509](https://github.com/turbot/steampipe/issues/509)
|
||||
|
||||
## v0.5.0 [2021-05-20]
|
||||
_What's new?_
|
||||
* New `check` command, to run controls and benchmarks. ([#410](https://github.com/turbot/steampipe/issues/410), [#413](https://github.com/turbot/steampipe/issues/413))
|
||||
|
||||
@@ -31,7 +31,7 @@ Check the verison
|
||||
|
||||
```
|
||||
$ steampipe -v
|
||||
steampipe version 0.5.0
|
||||
steampipe version 0.5.1
|
||||
```
|
||||
|
||||
Install a plugin
|
||||
|
||||
@@ -19,7 +19,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.5.0"
|
||||
var steampipeVersion = "0.5.1"
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user