Skip to content

Commit

Permalink
chore: release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jazeved0 committed Sep 27, 2020
1 parent 034c425 commit a8a3744
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radvisor"
version = "1.2.0"
version = "1.2.1"
authors = ["Joseph Azevedo <[email protected]>", "Bhanu Garg <[email protected]>"]
description = """\
Resource utilization monitor for Docker containers & Kubernetes pods
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

```yaml
---
Version: 1.2.0
Version: 1.2.1
Provider: docker
Created: "2020-03-24T07:27:49Z"
Command: "bash -c 'while true; do sleep 2; done'"
Expand Down Expand Up @@ -45,7 +45,7 @@ More information about what each column represents can be found in the [docs pag

```yaml
---
Version: 1.2.0
Version: 1.2.1
Provider: kubernetes
Uid: 9f0b1893-15e7-442a-966a-b0d19a35fc1c
Name: kube-proxy-hsplg
Expand Down Expand Up @@ -152,10 +152,10 @@ cargo build --release --bins \
Compiling cfg-if v0.1.10
...
Compiling shiplift v0.6.0
Compiling radvisor v1.2.0 (/home/jazev/dev/radvisor)
Compiling radvisor v1.2.1 (/home/jazev/dev/radvisor)
Finished release [optimized] target(s) in 4m 52s
$ ./radvisor --version
radvisor 1.2.0
radvisor 1.2.1
```

## ⚖️ License
Expand Down
2 changes: 1 addition & 1 deletion build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radvisor-toolbox"
version = "1.2.0"
version = "1.2.1"
authors = ["Joseph Azevedo <[email protected]>"]
description = """\
Collection of related CLI tools for `rAdvisor`,
Expand Down

0 comments on commit a8a3744

Please sign in to comment.