Skip to content

Commit

Permalink
[docs] Change Supported Version For Cassandra (#742)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Resolves jaegertracing/jaeger#5160

## Description of the changes
- In jaegertracing/jaeger#5962, we removed
support for Cassandra 3.x. This PR updates the documentation to refelct
that.

## How was this change tested?
- CI

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 authored Sep 18, 2024
1 parent f846d48 commit f8ea5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/1.61/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ docker run \
* [Badger file permissions as non-root service](https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/docs/storage-file-non-root-permission.md)

### Cassandra
* Supported versions: 3.4+
* Supported versions: 4.x, 5.x

Deploying Cassandra itself is out of scope for our documentation. One good
source of documentation is the [Apache Cassandra Docs](https://cassandra.apache.org/doc/latest/).
Expand Down
2 changes: 1 addition & 1 deletion content/docs/next-release/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ docker run \
* [Badger file permissions as non-root service](https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/docs/storage-file-non-root-permission.md)

### Cassandra
* Supported versions: 3.4+
* Supported versions: 4.x, 5.x

Deploying Cassandra itself is out of scope for our documentation. One good
source of documentation is the [Apache Cassandra Docs](https://cassandra.apache.org/doc/latest/).
Expand Down

0 comments on commit f8ea5c9

Please sign in to comment.