Skip to content

Commit

Permalink
Release v2.0.0 alpha.6 (#352)
Browse files Browse the repository at this point in the history
* update CHANGELOG.md

* version up
  • Loading branch information
piakushin authored Oct 19, 2021
1 parent 5235d51 commit eb9c0f3
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 16 deletions.
28 changes: 22 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,33 @@ Bob versions changelog

## [Unreleased]
#### Added
- Add hardware metrics ([#242](https://github.com/qoollo/bob/pull/267))



#### Changed



#### Fixed



#### Updated



## [2.0.0-alpha.6] - 2021-10-19
#### Added
- Add hardware metrics (#242)
- Add REST API metrics (#255)
- Include brt into release builds (rpm, deb and zip) ([#344](https://github.com/qoollo/bob/pull/344))
- Include brt into release builds (rpm, deb and zip) (#344)


#### Changed
- Cleaner closes blobs instead of update ([#285](https://github.com/qoollo/bob/pull/300))
- Only stable releases to latest tag on Docker Hub ([#339](https://github.com/qoollo/bob/pull/339))
- Cleaner closes blobs instead of update (#285)
- Only stable releases to latest tag on Docker Hub (#339)
- Make Bob compile on stable toolchain.
- Add blob and index verification to blob recovery tool ([#230](https://github.com/qoollo/bob/pull/230))
- Add blob and index verification to blob recovery tool (#230)


#### Fixed
Expand All @@ -24,7 +41,6 @@ Bob versions changelog
- Upgrade pearl to v0.7.1



## [2.0.0-alpha.5] - 2021-10-02
#### Added
- Add random mode in get in bobp (#215)
Expand Down
2 changes: 1 addition & 1 deletion bob-apps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-apps"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions bob-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-backend"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down Expand Up @@ -43,4 +43,4 @@ default-features = false
features = []

[build-dependencies]
tonic-build = "0.5"
tonic-build = "0.5"
5 changes: 2 additions & 3 deletions bob-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-common"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down Expand Up @@ -36,5 +36,4 @@ default-features = false
features = []

[build-dependencies]
tonic-build = "0.5"

tonic-build = "0.5"
5 changes: 2 additions & 3 deletions bob-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-grpc"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand All @@ -23,5 +23,4 @@ default-features = false
features = []

[build-dependencies]
tonic-build = "0.5"

tonic-build = "0.5"
2 changes: 1 addition & 1 deletion bob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down

0 comments on commit eb9c0f3

Please sign in to comment.