Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 2.18 KB

v1.0.1 (2024-11-28)

Enhancements

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

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 and *_notification_level params and variables.
  • Added format to params and variables that use multiline and JSON strings.

v0.2.0 [2024-08-21]

Enhancements

  • Added a default value for the base_tag_rules variable. (#18)

v0.1.0 [2024-07-24]

What's new?

  • Detect and correct misconfigured tags across 55+ Azure resource types.
  • Automatically add mandatory tags (e.g. env, owner).
  • Clean up prohibited tags (e.g. secret, key).
  • Reconcile shorthand or misspelled tag keys to standardized keys (e.g. cc to cost_center).
  • Update tag values to conform to expected standards, ensuring consistency (e.g. Prod to prod).

For detailed usage information and a full list of pipelines, please see Azure Tags Mod.