Skip to content

Commit

Permalink
Update versions (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Dec 25, 2024
1 parent d8c40b8 commit 5481e1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions content/docs/2.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Please refer to [Migration guide](./migration/) for details on migrating from Ja
* [OpenTracing](https://opentracing.io/)-inspired data model
* [OpenTelemetry](https://opentelemetry.io/) compatible
* Multiple built-in storage backends:
* [Cassandra 4+](./cassandra/)
* [Elasticsearch 7.x, 8.x](./elasticsearch/)
* [Cassandra](./cassandra/)
* [Elasticsearch](./elasticsearch/) and [OpenSearch](./opensearch/)
* [Badger](./badger/)
* [Kafka](./kafka/) - as an intermediate buffer
* [Kafka](./kafka/) (as an intermediate buffer)
* [Memory storage](./memory/)
* Extensibility with custom backends via [Remote Storage API](./storage/#remote-storage)
* System topology / service dependencies graphs
Expand Down
6 changes: 3 additions & 3 deletions content/docs/next-release-v2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Please refer to [Migration guide](./migration/) for details on migrating from Ja
* [OpenTracing](https://opentracing.io/)-inspired data model
* [OpenTelemetry](https://opentelemetry.io/) compatible
* Multiple built-in storage backends:
* [Cassandra 4+](./cassandra/)
* [Elasticsearch 7.x, 8.x](./elasticsearch/)
* [Cassandra](./cassandra/)
* [Elasticsearch](./elasticsearch/) and [OpenSearch](./opensearch/)
* [Badger](./badger/)
* [Kafka](./kafka/) - as an intermediate buffer
* [Kafka](./kafka/) (as an intermediate buffer)
* [Memory storage](./memory/)
* Extensibility with custom backends via [Remote Storage API](./storage/#remote-storage)
* System topology / service dependencies graphs
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ params:

latest: "1.64"
binariesLatest: "1.64.0"
versions: ["1.64","1.63", "1.62", "1.61", "1.60", "1.59", "1.58", "1.57", "1.56", "1.55", "1.54", "1.53", "1.52"]
versions: ["1.64","1.63", "1.62", "1.61", "1.60", "1.59", "1.58", "1.57"]

latestV2: "2.1"
binariesLatestV2: "2.1.0"
Expand Down

0 comments on commit 5481e1b

Please sign in to comment.