Skip to content

Commit

Permalink
feat: prepare v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
demeringo committed Jan 17, 2024
1 parent c5f088b commit 162185e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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._

## [2.0.1]-2024-01-17

### Added

- [Expose resource tags in metrics labels · Issue #407 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/407)
Expand All @@ -18,7 +20,7 @@ _This paragraph may describe WIP/unreleased features. They are merged to main br
- Make _filter tags_ optional in the API routes.
- [Update to latest aws SDK 1.x · Issue #410 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/410)

## [2.0.0]-2024-01-10
## [2.0.0-alpha]-2024-01-10

### Added

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 <demeringo@gmail.com>"]
edition = "2021"
name = "cloud-scanner-cli"
version = "2.0.1-alpha"
version = "2.0.1"

[dependencies]
chrono = "^0.4"
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 <demeringo@gmail.com>"]
edition = "2021"
name = "cloud-scanner-lambda"
version = "2.0.0"
version = "2.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:2.0.0-alpha
image: ghcr.io/boavizta/cloud-scanner-cli:2.0.1
command:
- -b http://boavizta_api:5000
- -vv
Expand Down

0 comments on commit 162185e

Please sign in to comment.