Skip to content

Commit

Permalink
Merge pull request #179 from turbot/release/v1.0.0
Browse files Browse the repository at this point in the history
Release/v1.0.0
  • Loading branch information
misraved authored Oct 22, 2024
2 parents 5e0e976 + 2433369 commit 8440dd8
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0 [2024-10-22]

This mod now requires [Powerpipe](https://powerpipe.io). [Steampipe](https://steampipe.io) users should check the [migration guide](https://powerpipe.io/blog/migrating-from-steampipe).

## v0.29 [2024-03-27]

_What's new?_
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# AWS Thrifty Mod for Powerpipe

> [!IMPORTANT]
> [Powerpipe](https://powerpipe.io) is now the preferred way to run this mod! [Migrating from Steampipe →](https://powerpipe.io/blog/migrating-from-steampipe)
>
> All v0.x versions of this mod will work in both Steampipe and Powerpipe, but v1.0.0 onwards will be in Powerpipe format only.
An AWS cost savings and waste checking tool.

Run checks in a dashboard:
Expand Down Expand Up @@ -91,8 +86,8 @@ Several benchmarks have [input variables](https://powerpipe.io/docs/build/mod-va
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand All @@ -117,8 +112,8 @@ The benchmark queries use common properties (like `account_id`, `connection_name
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Several benchmarks have [input variables](https://powerpipe.io/docs/build/mod-va
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand All @@ -108,8 +108,8 @@ The benchmark queries use common properties (like `account_id`, `connection_name
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8440dd8

Please sign in to comment.