v1.0.9
What's Changed
🎉 New Features
- Added AWS Assume role support (pull assets from cross / multiple accounts) for aws provider by @RamanaReddy0M in #551
- Added support to fetch assets from more services for AWS provider by @RamanaReddy0M in #524
- cloudfront
- ecs
- eks
- elb
- elbv2
- lambda
- lightsail
- apigateway
- Added support to fetch assets from more services for GCP provider by @RamanaReddy0M in #528
- bucket
- function
- run
- Added support to filter / fetch assets by service name by @RamanaReddy0M in #524
-s, -service value query and display results from given service (comma-separated)) (default compute,eks,droplet,ingress,instance,domain,cloud-run,cloud-function,lambda,ec2,fastly,apigateway,dns,elb,gke,consul,app,vm,route53,alb,lightsail,nomad,service,ecs,publicip,cloudfront,s3)
- Added support for GCP provider to fallback to ADC if
gcp_service_account_key
is not set for auth by @mark-adams in #532
🐞 Bug Fixes
- Fixed nil pointer dereference error to access public ips by @thapr0digy in #515
New Contributors
- @thapr0digy made their first contribution in #515
- @mark-adams made their first contribution in #532
Full Changelog: v1.0.8...v1.0.9