diff --git a/Cargo.lock b/Cargo.lock index 92c7203..9b35ead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bloom-server" -version = "1.34.0" +version = "1.35.0" dependencies = [ "brotli", "clap", diff --git a/Cargo.toml b/Cargo.toml index c169363..392bdab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bloom-server" -version = "1.34.0" +version = "1.35.0" description = "HTTP REST API caching middleware, to be used between load balancers and REST API workers." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index f7e734e..d4e48d1 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,13 @@ You might find it convenient to run Bloom via Docker. You can find the pre-built First, pull the `valeriansaliou/bloom` image: ```bash -docker pull valeriansaliou/bloom:v1.34.0 +docker pull valeriansaliou/bloom:v1.35.0 ``` Then, seed it a configuration file and run it (replace `/path/to/your/bloom/config.cfg` with the path to your configuration file): ```bash -docker run -p 8080:8080 -p 8811:8811 -v /path/to/your/bloom/config.cfg:/etc/bloom.cfg valeriansaliou/bloom:v1.34.0 +docker run -p 8080:8080 -p 8811:8811 -v /path/to/your/bloom/config.cfg:/etc/bloom.cfg valeriansaliou/bloom:v1.35.0 ``` In the configuration file, ensure that: diff --git a/debian/rules b/debian/rules index bbabe48..f3f0aa5 100644 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DISTRIBUTION = $(shell lsb_release -sr) -VERSION = 1.34 +VERSION = 1.35 PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0 URL = https://github.com/valeriansaliou/bloom/releases/download/$(VERSION)/