From 493cba210b9abf152f0b56e906f71e4b894e0af0 Mon Sep 17 00:00:00 2001 From: ervin Date: Mon, 20 Mar 2017 14:34:09 +0100 Subject: [PATCH] Release v2.4.0 Update the required version of synergy-scheduler-manager Change-Id: I7eb35a6acd96ce29d748a0b68a82dd42717cd80f Depends-On: I03bbb3d795a8e771ee5a35a085078cc8301f8208 --- ChangeLog | 14 ++++++++++++++ packaging/debian/changelog | 14 ++++++++++++++ .../rpm/python-synergy-scheduler-manager.spec | 13 ++++++++++++- requirements.txt | 2 +- 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 563166a..3991053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ CHANGES ======= +* Add new "synergy_topic" parameter +* Fix a possible shared quota consistency issue +* Fix the bug concerning the user which is still showed after deletion +* simplify packaging with docker +* Fix the share percentage +* Remove unused logging import +* Fix the error: Arguments already parsed +* Fix the TypeError: not all arguments converted during string formatting +* Added configuration file + +2.3.0 +----- + +* Release v2.3.0 * Update of the link to the Synergy documentation * Fix a bug related to NUMA topology * Removed logging message diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 6b0feed..86444f7 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,17 @@ +python-synergy-scheduler-manager (2.4.0) unstable; urgency=low + + * Add new "synergy_topic" parameter + * Fix a possible shared quota consistency issue + * Fix the bug concerning the user which is still showed after deletion + * simplify packaging with docker + * Fix the share percentage + * Remove unused logging import + * Fix the error: Arguments already parsed + * Fix the TypeError: not all arguments converted during string formatting + * Added configuration file + + -- Ervin Konomi Mon, 20 Mar 2017 12:17:40 +0100 + python-synergy-scheduler-manager (2.3.0) unstable; urgency=low * Update of the link to the Synergy documentation diff --git a/packaging/rpm/python-synergy-scheduler-manager.spec b/packaging/rpm/python-synergy-scheduler-manager.spec index 17a411e..d11fd89 100644 --- a/packaging/rpm/python-synergy-scheduler-manager.spec +++ b/packaging/rpm/python-synergy-scheduler-manager.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-synergy-scheduler-manager -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: Advanced scheduling capability for OpenStack. Source: %name-%version.tar.bz2 @@ -51,6 +51,17 @@ install -D -m0644 config/synergy_scheduler.conf %{buildroot}%{_sysconfdir} %changelog +* Mon Mar 20 2017 Ervin Konomi - 2.4.0-1 +- Add new "synergy_topic" parameter +- Fix a possible shared quota consistency issue +- Fix the bug concerning the user which is still showed after deletion +- simplify packaging with docker +- Fix the share percentage +- Remove unused logging import +- Fix the error: Arguments already parsed +- Fix the TypeError: not all arguments converted during string formatting +- Added configuration file + * Mon Jan 30 2017 Ervin Konomi - 2.3.0-1 - Update of the link to the Synergy documentation - Fix a bug related to NUMA topology diff --git a/requirements.txt b/requirements.txt index 33332a3..9a3a0c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ oslo.serialization oslo.versionedobjects requests sqlalchemy -synergy-service>=1.4,<1.5 +synergy-service>=1.5,<1.6