Skip to content

Commit c48d6b0

Browse files
v1.33.0
1 parent 55ab94e commit c48d6b0

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.32.0"
3+
version = "1.33.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
@@ -105,13 +105,13 @@ You might find it convenient to run Bloom via Docker. You can find the pre-built
105105
First, pull the `valeriansaliou/bloom` image:
106106

107107
```bash
108-
docker pull valeriansaliou/bloom:v1.32.0
108+
docker pull valeriansaliou/bloom:v1.33.0
109109
```
110110

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

113113
```bash
114-
docker run -p 8080:8080 -p 8811:8811 -v /path/to/your/bloom/config.cfg:/etc/bloom.cfg valeriansaliou/bloom:v1.32.0
114+
docker run -p 8080:8080 -p 8811:8811 -v /path/to/your/bloom/config.cfg:/etc/bloom.cfg valeriansaliou/bloom:v1.33.0
115115
```
116116

117117
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.32
4+
VERSION = 1.33
55
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
66
URL = https://github.com/valeriansaliou/bloom/releases/download/$(VERSION)/
77

0 commit comments

Comments
 (0)