Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mdr authored and jerome-jutteau committed Mar 28, 2023
1 parent 4cce425 commit d9a2ef7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osc-cost"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["OpenSource Team <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
16 changes: 10 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,22 @@ Read license for more details.
- Virtual Machines (tina types, aws-compatible types, licenses)
- Volumes
- Public Ips
- Snapshots
- Load Balancer
- Snapshots (🚨 Warning: snapshot computation is currently known to be over-priced.)
- Load Balancers
- Flexible GPU
- VPN Connection
- Outscale Object Storage
- VPN Connections
- Outscale Object Storage (🚨 Warning: Oos computation can take a long time, use `--skip-resource Oos` to disable this computation.)
- Nat Services
- Output formats:
- Current cost per hour
- Current cost per month
- Current cost per year
- Json (line-delimited JSON document)
- Human
- Open Document Spreadsheet (Ods)
- Prometheus


🚨 Warning: snapshot computation is currently known to be over-priced.

# Installation

Expand Down Expand Up @@ -110,7 +114,7 @@ Check [contributing documentation](CONTRIBUTING.md).

# Release

1. Update chart version (if necessary) in helm/osccost/Chart.yaml and osccost version in helm/osccost/values.yaml
1. Update chart version (if necessary) in `helm/osccost/Chart.yaml` and osc-cost version in `helm/osccost/values.yaml`

2. Tag the release
```
Expand Down

0 comments on commit d9a2ef7

Please sign in to comment.