Skip to content

Releases: Boavizta/cloud-scanner

v3.2.1

23 Jan 08:46
Compare
Choose a tag to compare

What's Changed

  • Bugfix missing certificates for release Docker image by @jnioche in #667

Full Changelog: v3.2.0...v3.2.1

v3.2.0

17 Jan 20:51
Compare
Choose a tag to compare

What's Changed

  • chore: update to Rust 1.82 by @demeringo in #610
  • chore(deps-dev): bump serverless from 3.38.0 to 4.4.10 by @dependabot in #613
  • chore(deps-dev): bump socket.io-parser from 3.3.3 to 3.3.4 by @dependabot in #561
  • chore(deps): bump ws and engine.io-client by @dependabot in #565
  • chore(deps): bump lambda_http from 0.11.4 to 0.13.0 by @dependabot in #563
  • chore(deps): bump serde from 1.0.214 to 1.0.215 by @dependabot in #606
  • chore(deps): bump lambda_runtime from 0.11.3 to 0.13.0 by @dependabot in #562
  • docker-compose: use 'default' profile by default by @jnioche in #617
  • Apply filters for 'Primary Energy (Use) for 1 hour', fixes #618 by @jnioche in #619
  • Lack of available impact data from the API crashes the scanner #622 by @jnioche in #623
  • bug(dockerfile): Build only the CLI dependencies with the Dockerfile … by @demeringo in #626
  • Minor dashboard improvements and facilitate access to it by @jnioche in #630
  • Generate multi platform Docker images, fixes #608 by @jnioche in #611
  • Mark next version post release with -SNAPSHOT, fixes #624 by @jnioche in #631
  • chore(deps): bump tokio from 1.41.1 to 1.42.0 by @dependabot in #628
  • chore(deps-dev): bump serverless from 4.4.10 to 4.4.15 by @dependabot in #632
  • chore(deps): bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #614
  • feat: use Boavizta API v1.3.3 by @demeringo in #638
  • feat: return API and scanner versions in the json inventory by @demeringo in #639
  • Upgrade version of BoaviztAPI to 1.3.7 and adjust tests accordingly. by @demeringo in #646
  • more recent versions of dashboard by @jnioche in #642
  • feat: Return API and scanner version in the metrics output. by @demeringo in #647
  • added description, repo, keywords and license by @jnioche in #650
  • Show API and CloudScanner versions in dasboard, fixes #648 by @jnioche in #649
  • chore(deps): bump log from 0.4.22 to 0.4.25 by @dependabot in #656
  • chore(deps): bump lambda_http from 0.13.0 to 0.14.0 by @dependabot in #640
  • chore(deps): bump tokio from 1.42.0 to 1.43.0 by @dependabot in #654
  • chore(deps-dev): bump serverless from 4.4.15 to 4.4.19 by @dependabot in #658
  • chore(deps): bump serde from 1.0.216 to 1.0.217 by @dependabot in #652
  • chore(deps): bump serde_json from 1.0.133 to 1.0.135 by @dependabot in #653
  • Explicit versions instead of * by @jnioche in #663
  • Fix release Docker image by @jnioche in #662

Full Changelog: v3.1.0...v3.2.0

v3.1.0

07 Nov 16:49
72b0123
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

v3.0.0

05 Jun 09:40
97d3009
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v3.0.0

v2.0.5

12 Apr 17:11
e764ab4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

01 Mar 13:43
72413a8
Compare
Choose a tag to compare

[2.0.4]-2024-03-01

Added

Breaking change

  • Cli and Serverless parameters --hours-use-time were renamed into --use-duration-hours. Short form remain -u.

Changed

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

17 Jan 22:29
7eba305
Compare
Choose a tag to compare

v2.0.2

17 Jan 16:38
eee1d01
Compare
Choose a tag to compare

v2.0.1

17 Jan 10:05
Compare
Choose a tag to compare

Added

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 becomes boavizta_number_of_resources_total
    • boavizta_number_of_instances_assessed becomes boavizta_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