From 18f4c7dd141a9526c6b588da30720e7a03dd7b2f Mon Sep 17 00:00:00 2001 From: rkanagar <111382766+rkanagar@users.noreply.github.com> Date: Mon, 29 May 2023 15:11:36 +0530 Subject: [PATCH] Release 4.6.0 * Updated package version to 4.6.0 * Updated ChangeLog for 4.6.0 release --- ChangeLog | 23 +++++++++++++++++++++++ appqos/ansible/intel/appqos/galaxy.yml | 2 +- appqos/appqos/__version__.py | 2 +- appqos/pyproject.toml | 2 +- lib/Makefile | 2 +- lib/pqos.h | 2 +- lib/python/pyproject.toml | 2 +- rpm/intel-cmt-cat.spec | 5 ++++- 8 files changed, 33 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index bcfb8bdd..03ece991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +======================================================================= +Release v4.6.0 2023-05-29 +======================================================================= + +Contributors (alphabetical order): + Boczkowski, AdrianX + Klosowski, Marcin + Michal AleksiƄski + Raghavan Kanagaraj + Roman Storozhenko + Shanahan, Corey + +1. Library: + - Added Non-Contiguous CBM support +2. PQoS + - Added Non-Contiguous CBM support +3. App QoS + - Added Non-Contiguous CBM support +4. rdtset + - Added Non-Contiguous CBM support +5. General: + - Bug fixes + ======================================================================= Release v4.5.0 2022-12-15 ======================================================================= diff --git a/appqos/ansible/intel/appqos/galaxy.yml b/appqos/ansible/intel/appqos/galaxy.yml index cfc1bcb7..8b730c76 100644 --- a/appqos/ansible/intel/appqos/galaxy.yml +++ b/appqos/ansible/intel/appqos/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: intel name: appqos -version: 1.0.3 +version: 4.6.0 readme: README.md diff --git a/appqos/appqos/__version__.py b/appqos/appqos/__version__.py index f9588c5d..f3f07944 100644 --- a/appqos/appqos/__version__.py +++ b/appqos/appqos/__version__.py @@ -36,4 +36,4 @@ App QoS software version """ -__version__ = "4.5.0" +__version__ = "4.6.0" diff --git a/appqos/pyproject.toml b/appqos/pyproject.toml index 0018f9ca..b91423aa 100644 --- a/appqos/pyproject.toml +++ b/appqos/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "pqos == 4.5.0", + "pqos == 4.6.0", "jsonschema", "pexpect", "flask", diff --git a/lib/Makefile b/lib/Makefile index 28b479cf..b584bbd8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -34,7 +34,7 @@ ############################################################################### LIB = libpqos -VERSION = 4.5.0 +VERSION = 4.6.0 SO_VERSION = 4 SHARED ?= y LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now diff --git a/lib/pqos.h b/lib/pqos.h index 6154c527..6ebfbf04 100644 --- a/lib/pqos.h +++ b/lib/pqos.h @@ -62,7 +62,7 @@ extern "C" { * ======================================= */ -#define PQOS_VERSION 40500 /**< version 4.5.0 */ +#define PQOS_VERSION 40600 /**< version 4.6.0 */ #define PQOS_MAX_COS 16 /**< 16 x COS */ #define PQOS_MAX_L3CA_COS PQOS_MAX_COS #define PQOS_MAX_L2CA_COS PQOS_MAX_COS diff --git a/lib/python/pyproject.toml b/lib/python/pyproject.toml index aa5eeab5..20a11a7a 100644 --- a/lib/python/pyproject.toml +++ b/lib/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pqos" -version = "4.5.0" +version = "4.6.0" description = "Python interface for Intel(R) RDT PQoS library" authors = [ { name = "Michal Aleksinski", email = "michalx.aleksinski@intel.com"}, diff --git a/rpm/intel-cmt-cat.spec b/rpm/intel-cmt-cat.spec index 9a3dfaf9..e8ea6d35 100644 --- a/rpm/intel-cmt-cat.spec +++ b/rpm/intel-cmt-cat.spec @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. %global githubname intel-cmt-cat -%global githubver 4.5.0 +%global githubver 4.6.0 %if %{defined githubsubver} %global githubfull %{githubname}-%{githubver}.%{githubsubver} @@ -181,6 +181,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %doc %{_usrsrc}/%{githubfull}/LICENSE %changelog +* Mon May 15 2023 Raghavan Kanagaraj 4.6.0-1 +- New release 4.6.0 + * Fri Dec 02 2022 Michal Aleksinski 4.5.0-1 - New release 4.5.0