The following changes have been made for all 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),credentialandcredential_importresources have been renamed toconnectionandconnection_importrespectively. - Updated the following param types:
approvers:list(string)tolist(notifier).database:stringtoconnection.steampipe.notifier:stringtonotifier.
- Updated the following variable types:
approvers:list(string)tolist(notifier).database:stringtoconnection.steampipe.notifier:stringtonotifier.
- Renamed
credparam toconnand updated its type fromstringtoconn.
Enhancements
- Added
sampleto each mod's categories. - Updated the following pipeline tags:
type = "featured"torecommended = "true"
- Added
formatto params and variables that use multiline and JSON strings.
Bug fixes
- Fixed broken links to credential import docs in various sample READMEs.
What's new?
- Added the following new sample mods: (#108)
add_s3_bucket_cost_center_tagsaws_iam_access_key_events_notifier_with_multiple_pipelinesaws_iam_access_key_events_notifier_with_single_pipelinedeactivate_expired_aws_iam_access_keys_using_queriesdeactivate_expired_aws_iam_access_keys_with_approvalnotify_new_aws_iam_access_keys
Enhancements
- Updated all AWS, Azure, PagerDuty, Slack, Zendesk library mod dependency versions in several sample mods. (#108)
What's new?
- Added the
query_and_stop_aws_ec2_instances_by_tagsample mod that can be used with Flowpipe. (#99)
Bug fixes
- Fixed the README docs to use
--arginstead of--pipeline-argas the argument flag. (#102) - Fixed the link for installing mod dependencies in all the README docs. (#98)
Bug fixes
- Added missing
categoriesanddocumentationargs to several mods.
What's new?
- Added 35+ sample mods that can be used with Flowpipe. For usage information and a full list of mods, please see Flowpipe Hub.