diff --git a/debian/changelog b/debian/changelog index ab97757..9fda4ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,227 +1,237 @@ +swh-objstorage (0.0.30-1~swh1) unstable-swh; urgency=medium + + * New upstream release 0.0.30 - (tagged by Antoine R. Dumont + (@ardumont) on 2019-02-22 10:58:36 + +0100) + * Upstream changes: - v0.0.30 - swh.objstorage: Make the api + use explicit configuration (+ checks) + + -- Software Heritage autobuilder (on jenkins-debian1) Fri, 22 Feb 2019 10:07:32 +0000 + swh-objstorage (0.0.29-1~swh2) unstable-swh; urgency=medium * Update packaging to use pytest -- Nicolas Dandrimont Wed, 09 Jan 2019 18:57:24 +0100 swh-objstorage (0.0.29-1~swh1) unstable-swh; urgency=medium * New upstream release 0.0.29 - (tagged by Nicolas Dandrimont on 2019-01-09 18:39:07 +0100) * Upstream changes: - Release swh.objstorage v0.0.29 - Remove Debian packaging metadata from the main tarballs -- Software Heritage autobuilder (on jenkins-debian1) Wed, 09 Jan 2019 17:44:02 +0000 swh-objstorage (0.0.28-1~swh1) unstable-swh; urgency=medium * v0.0.28 * swh.objstorage: Align config 'cls' key class for memory objstorage * swh.objstorage: Migrate to latest swh.model.hashutil.MultiHash * tests: migrate to pytest -- Antoine R. Dumont (@ardumont) Thu, 29 Nov 2018 17:30:08 +0100 swh-objstorage (0.0.27-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.27 * Update metaclass for RemoteObjStorage * Better test requirements * Improve error handling when some dependencies are missing -- Nicolas Dandrimont Thu, 11 Oct 2018 16:40:09 +0200 swh-objstorage (0.0.26-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.26 * Use a less surprising striping order for striping objstorage * Split off the rados objstorage to another package -- Nicolas Dandrimont Mon, 18 Jun 2018 16:32:20 +0200 swh-objstorage (0.0.25-1~swh1) unstable-swh; urgency=medium * Release swh-objstorage v0.0.25 * Ceph objstorage implementation * Striping objstorage implementation * Azure performance improvements * Multiplexer performance improvements -- Nicolas Dandrimont Sat, 12 May 2018 18:02:59 +0200 swh-objstorage (0.0.24-1~swh1) unstable-swh; urgency=medium * version 0.0.24 -- Antoine Pietri Fri, 01 Dec 2017 14:39:35 +0100 swh-objstorage (0.0.23-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage version 0.0.23 * Update packaging runes -- Nicolas Dandrimont Thu, 12 Oct 2017 18:08:00 +0200 swh-objstorage (0.0.22-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.22 * Move the checker to the archiver module * Prepare building for stretch -- Nicolas Dandrimont Fri, 30 Jun 2017 14:37:55 +0200 swh-objstorage (0.0.21-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.21 * Add a client_max_size configuration to override the aiohttp default -- Nicolas Dandrimont Mon, 19 Jun 2017 19:49:12 +0200 swh-objstorage (0.0.20-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.20 * Add an entrypoint for deployment with gunicorn -- Nicolas Dandrimont Tue, 13 Jun 2017 16:05:48 +0200 swh-objstorage (0.0.19-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.19 * move from flask to aiohttp -- Nicolas Dandrimont Tue, 13 Jun 2017 15:41:08 +0200 swh-objstorage (0.0.18-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.18 * Use swh.model.hashutil instead of swh.core.hashutil -- Nicolas Dandrimont Fri, 07 Apr 2017 14:22:19 +0200 swh-objstorage (0.0.17-1~swh1) unstable-swh; urgency=medium * v0.0.17 * Refactoring some common code into swh.core + adaptation api calls in * swh.objstorage -- Antoine R. Dumont (@ardumont) Thu, 26 Jan 2017 15:01:42 +0100 swh-objstorage (0.0.16-1~swh1) unstable-swh; urgency=medium * v0.0.16 * Default configuration is now a yml file -- Antoine R. Dumont (@ardumont) Thu, 05 Jan 2017 16:43:25 +0100 swh-objstorage (0.0.15-1~swh1) unstable-swh; urgency=medium * v0.0.15 * Configuration normalization -- Antoine R. Dumont (@ardumont) Mon, 19 Dec 2016 11:33:35 +0100 swh-objstorage (0.0.14-1~swh1) unstable-swh; urgency=medium * v0.0.14 -- Antoine R. Dumont (@ardumont) Fri, 11 Nov 2016 02:08:55 +0100 swh-objstorage (0.0.13-1~swh1) unstable-swh; urgency=medium * v0.0.13 * Fix wrong implementation contract on reading content from * objstorage (sending hex id instead of bytes id) -- Antoine R. Dumont (@ardumont) Fri, 30 Sep 2016 15:14:35 +0200 swh-objstorage (0.0.12-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.12 * Make optional dependencies really optional -- Nicolas Dandrimont Fri, 23 Sep 2016 14:26:05 +0200 swh-objstorage (0.0.11-1~swh1) unstable-swh; urgency=medium * v0.0.11 * multiplexer: Simplify filter setup logic * Make objstorage remote api configuration compliant * objstorage-azure: Fix implementation for missing blob -- Antoine R. Dumont (@ardumont) Tue, 20 Sep 2016 13:45:19 +0200 swh-objstorage (0.0.10-1~swh1) unstable-swh; urgency=medium * v0.0.10 * d/control: Add missing debian dependency -- Antoine R. Dumont (@ardumont) Wed, 14 Sep 2016 13:47:39 +0200 swh-objstorage (0.0.9-1~swh1) unstable-swh; urgency=medium * v0.0.9 * Add objstorage_azure instance -- Antoine R. Dumont (@ardumont) Tue, 13 Sep 2016 15:47:17 +0200 swh-objstorage (0.0.8-1~swh1) unstable-swh; urgency=medium * v0.0.8 * Create new package python3-swh.objstorage.cloud * Add tests on cloud modules -- Antoine R. Dumont (@ardumont) Tue, 06 Sep 2016 16:27:59 +0200 swh-objstorage (0.0.7-1~swh1) unstable-swh; urgency=medium * v0.0.7 * Fix missing .items() to iterate over dict in RepairContentChecker -- Antoine R. Dumont (@ardumont) Fri, 26 Aug 2016 11:33:22 +0200 swh-objstorage (0.0.6-1~swh1) unstable-swh; urgency=medium * v0.0.6 * d/control: Add missing dependency on swh.storage.archiver -- Antoine R. Dumont (@ardumont) Thu, 25 Aug 2016 16:41:03 +0200 swh-objstorage (0.0.5-1~swh1) unstable-swh; urgency=medium * v0.0.5 * d/control: Package python3-swh.storage.checker -- Antoine R. Dumont (@ardumont) Thu, 25 Aug 2016 16:34:41 +0200 swh-objstorage (0.0.4-1~swh1) unstable-swh; urgency=medium * v0.0.4 * Fix configuration path to look for in * /etc/softwareheritage/objstorage/*_checker.yml -- Antoine R. Dumont (@ardumont) Thu, 25 Aug 2016 12:08:13 +0200 swh-objstorage (0.0.3-1~swh1) unstable-swh; urgency=medium * v0.0.3 * Separate configuration file per checker nature * Add missing call to super class's method to log information * Fix click option and argument -- Antoine R. Dumont (@ardumont) Wed, 24 Aug 2016 16:32:42 +0200 swh-objstorage (0.0.2-1~swh1) unstable-swh; urgency=medium * Release swh.objstorage v0.0.2 * Various enhancements to base classes * Add implementation of a cloud object storage -- Nicolas Dandrimont Fri, 19 Aug 2016 11:30:31 +0200 swh-objstorage (0.0.1-1~swh1) unstable-swh; urgency=medium * Initial release * v0.0.1 * First version of the independent object storage -- Quentin Campos Thu, 23 Jun 2016 16:30:47 +0200