Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 2.21 KB

v1.0.1 (2024-11-28)

Enhancements

  • Updated the README to include the latest mod installation instructions. (#48)

v1.0.0 (2024-10-22)

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.

Enhancements

  • Added standard to the mod's categories.
  • Updated the following pipeline tags:
    • type = "featured" to recommended = "true"
    • type = "test" to folder = "Tests"
  • Added the folder = "Internal" tag to pipelines that are not meant to be run directly.
  • Added the folder = "Advanced/<service>" tag to variables.
  • Added enum to *_default_action, *_enabled_actions, and *_notification_level params and variables.
  • Added format to params and variables that use multiline and JSON strings.

v0.3.0 [2024-07-24]

What's new?

  • The mod has been updated to run in the Wizard mode by default.

v0.2.0 [2024-05-17]

What's new?

  • Added Detect and Correct pipeline for DynamoDB tables with stale data. (#34)

v0.1.0 [2024-05-13]

What's new?

  • Added 30 new 'detect and correct' pipelines to identify unused and underutilized AWS resources, as well as deprecated resource configurations. These pipelines also suggest potential remediation actions to optimize costs. For usage information and a full list of pipelines, please see AWS Thrifty Mod.