Skip to content

Commit 7eba305

Browse files
authored
Merge pull request #417 from Boavizta/416-use-boavizta-api-v120
feat: support Boavizta API 1.2.2
2 parents eee1d01 + e8d23e8 commit 7eba305

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
## [2.0.3]-2024-01-17
13+
14+
- [Use Boavizta API v1.2.0 · Issue #416 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/416)
15+
1216
## [2.0.2]-2024-01-17
1317

1418
### Added
@@ -17,7 +21,7 @@ _This paragraph may describe WIP/unreleased features. They are merged to main br
1721

1822
### Changed
1923

20-
- Use latest realeased version of Rust client for Boavizta API v1.0.1
24+
- Use latest released version of Rust client for Boavizta API v1.0.1
2125

2226
## [2.0.1]-2024-01-17
2327

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloud-scanner-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["boavizta.org", "Olivier de Meringo <demeringo@gmail.com>"]
33
edition = "2021"
44
name = "cloud-scanner-cli"
5-
version = "2.0.2"
5+
version = "2.0.3"
66

77
[dependencies]
88
chrono = "^0.4"
@@ -24,7 +24,7 @@ rocket_okapi = { version = "0.8.0", features = ["swagger", "rapidoc"] }
2424
aws-types = "1"
2525

2626
[dependencies.boavizta_api_sdk]
27-
version = "1.1.0"
27+
version = "1.2.0"
2828
# path = "../../boaviztapi-sdk-rust"
2929

3030
[dependencies.aws-config]

cloud-scanner-lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["boavizta.org", "Olivier de Meringo <demeringo@gmail.com>"]
33
edition = "2021"
44
name = "cloud-scanner-lambda"
5-
version = "2.0.2"
5+
version = "2.0.3"
66
[[bin]]
77
name = "bootstrap-scan"
88
path = "src/main.rs"

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
cloud_scanner:
44
container_name: "cloud_scanner_boa"
55
hostname: cloud_scanner
6-
image: ghcr.io/boavizta/cloud-scanner-cli:2.0.2
6+
image: ghcr.io/boavizta/cloud-scanner-cli:2.0.3
77
command:
88
- -b http://boavizta_api:5000
99
- -vv
@@ -55,7 +55,7 @@ services:
5555
boavizta_api:
5656
container_name: "boavizta_api"
5757
hostname: boavizta
58-
image: ghcr.io/boavizta/boaviztapi:1.1.0
58+
image: ghcr.io/boavizta/boaviztapi:1.2.2
5959
ports:
6060
- "5000:5000"
6161
networks:
@@ -65,4 +65,4 @@ volumes:
6565
grafana-data:
6666

6767
networks:
68-
network_boa:
68+
network_boa:

0 commit comments

Comments
 (0)