Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v20-rc1: update documentation #1767

Merged
merged 3 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/20.0/get-started/local-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Clone the GitHub repository via:

```shell
cd vitess
git checkout release-20.0
```

## Build the docker image
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/20.0/get-started/local-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ With everything now in place you can clone and build Vitess.
```sh
$ git clone https://github.com/vitessio/vitess.git
$ cd vitess
$ git checkout release-20.0
$ make build
```

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/20.0/get-started/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Download the [latest binary release](https://github.com/vitessio/vitess/releases
* Ubuntu is the only fully supported OS, for another OS please [build Vitess by yourself](/docs/contributing) or use the Docker images.

```sh
version=19.0.0-rc1
file=vitess-${version}-1bdb462.tar.gz
version=20.0.0-rc1
file=vitess-${version}-fe01c8d.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/20.0/get-started/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Change to the operator example directory:
```bash
git clone https://github.com/vitessio/vitess
cd vitess/examples/operator
git checkout release-20.0
```

Install the operator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Clone the GitHub repository via:

```shell
cd vitess
git checkout release-20.0
```

#### Build the docker image
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Each major release is maintained for 1 year.

> The latest and current vitess release is v17.0

### v20.0
- **Current version:** [v20.0.0-rc1](https://github.com/vitessio/vitess/releases/tag/v20.0.0-rc1) (2024-06-13)

### v19.0
- **Current version:** [v19.0.4](https://github.com/vitessio/vitess/releases/tag/v19.0.4) (2024-05-08)
- **Initial GA release:** [v19.0.0](https://github.com/vitessio/vitess/releases/tag/v19.0.0) (2024-03-06)
Expand Down