Skip to content

Commit

Permalink
feat: release cloud-scanner v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
demeringo committed Oct 12, 2023
1 parent 1994a14 commit 7dea801
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 @@ -13,6 +13,14 @@ _This paragraph may describe WIP/unreleased features_

### Changed

## [1.0.0]-2023-10-12

First stable release of cloud-scanner that supports latest Boavizta API v1.x [Releases · Boavizta/boaviztapi](https://github.com/Boavizta/boaviztapi/releases).

_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 !

## [0.4.1]-2023-10-11

### Changed
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 = "0.4.1"
version = "1.0.0"

[dependencies]
aws-types = "0.56.1"
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 = "0.4.1"
version = "1.0.0"
[[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:0.4.1
image: ghcr.io/boavizta/cloud-scanner-cli:1.0.0
command:
- -b http://boavizta_api:5000
- -vv
Expand Down

0 comments on commit 7dea801

Please sign in to comment.