Skip to content

Commit

Permalink
Merge pull request turbot#93 from turbot/release/v1.0.1
Browse files Browse the repository at this point in the history
Release/v1.0.1
  • Loading branch information
misraved authored Oct 24, 2024
2 parents 3a9fdf1 + f47c873 commit f872aae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.1 [2024-10-24]

_Bug fixes_

- Renamed `steampipe.spvars.example` files to `powerpipe.ppvars.example` and updated documentation. ([#92](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/92))

## 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).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ The benchmark queries use common properties (like `connection_name`, `context_na
It's easiest to setup your vars file, starting with the sample:

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

Alternatively you can pass variables on the command line:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ The benchmark queries use common properties (like `connection_name`, `context_na
It's easiest to setup your vars file, starting with the sample:

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

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

0 comments on commit f872aae

Please sign in to comment.