Releases: Boavizta/cloud-scanner
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_totalbecomesboavizta_number_of_resources_totalboavizta_number_of_instances_assessedbecomesboavizta_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
v1.0.1
v1.0.0
First stable release of cloud-scanner that supports latest Boavizta API v1.x Releases · Boavizta/boaviztapi.
Cloud-scanner 1.x is really based on the previous releases 0.4.x and 0.3.x , but renamed to v1.0.x to follow the Boavizta API naming.
Thanks to the contributions of @damienfernandes, @notCamelCaseName and the great work of members of the Boavizta collective, with a special mention for @da-ekchajzer !
See change log: https://github.com/Boavizta/cloud-scanner/blob/main/CHANGELOG.md#100-2023-10-12.
v0.4.1
- Update the parsing of JSON returned by Boavizta API to follow latest changes in API v1.0.0 (see Align verbose and non verbose json output format · Issue #229 · Boavizta/boaviztapi).
v0.4.0
Provide estimation related to storage.
v0.3.0-alpha4
[0.3.0-alpha4]-2023-09-20
Added
- Add optional verbose output with the details of the calculation · Issue #333 · Boavizta/cloud-scanner. This introduces and additional (optional CLI option). Verbose is deactivated by default.
- Add a parameter to pass the duration of use when exposing metrics and data in standalone server mode · Issue #332 · Boavizta/cloud-scanner, thanks to a contribution from @damienfernandes.
Changed
- Format of json output evolved: It now contains a additional field
raw_datathat returns the json data exactly as fetched from Boavizta API (so the format varies depending if using verbose output or not). - dependencies updates
- doc update
v0.3.0-alpha3
[0.3.0-alpha3]-2023-07-27
Added
- Log time spend on actions · Issue #289 · Boavizta/cloud-scanner
- Return inventory as json in the standalone server mode · Issue #286 · Boavizta/cloud-scanner thanks to a contribution of @notCamelCaseName
- Return impacts as json in the standalone server mode · Issue #287 · Boavizta/cloud-scanner
- Expose OpenAPI spec · Issue #285 · Boavizta/cloud-scanner
Changed
- Update to latest AWS SDK · Issue #308 · Boavizta/cloud-scanner
- Serverless: update
lambda_runtimeandlambda_httpcrates to v 0.8.1, bump version of cloud_scanner_lambda package to0.3.0-alpha3.
v0.3.0-alpha2: Merge pull request #288 from Boavizta/use-sdk-0.3.0-alpha2
Pre release to use API V1
v0.3.0-alpha
WIP adaptations to support future Boavizta API v0.3.x.
What's Changed
- chore(deps): bump lambda_http from 0.7.3 to 0.8.0 by @dependabot in #252
- chore(deps): bump lambda_runtime from 0.7.3 to 0.8.0 by @dependabot in #250
- chore(deps): bump serde from 1.0.160 to 1.0.163 by @dependabot in #270
- chore(deps): bump tokio from 1.27.0 to 1.28.1 by @dependabot in #269
- Adapt to api v0.3.x by @demeringo in #273
Full Changelog: v0.2.4...v0.3.0-alpha
v0.2.4
See CHANGELOG https://github.com/Boavizta/cloud-scanner/blob/main/CHANGELOG.md
What's Changed
- Deps by @demeringo in #233
- Rc 0.2.3 by @demeringo in #234
- Dev by @demeringo in #235
- Use latest Boavizta API sdk v0.2.2 by @demeringo in #245
- Run clippy and tests in CI by @demeringo in #256
- ci: open dependabot PR's against dev branch by @demeringo in #258
- Release V0.2.4 by @demeringo in #259
Full Changelog: v0.2.3...v0.2.4