From b0a02ba209a1c96eb1b1e2986efeaea98503cba0 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 4 Sep 2023 22:02:01 +0200 Subject: [PATCH] v1.4.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a6a7c7..6a5f37b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Sonic Changelog =============== +## 1.4.2 (2023-09-04) + +### Changes + +* Produce `glibc` builds from GitHub Actions whenever a new Sonic version gets released [[@valeriansaliou](https://github.com/valeriansaliou)]. + ## 1.4.1 (2023-08-12) ### New Features diff --git a/Cargo.lock b/Cargo.lock index c3a03c15..b111ef13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "sonic-server" -version = "1.4.1" +version = "1.4.2" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index 050f6f8a..ce5c8c08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sonic-server" -version = "1.4.1" +version = "1.4.2" description = "Fast, lightweight and schema-less search backend." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index debb538c..aadcccb4 100644 --- a/README.md +++ b/README.md @@ -94,13 +94,13 @@ You might find it convenient to run Sonic via Docker. You can find the pre-built First, pull the `valeriansaliou/sonic` image: ```bash -docker pull valeriansaliou/sonic:v1.4.1 +docker pull valeriansaliou/sonic:v1.4.2 ``` Then, seed it a configuration file and run it (replace `/path/to/your/sonic/config.cfg` with the path to your configuration file): ```bash -docker run -p 1491:1491 -v /path/to/your/sonic/config.cfg:/etc/sonic.cfg -v /path/to/your/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.4.1 +docker run -p 1491:1491 -v /path/to/your/sonic/config.cfg:/etc/sonic.cfg -v /path/to/your/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.4.2 ``` In the configuration file, ensure that: