From 4886f60697169216eb8b55a55b292721fe02675a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Thu, 6 Nov 2025 14:01:24 +0100 Subject: [PATCH] doc: release notes 1.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- ReleaseNotes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c55dd4e..a8d0b56 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -6,6 +6,16 @@ For a complete list of changes, please refer to the [commits](https://github.com/cloudnative-pg/ciclops/commits/main) on the `main` branch in GitHub. +## Version 1.3.2 + +**Release date:** Nov 06, 2025 + +Improvements: + +- Update the Dockerfile to use `python:3.14-alpine` as a base image and to avoid + copying unneded project's files (#17) +- Update the GH actions dependencies (#17) + ## Version 1.3.1 **Release date:** Nov 25, 2024