Skip to content

Commit eac71c8

Browse files
authored
Merge pull request #684 from Boavizta/681
Upgrade version of Boaviztapi to 1.3.8
2 parents 1d545ef + e9d6218 commit eac71c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99

1010
_This paragraph may describe WIP/unreleased features. They are merged to main branch but not tagged._
11-
11+
- [Upgrade version of BoaviztAPI to 1.3.8](https://github.com/Boavizta/cloud-scanner/issues/681)
1212

1313
## [3.2.1]-2025-01-22
1414

cloud-scanner-cli/src/boavizta_api_v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ mod tests {
357357
async fn get_api_version() {
358358
let api: BoaviztaApiV1 = BoaviztaApiV1::new(TEST_API_URL);
359359
let version = api.get_api_version().await;
360-
let expected = Some("1.3.7".to_owned());
360+
let expected = Some("1.3.8".to_owned());
361361
assert_eq!(version, expected, "Versions do not match");
362362
}
363363

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
boavizta_api:
5858
container_name: "boavizta_api"
5959
hostname: boavizta
60-
image: ghcr.io/boavizta/boaviztapi:1.3.7
60+
image: ghcr.io/boavizta/boaviztapi:1.3.8
6161
ports:
6262
- "5000:5000"
6363
networks:

0 commit comments

Comments
 (0)