From 6d1d0494c5d9afe24d52621b8db15a385b502c36 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 16 Jun 2023 10:09:48 +0200 Subject: [PATCH] bump version to 0.5.2 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da22d3a..c65d898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-offline-mirror" -version = "0.5.1" +version = "0.5.2" authors = ["Proxmox Support Team "] edition = "2021" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 6d0a351..985fed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +rust-proxmox-offline-mirror (0.5.2) bullseye; urgency=medium + + * switch to native verisoning + + * add support for bookworm enterprise ceph repo + + * add bookworm to the list of releases for easier set up + + * update dependencies for current bookworm state + + * fix #4614: add note about key requirements to mirror docs + + * setup wizard: add subscription keys + + * config: properly skip serializing empty weak_crypto + + * fix #4261: allow GC for all configured mirrors + + * pool: drop redundant quote for paths.. + + * fix #4632: allow escape hatches for legacy repositories + + * improve GPG error messages + + * actually include version in user-agent + + -- Proxmox Support Team Fri, 16 Jun 2023 10:09:22 +0200 + rust-proxmox-offline-mirror (0.5.1-1) stable; urgency=medium * fix #4445: add proxy support by honoring ALL_PROXY environment variable