diff -Nru sahara-dashboard-15.0.0+git2022011309.da7235b/ChangeLog sahara-dashboard-16.0.0/ChangeLog --- sahara-dashboard-15.0.0+git2022011309.da7235b/ChangeLog 2022-01-13 14:42:23.000000000 +0000 +++ sahara-dashboard-16.0.0/ChangeLog 2022-03-30 11:59:32.000000000 +0000 @@ -1,6 +1,9 @@ CHANGES ======= +16.0.0 +------ + * Update python testing classifier * Pass configured endpoint type to sahara client * Imported Translations from Zanata diff -Nru sahara-dashboard-15.0.0+git2022011309.da7235b/debian/changelog sahara-dashboard-16.0.0/debian/changelog --- sahara-dashboard-15.0.0+git2022011309.da7235b/debian/changelog 2022-01-28 18:09:51.000000000 +0000 +++ sahara-dashboard-16.0.0/debian/changelog 2022-03-31 12:46:21.000000000 +0000 @@ -1,3 +1,10 @@ +sahara-dashboard (16.0.0-0ubuntu1) jammy; urgency=medium + + * d/watch: Scope to 16.x series + * New upstream release for OpenStack Yoga. + + -- Corey Bryant Thu, 31 Mar 2022 08:46:21 -0400 + sahara-dashboard (15.0.0+git2022011309.da7235b-0ubuntu2) jammy; urgency=medium * d/rules: Update PBR_VERSION to handle git versioning (LP: #1959402). diff -Nru sahara-dashboard-15.0.0+git2022011309.da7235b/debian/watch sahara-dashboard-16.0.0/debian/watch --- sahara-dashboard-15.0.0+git2022011309.da7235b/debian/watch 2022-01-28 18:09:51.000000000 +0000 +++ sahara-dashboard-16.0.0/debian/watch 2022-03-31 12:46:21.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/;s/\.0b/~b/;s/\.0rc/~rc/" \ - https://tarballs.opendev.org/openstack/sahara-dashboard/ sahara-dashboard-(15\.\d.*)\.tar\.gz + https://tarballs.opendev.org/openstack/sahara-dashboard/ sahara-dashboard-(16\.\d.*)\.tar\.gz diff -Nru sahara-dashboard-15.0.0+git2022011309.da7235b/PKG-INFO sahara-dashboard-16.0.0/PKG-INFO --- sahara-dashboard-15.0.0+git2022011309.da7235b/PKG-INFO 2022-01-13 14:42:23.404753700 +0000 +++ sahara-dashboard-16.0.0/PKG-INFO 2022-03-30 11:59:32.600073300 +0000 @@ -1,11 +1,71 @@ -Metadata-Version: 2.1 +Metadata-Version: 1.2 Name: sahara-dashboard -Version: 15.1.0.dev10 +Version: 16.0.0 Summary: Sahara Management Dashboard Home-page: https://docs.openstack.org/sahara/latest/ Author: OpenStack Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN +Description: ======================== + Team and repository tags + ======================== + + .. image:: https://governance.openstack.org/tc/badges/sahara-dashboard.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html + + .. Change things from this point on + + OpenStack Dashboard plugin for Sahara project + ============================================= + + How to use with Horizon on server: + ---------------------------------- + + Use pip to install the package on the server running Horizon. Then either copy + or link the files in sahara_dashboard/enabled to + openstack_dashboard/local/enabled. This step will cause the Horizon service to + pick up the Sahara plugin when it starts. + + How to use with devstack: + ------------------------- + + Add the following to your devstack ``local.conf`` file:: + + enable_plugin sahara-dashboard https://opendev.org/openstack/sahara-dashboard + + + To run unit tests: + ------------------ + + ./run_tests.sh + + NOTE: + ===== + + As of the Mitaka release, the dashboard for sahara is now maintained + outside of the horizon codebase, in the repository. + + Links: + ------ + + Sahara project: https://opendev.org/openstack/sahara + + Storyboard project: https://storyboard.openstack.org/#!/project/936 + + Sahara docs site: https://docs.openstack.org/sahara/latest/ + + Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html + + How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html + + Release notes: https://docs.openstack.org/releasenotes/sahara-dashboard/ + + License + ------- + + Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 + + Platform: UNKNOWN Classifier: Environment :: OpenStack Classifier: Intended Audience :: Information Technology @@ -21,67 +81,3 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Requires-Python: >=3.6 -License-File: LICENSE -License-File: AUTHORS - -======================== -Team and repository tags -======================== - -.. image:: https://governance.openstack.org/tc/badges/sahara-dashboard.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html - -.. Change things from this point on - -OpenStack Dashboard plugin for Sahara project -============================================= - -How to use with Horizon on server: ----------------------------------- - -Use pip to install the package on the server running Horizon. Then either copy -or link the files in sahara_dashboard/enabled to -openstack_dashboard/local/enabled. This step will cause the Horizon service to -pick up the Sahara plugin when it starts. - -How to use with devstack: -------------------------- - -Add the following to your devstack ``local.conf`` file:: - - enable_plugin sahara-dashboard https://opendev.org/openstack/sahara-dashboard - - -To run unit tests: ------------------- - -./run_tests.sh - -NOTE: -===== - -As of the Mitaka release, the dashboard for sahara is now maintained -outside of the horizon codebase, in the repository. - -Links: ------- - -Sahara project: https://opendev.org/openstack/sahara - -Storyboard project: https://storyboard.openstack.org/#!/project/936 - -Sahara docs site: https://docs.openstack.org/sahara/latest/ - -Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html - -How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html - -Release notes: https://docs.openstack.org/releasenotes/sahara-dashboard/ - -License -------- - -Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - - - diff -Nru sahara-dashboard-15.0.0+git2022011309.da7235b/sahara_dashboard.egg-info/pbr.json sahara-dashboard-16.0.0/sahara_dashboard.egg-info/pbr.json --- sahara-dashboard-15.0.0+git2022011309.da7235b/sahara_dashboard.egg-info/pbr.json 2021-12-09 17:29:32.000000000 +0000 +++ sahara-dashboard-16.0.0/sahara_dashboard.egg-info/pbr.json 2022-03-30 11:59:32.000000000 +0000 @@ -1 +1 @@ -{"git_version": "aa9be40", "is_release": false} \ No newline at end of file +{"git_version": "da7235b", "is_release": true} \ No newline at end of file diff -Nru sahara-dashboard-15.0.0+git2022011309.da7235b/sahara_dashboard.egg-info/PKG-INFO sahara-dashboard-16.0.0/sahara_dashboard.egg-info/PKG-INFO --- sahara-dashboard-15.0.0+git2022011309.da7235b/sahara_dashboard.egg-info/PKG-INFO 2022-01-13 14:42:23.000000000 +0000 +++ sahara-dashboard-16.0.0/sahara_dashboard.egg-info/PKG-INFO 2022-03-30 11:59:32.000000000 +0000 @@ -1,11 +1,71 @@ -Metadata-Version: 2.1 +Metadata-Version: 1.2 Name: sahara-dashboard -Version: 15.1.0.dev10 +Version: 16.0.0 Summary: Sahara Management Dashboard Home-page: https://docs.openstack.org/sahara/latest/ Author: OpenStack Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN +Description: ======================== + Team and repository tags + ======================== + + .. image:: https://governance.openstack.org/tc/badges/sahara-dashboard.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html + + .. Change things from this point on + + OpenStack Dashboard plugin for Sahara project + ============================================= + + How to use with Horizon on server: + ---------------------------------- + + Use pip to install the package on the server running Horizon. Then either copy + or link the files in sahara_dashboard/enabled to + openstack_dashboard/local/enabled. This step will cause the Horizon service to + pick up the Sahara plugin when it starts. + + How to use with devstack: + ------------------------- + + Add the following to your devstack ``local.conf`` file:: + + enable_plugin sahara-dashboard https://opendev.org/openstack/sahara-dashboard + + + To run unit tests: + ------------------ + + ./run_tests.sh + + NOTE: + ===== + + As of the Mitaka release, the dashboard for sahara is now maintained + outside of the horizon codebase, in the repository. + + Links: + ------ + + Sahara project: https://opendev.org/openstack/sahara + + Storyboard project: https://storyboard.openstack.org/#!/project/936 + + Sahara docs site: https://docs.openstack.org/sahara/latest/ + + Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html + + How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html + + Release notes: https://docs.openstack.org/releasenotes/sahara-dashboard/ + + License + ------- + + Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 + + Platform: UNKNOWN Classifier: Environment :: OpenStack Classifier: Intended Audience :: Information Technology @@ -21,67 +81,3 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Requires-Python: >=3.6 -License-File: LICENSE -License-File: AUTHORS - -======================== -Team and repository tags -======================== - -.. image:: https://governance.openstack.org/tc/badges/sahara-dashboard.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html - -.. Change things from this point on - -OpenStack Dashboard plugin for Sahara project -============================================= - -How to use with Horizon on server: ----------------------------------- - -Use pip to install the package on the server running Horizon. Then either copy -or link the files in sahara_dashboard/enabled to -openstack_dashboard/local/enabled. This step will cause the Horizon service to -pick up the Sahara plugin when it starts. - -How to use with devstack: -------------------------- - -Add the following to your devstack ``local.conf`` file:: - - enable_plugin sahara-dashboard https://opendev.org/openstack/sahara-dashboard - - -To run unit tests: ------------------- - -./run_tests.sh - -NOTE: -===== - -As of the Mitaka release, the dashboard for sahara is now maintained -outside of the horizon codebase, in the repository. - -Links: ------- - -Sahara project: https://opendev.org/openstack/sahara - -Storyboard project: https://storyboard.openstack.org/#!/project/936 - -Sahara docs site: https://docs.openstack.org/sahara/latest/ - -Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html - -How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html - -Release notes: https://docs.openstack.org/releasenotes/sahara-dashboard/ - -License -------- - -Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - - -