diff --git a/Cargo.lock b/Cargo.lock index 2e5a2a110..e68af936c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "sozu" -version = "1.0.5" +version = "1.0.6" dependencies = [ "clap", "jemallocator", @@ -1838,7 +1838,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "1.0.5" +version = "1.0.6" dependencies = [ "hex", "libc", @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "sozu-e2e" -version = "1.0.5" +version = "1.0.6" dependencies = [ "futures", "hyper", @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 4c7645c42..4b7401dc0 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu" homepage = "https://sozu.io" -version = "1.0.5" +version = "1.0.6" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -34,8 +34,8 @@ tempfile = "^3.13.0" termion = "^4.0.3" thiserror = "^2.0.3" -sozu-command-lib = { path = "../command", version = "^1.0.5" } -sozu-lib = { path = "../lib", version = "^1.0.5" } +sozu-command-lib = { path = "../command", version = "^1.0.6" } +sozu-lib = { path = "../lib", version = "^1.0.6" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index e5ce6ca52..564c9db5c 100644 --- a/command/Cargo.toml +++ b/command/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-command-lib" homepage = "https://sozu.io" -version = "1.0.5" +version = "1.0.6" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 8be42ccac..7e80309b4 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sozu-e2e" -version = "1.0.5" +version = "1.0.6" rust-version = "1.80.0" edition = "2021" @@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] } time = "^0.3.36" tokio = { version = "1.40.0", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^1.0.5" } -sozu-lib = { path = "../lib", version = "^1.0.5" } +sozu-command-lib = { path = "../command", version = "^1.0.6" } +sozu-lib = { path = "../lib", version = "^1.0.6" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 09c0ef284..d38e2a3d5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-lib" homepage = "https://sozu.io" -version = "1.0.5" +version = "1.0.6" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -51,7 +51,7 @@ socket2 = { version = "^0.5.7", features = ["all"] } thiserror = "^2.0.3" time = "^0.3.36" -sozu-command-lib = { path = "../command", version = "^1.0.5" } +sozu-command-lib = { path = "../command", version = "^1.0.6" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 65fe72a5b..edd268fad 100644 --- a/os-build/archlinux/PKGBUILD +++ b/os-build/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan-Erik Rediger pkgname=sozu-git -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=1 pkgdesc="HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust" arch=('i686' 'x86_64') diff --git a/os-build/linux-rpm/sozu.spec b/os-build/linux-rpm/sozu.spec index a22442b32..69e536498 100755 --- a/os-build/linux-rpm/sozu.spec +++ b/os-build/linux-rpm/sozu.spec @@ -6,7 +6,7 @@ Summary: A lightweight, fast, always-up reverse proxy server. Name: sozu -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0 @@ -104,6 +104,8 @@ semodule -r %{name} %license LICENSE %changelog +* Thu Dec 05 2024 Eloi Démolis +- release 1.0.6 * Mon Oct 14 2024 Florentin Dubois - release 1.0.5 * Thu Jul 25 2024 Emmanuel Bosquet