Skip to content

Commit 34f46c5

Browse files
v1.29.0
Signed-off-by: Valerian Saliou <[email protected]>
1 parent 9ea7dd7 commit 34f46c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloom-server"
3-
version = "1.28.0"
3+
version = "1.29.0"
44
description = "HTTP REST API caching middleware, to be used between load balancers and REST API workers."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ You might find it convenient to run Bloom via Docker. You can find the pre-built
103103
First, pull the `valeriansaliou/bloom` image:
104104

105105
```bash
106-
docker pull valeriansaliou/bloom:v1.28.0
106+
docker pull valeriansaliou/bloom:v1.29.0
107107
```
108108

109109
Then, seed it a configuration file and run it (replace `/path/to/your/bloom/config.cfg` with the path to your configuration file):
110110

111111
```bash
112-
docker run -p 8080:8080 -p 8811:8811 -v /path/to/your/bloom/config.cfg:/etc/bloom.cfg valeriansaliou/bloom:v1.28.0
112+
docker run -p 8080:8080 -p 8811:8811 -v /path/to/your/bloom/config.cfg:/etc/bloom.cfg valeriansaliou/bloom:v1.29.0
113113
```
114114

115115
In the configuration file, ensure that:

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
DISTRIBUTION = $(shell lsb_release -sr)
4-
VERSION = 1.28
4+
VERSION = 1.29
55
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
66
URL = https://github.com/valeriansaliou/bloom/releases/download/$(VERSION)/
77

0 commit comments

Comments
 (0)