diff -Nru python-aodhclient-2.1.1/aodhclient.egg-info/pbr.json python-aodhclient-2.3.0/aodhclient.egg-info/pbr.json --- python-aodhclient-2.1.1/aodhclient.egg-info/pbr.json 2020-09-10 12:48:30.000000000 +0000 +++ python-aodhclient-2.3.0/aodhclient.egg-info/pbr.json 2021-09-17 17:02:41.000000000 +0000 @@ -1 +1 @@ -{"git_version": "dff4f15", "is_release": true} \ No newline at end of file +{"git_version": "e0bb4cf", "is_release": true} \ No newline at end of file diff -Nru python-aodhclient-2.1.1/aodhclient.egg-info/PKG-INFO python-aodhclient-2.3.0/aodhclient.egg-info/PKG-INFO --- python-aodhclient-2.1.1/aodhclient.egg-info/PKG-INFO 2020-09-10 12:48:30.000000000 +0000 +++ python-aodhclient-2.3.0/aodhclient.egg-info/PKG-INFO 2021-09-17 17:02:41.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: aodhclient -Version: 2.1.1 +Version: 2.3.0 Summary: Python client library for Aodh Home-page: https://docs.openstack.org/python-aodhclient/latest/ Author: OpenStack diff -Nru python-aodhclient-2.1.1/aodhclient.egg-info/SOURCES.txt python-aodhclient-2.3.0/aodhclient.egg-info/SOURCES.txt --- python-aodhclient-2.1.1/aodhclient.egg-info/SOURCES.txt 2020-09-10 12:48:31.000000000 +0000 +++ python-aodhclient-2.3.0/aodhclient.egg-info/SOURCES.txt 2021-09-17 17:02:41.000000000 +0000 @@ -81,5 +81,7 @@ releasenotes/source/train.rst releasenotes/source/unreleased.rst releasenotes/source/ussuri.rst +releasenotes/source/victoria.rst +releasenotes/source/wallaby.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder \ No newline at end of file diff -Nru python-aodhclient-2.1.1/ChangeLog python-aodhclient-2.3.0/ChangeLog --- python-aodhclient-2.1.1/ChangeLog 2020-09-10 12:48:30.000000000 +0000 +++ python-aodhclient-2.3.0/ChangeLog 2021-09-17 17:02:41.000000000 +0000 @@ -1,6 +1,17 @@ CHANGES ======= +2.3.0 +----- + +* Update master for stable/wallaby + +2.2.0 +----- + +* Add Python3 wallaby unit tests +* Update master for stable/victoria + 2.1.1 ----- diff -Nru python-aodhclient-2.1.1/debian/changelog python-aodhclient-2.3.0/debian/changelog --- python-aodhclient-2.1.1/debian/changelog 2021-06-23 09:43:28.000000000 +0000 +++ python-aodhclient-2.3.0/debian/changelog 2021-10-07 14:46:42.000000000 +0000 @@ -1,8 +1,14 @@ -python-aodhclient (2.1.1-0ubuntu2~cloud0) focal-xena; urgency=medium +python-aodhclient (2.3.0-0ubuntu1~cloud0) focal-xena; urgency=medium * New update for the Ubuntu Cloud Archive. - -- Openstack Ubuntu Testing Bot Wed, 23 Jun 2021 09:43:28 +0000 + -- Openstack Ubuntu Testing Bot Thu, 07 Oct 2021 14:46:42 +0000 + +python-aodhclient (2.3.0-0ubuntu1) impish; urgency=medium + + * New upstream release for OpenStack Xena. + + -- Chris MacNaughton Wed, 06 Oct 2021 12:34:23 +0000 python-aodhclient (2.1.1-0ubuntu2) impish; urgency=medium diff -Nru python-aodhclient-2.1.1/PKG-INFO python-aodhclient-2.3.0/PKG-INFO --- python-aodhclient-2.1.1/PKG-INFO 2020-09-10 12:48:31.000000000 +0000 +++ python-aodhclient-2.3.0/PKG-INFO 2021-09-17 17:02:41.881277300 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: aodhclient -Version: 2.1.1 +Version: 2.3.0 Summary: Python client library for Aodh Home-page: https://docs.openstack.org/python-aodhclient/latest/ Author: OpenStack diff -Nru python-aodhclient-2.1.1/releasenotes/source/index.rst python-aodhclient-2.3.0/releasenotes/source/index.rst --- python-aodhclient-2.1.1/releasenotes/source/index.rst 2020-09-10 12:47:00.000000000 +0000 +++ python-aodhclient-2.3.0/releasenotes/source/index.rst 2021-09-17 17:01:47.000000000 +0000 @@ -8,6 +8,8 @@ :maxdepth: 2 unreleased + wallaby + victoria ussuri train stein diff -Nru python-aodhclient-2.1.1/releasenotes/source/victoria.rst python-aodhclient-2.3.0/releasenotes/source/victoria.rst --- python-aodhclient-2.1.1/releasenotes/source/victoria.rst 1970-01-01 00:00:00.000000000 +0000 +++ python-aodhclient-2.3.0/releasenotes/source/victoria.rst 2021-09-17 17:01:47.000000000 +0000 @@ -0,0 +1,6 @@ +============================= +Victoria Series Release Notes +============================= + +.. release-notes:: + :branch: stable/victoria diff -Nru python-aodhclient-2.1.1/releasenotes/source/wallaby.rst python-aodhclient-2.3.0/releasenotes/source/wallaby.rst --- python-aodhclient-2.1.1/releasenotes/source/wallaby.rst 1970-01-01 00:00:00.000000000 +0000 +++ python-aodhclient-2.3.0/releasenotes/source/wallaby.rst 2021-09-17 17:01:47.000000000 +0000 @@ -0,0 +1,6 @@ +============================ +Wallaby Series Release Notes +============================ + +.. release-notes:: + :branch: stable/wallaby diff -Nru python-aodhclient-2.1.1/.zuul.yaml python-aodhclient-2.3.0/.zuul.yaml --- python-aodhclient-2.1.1/.zuul.yaml 2020-09-10 12:47:00.000000000 +0000 +++ python-aodhclient-2.3.0/.zuul.yaml 2021-09-17 17:01:47.000000000 +0000 @@ -1,5 +1,5 @@ - project: templates: - - openstack-python3-victoria-jobs + - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - openstackclient-plugin-jobs