From 55772db280ec8df20a4963549be2cfb6d4f1af86 Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Thu, 20 Jun 2024 12:20:14 +0200 Subject: [PATCH] chore: update to Radicale 3.2.2 (#152) * chore: update to Radicale 3.2.2 * doc: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- test_image_prod.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d572c2..4e80cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [3.2.2.0] - 2024-06-20 + +## Changed + +- [Update to Radicale 3.2.2](https://github.com/tomsquest/docker-radicale/pull/152) + ## [3.2.1.0] - 2024-06-07 ## Changed diff --git a/Dockerfile b/Dockerfile index 318ac5d..16c695f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG COMMIT_ID ENV COMMIT_ID ${COMMIT_ID} ARG VERSION -ENV VERSION ${VERSION:-3.2.1} +ENV VERSION ${VERSION:-3.2.2} ARG BUILD_UID ENV BUILD_UID ${BUILD_UID:-2999} diff --git a/test_image_prod.py b/test_image_prod.py index e91ed7b..af08f0b 100644 --- a/test_image_prod.py +++ b/test_image_prod.py @@ -51,7 +51,7 @@ def test_port(host): def test_version(host): - assert host.check_output("/venv/bin/radicale --version") == "3.2.1" + assert host.check_output("/venv/bin/radicale --version") == "3.2.2" def test_user(host):