Releases: projectdiscovery/cloudlist
Releases · projectdiscovery/cloudlist
v1.2.0
What's Changed
🎉 New Features
- Added ArvanCloud provider by @hatamiarash7 in #565
- Added custom provider support to fetch subdomains from URLs by @dogancanbakir in #605
- Added AWS Assume Role ARN support by @dogancanbakir in #624
For the configuration check out the PROVIDERS.md file.
🐞 Bug Fixes
- Fixed issue where Cloudflare token was not working properly with services by @Ice3man543 in #581
Other Changes
- Added dual-stack IP support (IPv4 and IPv6) - Now discovers both IPv4 and IPv6 addresses for compatible providers and services by @v0ctor in #610
New Contributors
- @hatamiarash7 made their first contribution in #565
- @dogancanbakir made their first contribution in #605
- @v0ctor made their first contribution in #610
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
Other Changes
- Fixed nil panics on service filter by @RamanaReddy0M in #562
Full Changelog: v1.0.9...v1.1.0
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
v1.0.8
What's Changed
- Added support for GCP VM Instance export by @Ice3man543 in #488
- Exposed inventory errors (SDK) by @Ice3man543 in #502
- Moved docs to the centralized project by @olearycrew in #494
Full Changelog: v1.0.7...v1.0.8
v1.0.7
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
What's Changed
Other Changes
- feat: support go1.21 build by @chenrui333 in #474
New Contributors
- @chenrui333 made their first contribution in #474
Full Changelog: v1.0.5...v1.0.6
v1.0.5
v1.0.4
What's Changed
- Added Azure public IP address enumeration by @mionskowski-form3 in #421
- Fixed Route53 hosted zone enumeration panic by @mionskowski-form3 in #394
- Fixed Route53 IP type (public/private) in json output by @mionskowski-form3 in #396
New Contributors
- @mionskowski-form3 made their first contribution in #394
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Added new providers for asset listing -
- Kubernetes (k8s) by @ShubhamRasal in #329
- GKE (GCP) by @ShubhamRasal in #329
- Openstack by @S0obi in #261
- DigitalOcean Apps by @olearycrew in #305
- Cloudflare (API Token) by @RamanaReddy0M in #327
- AWS S3 Bucket by @sl1nki in #316
- Added self-update option by @RamanaReddy0M in #314
Issues closed in this release - https://github.com/projectdiscovery/cloudlist/milestone/2
New Contributors
- @S0obi made their first contribution in #261
- @RamanaReddy0M made their first contribution in #314
- @olearycrew made their first contribution in #305
- @sl1nki made their first contribution in #316
- @ShubhamRasal made their first contribution in #329
Full Changelog: v1.0.2...v1.0.3
v1.0.2
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
- Updated helper libraries #245 by @edoardottt in #246
New Contributors
- @edoardottt made their first contribution in #246
Full Changelog: v1.0.1...v1.0.2