From 180eaea1953d6e438e3f745bace4c430156c563e Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 1 Nov 2020 14:19:03 +0100 Subject: [PATCH] docs: 0.3.1 changelog --- docs/changelog.rst | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d74ded4..fedc4c3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,6 +27,33 @@ We use the following annotations for classifying changes: * |bugfix| Change that fixes a bug, no regressions or incompatibilities expected. * |docs| Change to the documentation. +0.3.1 +----- + +Mostly a bugfix release for :ref:`zrepl 0.3 `. + +* |feature| pruning: add optional ``regex`` field to ``last_n`` rule +* |docs| pruning: ``grid`` : improve documentation and add an example +* |bugfix| pruning: ``grid``: add all snapshots that do not match the regex to the rule's destroy list. + This brings the implementation in line with the docs. +* |bugfix| ``easyrsa`` script in docs +* |bugfix| platformtest: fix skipping encryption-only tests on systems that don't support encryption +* |bugfix| replication: report AttemptDone if no filesystems are replicated +* |feature| status + replication: warning if replication succeeeded without any filesystem being replicated +* |docs| update multi-job & multi-host setup section +* RPM Packaging +* CI infrastructure rework +* Continuous deployment of that new `stable` branch to zrepl.github.io. + +.. NOTE:: + | zrepl is a spare-time project primarily developed by `Christian Schwarz `_. + | You can support maintenance and feature development through one of the following services: + | |Donate via Patreon| |Donate via GitHub Sponsors| |Donate via Liberapay| |Donate via PayPal| + | Note that PayPal processing fees are relatively high for small donations. + | For SEPA wire transfer and **commercial support**, please `contact Christian directly `_. + +.. _release-0.3: + 0.3 --- @@ -89,13 +116,6 @@ Additional changelog: * **[MAINTAINER NOTICE]** New platform tests in this version, please make sure you run them for your distro! * **[MAINTAINER NOTICE]** Please add the shell completions to the zrepl packages. -.. NOTE:: - | zrepl is a spare-time project primarily developed by `Christian Schwarz `_. - | You can support maintenance and feature development through one of the following services: - | |Donate via Patreon| |Donate via GitHub Sponsors| |Donate via Liberapay| |Donate via PayPal| - | Note that PayPal processing fees are relatively high for small donations. - | For SEPA wire transfer and **commercial support**, please `contact Christian directly `_. - 0.2.1 -----