Skip to content

Commit b0a02ba

Browse files
v1.4.2
1 parent 482cada commit b0a02ba

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Sonic Changelog
22
===============
33

4+
## 1.4.2 (2023-09-04)
5+
6+
### Changes
7+
8+
* Produce `glibc` builds from GitHub Actions whenever a new Sonic version gets released [[@valeriansaliou](https://github.com/valeriansaliou)].
9+
410
## 1.4.1 (2023-08-12)
511

612
### New Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sonic-server"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Fast, lightweight and schema-less search backend."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ You might find it convenient to run Sonic via Docker. You can find the pre-built
9494
First, pull the `valeriansaliou/sonic` image:
9595

9696
```bash
97-
docker pull valeriansaliou/sonic:v1.4.1
97+
docker pull valeriansaliou/sonic:v1.4.2
9898
```
9999

100100
Then, seed it a configuration file and run it (replace `/path/to/your/sonic/config.cfg` with the path to your configuration file):
101101

102102
```bash
103-
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
103+
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
104104
```
105105

106106
In the configuration file, ensure that:

0 commit comments

Comments
 (0)