Skip to content

Commit 1804275

Browse files
authored
Bump 0.7.1 version. (#4444)
1 parent 13fc999 commit 1804275

File tree

37 files changed

+99
-99
lines changed

37 files changed

+99
-99
lines changed

config/tutorials/grafana/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ networks:
1010

1111
services:
1212
quickwit:
13-
image: quickwit/quickwit:${QUICKWIT_VERSION:-0.7.0}
13+
image: quickwit/quickwit:${QUICKWIT_VERSION:-0.7.1}
1414
grafana:
1515
image: grafana/grafana-oss:${GRAFANA_VERSION:-9.4.7}
1616
container_name: grafana

docs/get-started/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Downloads `.tar.gz`:
4343
<!-- Bellow is the set of links to edit when a new version is released -->
4444
<RenderIf condition={useDocsVersion().version != 'current'}>
4545

46-
version: 0.7.0 - [Release notes](https://github.com/quickwit-oss/quickwit/releases/tag/v0.7.0) - [Changelog](https://github.com/quickwit-oss/quickwit/blob/main/CHANGELOG.md)
46+
version: 0.7.1 - [Release notes](https://github.com/quickwit-oss/quickwit/releases/tag/v0.7.1) - [Changelog](https://github.com/quickwit-oss/quickwit/blob/main/CHANGELOG.md)
4747
License: [AGPL V3](https://github.com/quickwit-oss/quickwit/blob/main/LICENSE.md)
4848
Downloads `.tar.gz`:
49-
- [Linux ARM64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.0/quickwit-v0.7.0-aarch64-unknown-linux-gnu.tar.gz)
50-
- [Linux x86_64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.0/quickwit-v0.7.0-x86_64-unknown-linux-gnu.tar.gz)
51-
- [macOS aarch64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.0/quickwit-v0.7.0-aarch64-apple-darwin.tar.gz)
52-
- [macOS x86_64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.0/quickwit-v0.7.0-x86_64-apple-darwin.tar.gz)
49+
- [Linux ARM64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.1/quickwit-v0.7.1-aarch64-unknown-linux-gnu.tar.gz)
50+
- [Linux x86_64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.1/quickwit-v0.7.1-x86_64-unknown-linux-gnu.tar.gz)
51+
- [macOS aarch64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.1/quickwit-v0.7.1-aarch64-apple-darwin.tar.gz)
52+
- [macOS x86_64](https://github.com/quickwit-oss/quickwit/releases/download/v0.7.1/quickwit-v0.7.1-x86_64-apple-darwin.tar.gz)
5353

5454
</RenderIf>
5555

docs/get-started/tutorials/tutorial-jaeger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version: "3"
1616

1717
services:
1818
quickwit:
19-
image: quickwit/quickwit:${QW_VERSION:-0.7.0}
19+
image: quickwit/quickwit:${QW_VERSION:-0.7.1}
2020
volumes:
2121
- ./qwdata:/quickwit/qwdata
2222
ports:
@@ -69,7 +69,7 @@ You can also use the Quickwit UI at [http://localhost:7280](http://localhost:728
6969
Here are a couple of query examples:
7070
- `service_name:quickwit AND events.event_attributes.level:INFO`
7171
- `span_duration_millis:>100`
72-
- `resource_attributes.service.version:v0.7.0`
72+
- `resource_attributes.service.version:v0.7.1`
7373
- `service_name:quickwit`
7474

7575
That's it! You can level up with the following tutorials to discover all Quickwit features.

docs/log-management/send-logs/send-docker-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ x-default-logging: &logging
8686
8787
services:
8888
quickwit:
89-
image: quickwit/quickwit:${QW_VERSION:-0.7.0}
89+
image: quickwit/quickwit:${QW_VERSION:-0.7.1}
9090
volumes:
9191
- ./qwdata:/quickwit/qwdata
9292
ports:

quickwit/Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -258,35 +258,35 @@ azure_storage_blobs = { version = "0.13.0", default-features = false, features =
258258
opendal = { version = "0.44", default-features = false }
259259
reqsign = { version = "0.14", default-features = false }
260260

261-
quickwit-actors = { version = "0.7.0", path = "./quickwit-actors" }
262-
quickwit-aws = { version = "0.7.0", path = "./quickwit-aws" }
263-
quickwit-cli = { version = "0.7.0", path = "./quickwit-cli" }
264-
quickwit-cluster = { version = "0.7.0", path = "./quickwit-cluster" }
265-
quickwit-codegen = { version = "0.7.0", path = "./quickwit-codegen" }
266-
quickwit-codegen-example = { version = "0.7.0", path = "./quickwit-codegen/example" }
267-
quickwit-common = { version = "0.7.0", path = "./quickwit-common" }
268-
quickwit-config = { version = "0.7.0", path = "./quickwit-config" }
269-
quickwit-control-plane = { version = "0.7.0", path = "./quickwit-control-plane" }
270-
quickwit-index-management = { version = "0.7.0", path = "./quickwit-index-management" }
271-
quickwit-datetime = { version = "0.7.0", path = "./quickwit-datetime" }
272-
quickwit-directories = { version = "0.7.0", path = "./quickwit-directories" }
273-
quickwit-doc-mapper = { version = "0.7.0", path = "./quickwit-doc-mapper" }
274-
quickwit-indexing = { version = "0.7.0", path = "./quickwit-indexing" }
275-
quickwit-ingest = { version = "0.7.0", path = "./quickwit-ingest" }
276-
quickwit-integration-tests = { version = "0.7.0", path = "./quickwit-integration-tests" }
277-
quickwit-jaeger = { version = "0.7.0", path = "./quickwit-jaeger" }
278-
quickwit-janitor = { version = "0.7.0", path = "./quickwit-janitor" }
279-
quickwit-macros = { version = "0.7.0", path = "./quickwit-macros" }
280-
quickwit-macros-impl = { version = "0.7.0", path = "./quickwit-macros/impl" }
281-
quickwit-metastore = { version = "0.7.0", path = "./quickwit-metastore" }
282-
quickwit-opentelemetry = { version = "0.7.0", path = "./quickwit-opentelemetry" }
283-
quickwit-proto = { version = "0.7.0", path = "./quickwit-proto" }
284-
quickwit-query = { version = "0.7.0", path = "./quickwit-query" }
285-
quickwit-rest-client = { version = "0.7.0", path = "./quickwit-rest-client" }
286-
quickwit-search = { version = "0.7.0", path = "./quickwit-search" }
287-
quickwit-serve = { version = "0.7.0", path = "./quickwit-serve" }
288-
quickwit-storage = { version = "0.7.0", path = "./quickwit-storage" }
289-
quickwit-telemetry = { version = "0.7.0", path = "./quickwit-telemetry" }
261+
quickwit-actors = { version = "0.7.1", path = "./quickwit-actors" }
262+
quickwit-aws = { version = "0.7.1", path = "./quickwit-aws" }
263+
quickwit-cli = { version = "0.7.1", path = "./quickwit-cli" }
264+
quickwit-cluster = { version = "0.7.1", path = "./quickwit-cluster" }
265+
quickwit-codegen = { version = "0.7.1", path = "./quickwit-codegen" }
266+
quickwit-codegen-example = { version = "0.7.1", path = "./quickwit-codegen/example" }
267+
quickwit-common = { version = "0.7.1", path = "./quickwit-common" }
268+
quickwit-config = { version = "0.7.1", path = "./quickwit-config" }
269+
quickwit-control-plane = { version = "0.7.1", path = "./quickwit-control-plane" }
270+
quickwit-index-management = { version = "0.7.1", path = "./quickwit-index-management" }
271+
quickwit-datetime = { version = "0.7.1", path = "./quickwit-datetime" }
272+
quickwit-directories = { version = "0.7.1", path = "./quickwit-directories" }
273+
quickwit-doc-mapper = { version = "0.7.1", path = "./quickwit-doc-mapper" }
274+
quickwit-indexing = { version = "0.7.1", path = "./quickwit-indexing" }
275+
quickwit-ingest = { version = "0.7.1", path = "./quickwit-ingest" }
276+
quickwit-integration-tests = { version = "0.7.1", path = "./quickwit-integration-tests" }
277+
quickwit-jaeger = { version = "0.7.1", path = "./quickwit-jaeger" }
278+
quickwit-janitor = { version = "0.7.1", path = "./quickwit-janitor" }
279+
quickwit-macros = { version = "0.7.1", path = "./quickwit-macros" }
280+
quickwit-macros-impl = { version = "0.7.1", path = "./quickwit-macros/impl" }
281+
quickwit-metastore = { version = "0.7.1", path = "./quickwit-metastore" }
282+
quickwit-opentelemetry = { version = "0.7.1", path = "./quickwit-opentelemetry" }
283+
quickwit-proto = { version = "0.7.1", path = "./quickwit-proto" }
284+
quickwit-query = { version = "0.7.1", path = "./quickwit-query" }
285+
quickwit-rest-client = { version = "0.7.1", path = "./quickwit-rest-client" }
286+
quickwit-search = { version = "0.7.1", path = "./quickwit-search" }
287+
quickwit-serve = { version = "0.7.1", path = "./quickwit-serve" }
288+
quickwit-storage = { version = "0.7.1", path = "./quickwit-storage" }
289+
quickwit-telemetry = { version = "0.7.1", path = "./quickwit-telemetry" }
290290

291291
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "108f30b", default-features = false, features = [
292292
"lz4-compression",

quickwit/quickwit-actors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickwit-actors"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Quickwit, Inc. <hello@quickwit.io>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)