Releases: Boavizta/cloud-scanner
Releases · Boavizta/cloud-scanner
v3.1.0
What's Changed
- doc: add reference to Boavizta methodology paper. by @demeringo in #553
- feat: add CLI option to get the json schema of inventory file. by @demeringo in #559
- 564 chore update to rust 1801 by @demeringo in #566
- chore(deps): minor updates by @demeringo in #575
- Added adopters and contributing guidelines by @NevinDry in #585
- Added regions inside a csv, load the csv by @NevinDry in #584
- chore(test): adapt integration tests values to Boaviztapi v1.3 by @demeringo in #590
- feat: use latest boaviztapi SDK by @demeringo in #596
- chore(deps): update by @demeringo in #598
- Upgrade Boaviztapi and Grafana in docker compose by @jnioche in #599
- 465 display cpu and storage size metrics in the demo dashboard by @demeringo in #602
New Contributors
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
Added
- Add cloud-scanner version to inventory metadata · Issue #519 · Boavizta/cloud-scanner
- Document how cloud scanner provides estimations for Block storage (EBS) · Issue #532 · Boavizta/cloud-scanner
- Support AWS io1 io2 and standard EBS volumes · Issue #535 · Boavizta/cloud-scanner
- Doc(faq): explicit the positioning of cloud scanner compared to API and datavizta · Issue #528 · Boavizta/cloud-scanner
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- doc: updating dashboard after updating the demo stack by @demeringo in #493
- fix: automatic provisioning of demo dashboard by @demeringo in #495
- chore(deps): bump rustls from 0.21.10 to 0.21.11 by @dependabot in #496
- chore(deps): bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #492
- chore(deps): bump serde from 1.0.197 to 1.0.198 by @dependabot in #491
- chore(deps): bump lambda_runtime from 0.10.0 to 0.11.1 by @dependabot in #487
- chore(deps): bump lambda_http from 0.10.0 to 0.11.1 by @dependabot in #486
- 352 estimate impacts of an existing inventory by @demeringo in #505
- 506 GitHub actions actions should be upgraded by @demeringo in #510
- doc: update CLI options. by @demeringo in #514
- Feat: add metadata to the JSON inventory (optional date and comment). by @demeringo in #516
- 521 json output use snake case for all keys by @demeringo in #522
- chore: prepare release 3.0.0 by @demeringo in #517
Full Changelog: v2.0.5...v3.0.0
v2.0.5
What's Changed
- Organises the dashboard into rows: Intro / PE / GWP / ADP by @jnioche in #457
- chore: dependencies by @demeringo in #459
- 460 update serverless framework dependencies by @demeringo in #461
- Remove old dashboard from the docker-compose example, fixes #438 by @jnioche in #449
- chore: dependencies updates by @demeringo in #463
- 406 expose additional metrics like cpu usage and storage size by @demeringo in #464
- test: adapt tests values to BoaviztAPI v1.2.4 by @demeringo in #468
- Add -summary option to estimate command by @jnioche in #466
- Update image version for Boavizta API in docker-compose by @jnioche in #470
- Update image version for Boavizta API to 1.2.4 in docker-compose by @demeringo in #472
- 474-High Security issues status "Unapproved" in latest alpine docker image by @damienfernandes in #475
- Explicit versions of images in docker compose by @jnioche in #481
- Missing param summary_only in cloud_scanner_lambda, fixes #473 by @jnioche in #478
- New version of dashboard by @jnioche in #480
- prepare release 2.0.5 by @demeringo in #490
New Contributors
Full Changelog: v2.0.4...v2.0.5
v2.0.4
[2.0.4]-2024-03-01
Added
- Add a Prometheus data volume in the docker-compose example Document how to persist prometheus data when the container is recreated · Issue #434 · Boavizta/cloud-scanner
- Support all AWS regions Improve region support · Issue #48 · Boavizta/cloud-scanner
Breaking change
- Cli and Serverless parameters
--hours-use-time
were renamed into--use-duration-hours
. Short form remain-u
.
Changed
- Refactor code to make it more readable · Issue #209 · Boavizta/cloud-scanner
- Improve error message when a region is incorrect · Issue #439 · Boavizta/cloud-scanner
- Release 2.0.3 uses dev Boavizta API URL instead of stable · Issue #425 · Boavizta/cloud-scanner
- Improve doc about passing AWS credentials · Issue #77 · Boavizta/cloud-scanner
New contributors
- Thanks to @jnioche for his contribution to testing and documenting issues related to regions !
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
Added
Changed
- Use latest version of Boavizta API sdk (v1.1.0): https://crates.io/crates/boavizta_api_sdk/1.1.0
v2.0.1
Added
- Expose resource tags in metrics labels · Issue #407 · Boavizta/cloud-scanner
- Return instance state (either Running or Stopped) with the inventory: Add instance state to the inventory.
- Return metrics of individual resources: Expose individual metrics (label metrics with resource id's and other metadata)
Changed
- Make filter tags optional in the API routes.
- Update to latest aws SDK 1.x · Issue #410 · Boavizta/cloud-scanner
- Breaking change: Renamed the count summary metrics (instances become resources because we now take into account additional resources like storage):
boavizta_number_of_instances_total
becomesboavizta_number_of_resources_total
boavizta_number_of_instances_assessed
becomesboavizta_number_of_resources_assessed
- Use Boavizta API v1.1.0 in docker-compose (this adds support for additional instances): #386
- Update logo in documentation: #381
- Add link checker when publishing documentation: #382
- Add logo in the doc website: #383
v2.0.0-alpha
[2.0.0-alpha]-2024-01-10
Added
- Return instance state (either Running or Stopped) with the inventory: Add instance state to the inventory.
- Return metrics of individual resources: Expose individual metrics (label metrics with resource id's and other metadata)
Changed
- Breaking change: Renamed the count summary metrics (instances become resources because we now take into account additional resources like storage):
boavizta_number_of_instances_total
becomesboavizta_number_of_resources_total
boavizta_number_of_instances_assessed
becomesboavizta_number_of_resources_assessed
- Use Boavizta API v1.1.0 in docker-compose (this adds support for additional instances): #386
- Update logo in documentation: #381
- Add link checker when publishing documentation: #382
- Add logo in the doc website: #383