Skip to content

Commit

Permalink
bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Apr 11, 2024
1 parent 8040c1e commit 905ab60
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 27 deletions.
18 changes: 9 additions & 9 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 client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-client",
"version": "0.13.0",
"version": "0.14.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-common",
"version": "0.13.0",
"version": "0.14.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"module": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion crates/harness-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harness-tests"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harness"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-balancer-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-balancer-bin"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-balancer-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-balancer-protocol"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-balancer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-balancer"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ott-collector"
description = "A small service to collect and aggregate system state from Balancers, and make it available to Grafana."
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-common"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
8 changes: 6 additions & 2 deletions docs/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
1. change the version
```bash
./scripts/set-version.sh a.b.c
yarn run lint # make sure not to commit linting errors
cargo check # update cargo.lock
```
2. commit the change
```bash
git commit -m "bump version to a.b.c"
```
3. tag the commit
4. push the commit and tag
```bash
git push origin
git push origin --tags
```
5. CI will build docker images and push them to docker hub
6. create a release on github
1. CI will build docker images and push them to docker hub
2. create a release on github
```bash
gh release create
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentogethertube",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"license": "AGPL-3.0-or-later",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ott-vis-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-vis-datasource",
"version": "0.13.0",
"version": "0.14.0",
"description": "Collects ott system state",
"author": "Ott",
"license": "AGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/ott-vis-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-vis-panel",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"author": "Ott",
"license": "AGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/ott-vis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-vis",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"license": "AGPL-3.0-or-later",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-server",
"version": "0.13.0",
"version": "0.14.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"module": "esnext",
Expand Down
2 changes: 1 addition & 1 deletion tools/balancer-tester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "balancer-tester"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tools/ws-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ws-fuzz"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 905ab60

Please sign in to comment.