From 77d0135a609ca8c4196ddbba8de466bbdda85867 Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Tue, 24 Nov 2020 11:52:20 +0100 Subject: [PATCH] prepare v2.1.0 release --- CHANGELIST | 28 +++++++++++++++++++++++++++- VERSION | 2 +- findoid | 2 +- packages/debian/changelog | 30 ++++++++++++++++++++++++++++++ packages/rhel/sanoid.spec | 4 +++- sanoid | 2 +- syncoid | 2 +- 7 files changed, 64 insertions(+), 6 deletions(-) diff --git a/CHANGELIST b/CHANGELIST index b83b717..49fcd50 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,29 @@ +2.1.0 [overall] documentation updates, small fixes (@HavardLine, @croadfeldt, @jimsalterjrs, @jim-perkins, @kr4z33, @phreaker0) + [syncoid] do not require user to be specified for syncoid (@aerusso) + [syncoid] implemented option for keeping sync snaps (@phreaker0) + [syncoid] use sudo if neccessary for checking pool capabilities regarding resumeable send (@phreaker0) + [syncoid] catch another case were the resume state isn't availabe anymore (@phreaker0) + [syncoid] check for an invalid argument combination (@phreaker0) + [syncoid] fix iszfsbusy check for similar dataset names (@phreaker0) + [syncoid] append timezone offset to the syncoid snapshot name to fix DST collisions (@phreaker0) + [packaging] post install script for debian package to remove old unused snapshot cache file (@phreaker0) + [syncoid] implemented fallback for listing snapshots on solaris (@phreaker0) + [sanoid] remove invalid locks (@phreaker0) + [packaging] removed debian dependency for systemd (@phreaker0) + [sanoid] move sanoid cache and lock files to subdirectories (@lopsided98) + [sanoid] remove 's in monitoring messages (@dlangille) + [findoid] reworked argument parsing and error out if file path is not provided (@phreaker0) + [findoid] also show current file version if available (@phreaker0) + [findoid] handle FileNotFound errors properly (@phreaker0) + [findoid] don't use hardcoded paths (@phreaker0) + [findoid] improve dataset detection by only including mounted datasets (@phreaker0) + [sanoid] pass more information to pre/post/prune scripts and execute them only once per dataset (@tiedotguy, @phreaker0) + [syncoid] implemented option for preserving recordsizes on initial replications (@phreaker0) + [syncoid] fixed send size estimation for latest FreeBSD versions (@phreaker0) + [syncoid] add ability to configure pv (@gdevenyi) + [sanoid] don't use hardcoded paths (@phreaker0) + [syncoid] gracefully handle error when source dataset disappeared (@mschout) + 2.0.3 [sanoid] reverted DST handling and improved it as quickfix (@phreaker0) 2.0.2 [overall] documentation updates, new dependencies, small fixes, more warnings (@benyanke, @matveevandrey, @RulerOf, @klemens-u, @johnramsden, @danielewood, @g-a-c, @hartzell, @fryfrog, @phreaker0) @@ -20,7 +46,7 @@ [syncoid] option to change mbuffer size (@TerraTech) [tests] fixes for FreeBSD (@phreaker0) [sanoid] support for zfs recursion (@jMichaelA, @phreaker0) - [syncoid] fixed bookmark handling for volumens (@ppcontrib) + [syncoid] fixed bookmark handling for volumes (@ppcontrib) [sanoid] allow time units for monitoring warn/crit values (@phreaker0) 2.0.1 [sanoid] fixed broken monthly warn/critical monitoring values in default template (@jimsalterjrs) diff --git a/VERSION b/VERSION index 50ffc5a..7ec1d6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.1.0 diff --git a/findoid b/findoid index 7267c1d..98ad581 100755 --- a/findoid +++ b/findoid @@ -4,7 +4,7 @@ # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this # project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. -$::VERSION = '2.0.2'; +$::VERSION = '2.1.0'; use strict; use warnings; diff --git a/packages/debian/changelog b/packages/debian/changelog index 7ea878b..b394acb 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,33 @@ +sanoid (2.1.0) unstable; urgency=medium + + [overall] documentation updates, small fixes (@HavardLine, @croadfeldt, @jimsalterjrs, @jim-perkins, @kr4z33, @phreaker0) + [syncoid] do not require user to be specified for syncoid (@aerusso) + [syncoid] implemented option for keeping sync snaps (@phreaker0) + [syncoid] use sudo if neccessary for checking pool capabilities regarding resumeable send (@phreaker0) + [syncoid] catch another case were the resume state isn't availabe anymore (@phreaker0) + [syncoid] check for an invalid argument combination (@phreaker0) + [syncoid] fix iszfsbusy check for similar dataset names (@phreaker0) + [syncoid] append timezone offset to the syncoid snapshot name to fix DST collisions (@phreaker0) + [packaging] post install script for debian package to remove old unused snapshot cache file (@phreaker0) + [syncoid] implemented fallback for listing snapshots on solaris (@phreaker0) + [sanoid] remove invalid locks (@phreaker0) + [packaging] removed debian dependency for systemd (@phreaker0) + [sanoid] move sanoid cache and lock files to subdirectories (@lopsided98) + [sanoid] remove 's in monitoring messages (@dlangille) + [findoid] reworked argument parsing and error out if file path is not provided (@phreaker0) + [findoid] also show current file version if available (@phreaker0) + [findoid] handle FileNotFound errors properly (@phreaker0) + [findoid] don't use hardcoded paths (@phreaker0) + [findoid] improve dataset detection by only including mounted datasets (@phreaker0) + [sanoid] pass more information to pre/post/prune scripts and execute them only once per dataset (@tiedotguy, @phreaker0) + [syncoid] implemented option for preserving recordsizes on initial replications (@phreaker0) + [syncoid] fixed send size estimation for latest FreeBSD versions (@phreaker0) + [syncoid] add ability to configure pv (@gdevenyi) + [sanoid] don't use hardcoded paths (@phreaker0) + [syncoid] gracefully handle error when source dataset disappeared (@mschout) + + -- Jim Salter Tue, 24 Nov 2020 11:47:00 +0100 + sanoid (2.0.3) unstable; urgency=medium [sanoid] reverted DST handling and improved it as quickfix (@phreaker0) diff --git a/packages/rhel/sanoid.spec b/packages/rhel/sanoid.spec index ce912ea..b4452e8 100644 --- a/packages/rhel/sanoid.spec +++ b/packages/rhel/sanoid.spec @@ -1,4 +1,4 @@ -%global version 2.0.3 +%global version 2.1.0 %global git_tag v%{version} # Enable with systemctl "enable sanoid.timer" @@ -111,6 +111,8 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name} %endif %changelog +* Wed Nov 24 2020 Christoph Klaffl - 2.1.0 +- Bump to 2.1.0 * Wed Oct 02 2019 Christoph Klaffl - 2.0.3 - Bump to 2.0.3 * Wed Sep 25 2019 Christoph Klaffl - 2.0.2 diff --git a/sanoid b/sanoid index 041445c..13ea085 100755 --- a/sanoid +++ b/sanoid @@ -4,7 +4,7 @@ # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this # project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. -$::VERSION = '2.0.3'; +$::VERSION = '2.1.0'; my $MINIMUM_DEFAULTS_VERSION = 2; use strict; diff --git a/syncoid b/syncoid index b771d8f..3f112de 100755 --- a/syncoid +++ b/syncoid @@ -4,7 +4,7 @@ # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this # project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. -$::VERSION = '2.0.3'; +$::VERSION = '2.1.0'; use strict; use warnings;