From b5d7bb116b19f6bba420d520545b12b3fb7a39bd Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Fri, 6 Dec 2024 21:50:32 +0100 Subject: [PATCH] add 2.12.2 patch release notes --- cpt-releasenotes.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/cpt-releasenotes.rst b/cpt-releasenotes.rst index 9b53df0..60fd072 100644 --- a/cpt-releasenotes.rst +++ b/cpt-releasenotes.rst @@ -1,13 +1,23 @@ +Release Notes for CernVM-FS 2.12.2 +================================== + +CernVM-FS 2.12.2 is a small patch release that adds the "quick" ``cvmfs_config fsck -q`` option to check for and quarantine zeroed files in the cache. + +Release Notes for CernVM-FS 2.12.1 +================================== + +CernVM-FS 2.12.1 is a small patch release that fixes a packaging issue: it ensures that the service to reload cvmfs after package upgrades is correctly configured. Release Notes for CernVM-FS 2.12.0 ================================== -CernVM-FS 2.12.0 is a sizeable feature release with new features, bug fixes and performance improvements, +CernVM-FS 2.12.0 is a sizeable feature release with new features, bug fixes and performance improvements. +NOTE: Testing has shown instances of cache corruption with this release, it will not be released in production. On your testing instances, upgrade to 2.12.2, run ``cvmfs_config fsck -q`` frequently and report any errors. Highlights are: -* Support for FUSE-T on MacOS, allowing for easy installation without security tweaks +* Experimental Support for FUSE-T on MacOS, allowing for easy installation without security tweaks * Refcounted Cache Manager now the default @@ -17,6 +27,8 @@ Highlights are: * Several fixes in the fuse internals, for example the page cache tracker +* Reloading of CVMFS after package upgrades is now done via a daemon to avoid blocking the package transaction + As with previous releases, upgrading clients should be seamless just by installing the new package from the repository. As usual, we recommend updating only a few worker nodes first and gradually ramp up once the new version proves