Flowpipe mods - v1.0.0 release
Oct 22, 2024•mod
We're excited to announce the v1.0.0 release of all 76 Flowpipe mods, including 29 Library mods, 6 Standard mods, and 41 Sample mods!
Breaking changes
- Flowpipe v1.0.0 is now required. For a full list of CLI changes, please see the Flowpipe v1.0.0 CHANGELOG.
- In Flowpipe configuration files (
.fpc
),credential
andcredential_import
resources have been renamed toconnection
andconnection_import
respectively. - Updated the following param types:
approvers
:list(string)
tolist(notifier)
.database
:string
toconnection.steampipe
.notifier
:string
tonotifier
.
- Updated the following variable types:
approvers
:list(string)
tolist(notifier)
.database
:string
toconnection.steampipe
.notifier
:string
tonotifier
.
- Renamed
cred
param toconn
and updated its type fromstring
toconn
.