Flowpipe mods - v1.0.0 release

Oct 22, 2024mod

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 and credential_import resources have been renamed to connection and connection_import respectively.
  • Updated the following param types:
    • approvers: list(string) to list(notifier).
    • database: string to connection.steampipe.
    • notifier: string to notifier.
  • Updated the following variable types:
    • approvers: list(string) to list(notifier).
    • database: string to connection.steampipe.
    • notifier: string to notifier.
  • Renamed cred param to conn and updated its type from string to conn.