Skip to content

Releases: projectdiscovery/cloudlist

v1.1.0

22 Aug 18:22
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.0.9...v1.1.0

v1.0.9

17 Aug 06:00
Compare
Choose a tag to compare

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

Full Changelog: v1.0.8...v1.0.9

v1.0.8

30 Mar 18:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

21 Feb 10:37
Compare
Choose a tag to compare

What's Changed

  • Added option to input k8s config as content (kubeconfig_encoded) by @ShubhamRasal in #484

Full Changelog: v1.0.6...v1.0.7

v1.0.6

15 Jan 15:46
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

15 Jan 08:39
Compare
Choose a tag to compare

What's Changed

🐞 Bugs Fixes

Other Changes

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

02 Oct 09:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Apr 18:03
b665ee8
Compare
Choose a tag to compare

What's Changed

Issues closed in this release - https://github.com/projectdiscovery/cloudlist/milestone/2

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Nov 03:55
0baebeb
Compare
Choose a tag to compare

What's Changed

  • Added environment variables support into provider config by @parrasajad in #257
- provider: aws 
  aws_access_key: $AWS_ACCESS_KEY
  aws_secret_key: $AWS_SECRET_KEY

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Jun 16:20
802ff6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1