Skip to content

Commit

Permalink
Merge pull request #538 from Boavizta/537-prepare-release-301
Browse files Browse the repository at this point in the history
chore: prepare release v3.0.1
  • Loading branch information
demeringo committed Jun 19, 2024
2 parents 5924e5d + 4fa3978 commit d466a81
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_This paragraph may describe WIP/unreleased features. They are merged to main branch but not tagged._

## [3.0.1]-2024-06-19

## What's Changed

- [JSON inventory: move the execution statistics to the metadata section. · Issue #520 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/520)

## Added

- [Add cloud-scanner version to inventory metadata · Issue #519 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/519)
- [Document how cloud scanner provides estimations for Block storage (EBS) · Issue #532 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/532)
- [Support AWS io1 io2 and standard EBS volumes · Issue #535 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/535)
- [Doc(faq): explicit the positioning of cloud scanner compared to API and datavizta · Issue #528 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/528)

## [3.0.0]-2024-06-05

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloud-scanner-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["boavizta.org", "Olivier de Meringo <[email protected]>"]
edition = "2021"
name = "cloud-scanner-cli"
version = "3.0.0"
version = "3.0.1"

[dependencies]
chrono = { version = "^0.4", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion cloud-scanner-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["boavizta.org", "Olivier de Meringo <[email protected]>"]
edition = "2021"
name = "cloud-scanner-lambda"
version = "3.0.0"
version = "3.0.1"
[[bin]]
name = "bootstrap-scan"
path = "src/main.rs"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
cloud_scanner:
container_name: "cloud_scanner_boa"
hostname: cloud_scanner
image: ghcr.io/boavizta/cloud-scanner-cli:3.0.0
image: ghcr.io/boavizta/cloud-scanner-cli:3.0.1
command:
- -b http://boavizta_api:5000
- -vv
Expand Down

0 comments on commit d466a81

Please sign in to comment.