Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/main/lambda_http-0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche authored Nov 16, 2024
2 parents 487384f + 8228f47 commit 56a3e98
Show file tree
Hide file tree
Showing 17 changed files with 3,105 additions and 4,472 deletions.
3 changes: 3 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
|Organization |Contact (github handle or other) | Description of Use|
--- | --- | ---|
|[Boavizta](https://boavizta.org/)|https://github.com/Boavizta|We are the initators of the cloud-scanner tool|
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,25 @@ 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._

- [chore: update to Rust 1.82 · Issue #609 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/609)

## [3.1.0]-2024-11-07

## What's Changed

- [Update version of Boavizta API to 1.3 and Grafana to 11.2.3 in docker-compose](https://github.com/Boavizta/cloud-scanner/issues/576)
- [Use latest version of Boaviztapi SDK · Issue #595 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/595)
- [chore: update to Rust 1.80.1 · Issue #564 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/564)

## Added

- [Display cpu and storage size metrics in the demo dashboard · Issue #465 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/465)
- [Doc: reference Boavizta methodology paper. · Issue #552 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/552)
- [Expose the json schema of the inventory format · Issue #558 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/558). Use `cargo run inventory --print-json-schema` with CLI to get the schema on stdout.
- [chore: update to Rust 1.80.1 · Issue #564 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/564)
- [Add an Adopters file to mention who is using cloud-scanner · Issue #419 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/419)
- [Manage regions in a file · Issue #197 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/197)

_Special thanks to @NevinDry for his first contributions !_

## [3.0.1]-2024-06-19

Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing to cloud-scanner

## Adopters

Thanks for contributing! If you've started using Cloud Scanner, please add your name and organization to our [list of adopters](https://github.com/Boavizta/boaviztapi/blob/main/ADOPTERS.md). Doing so helps our project!
Loading

0 comments on commit 56a3e98

Please sign in to comment.