magnum-ui 13.0.0.0rc1__tar.gz → 14.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/AUTHORS +2 -0
  2. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/ChangeLog +11 -2
  3. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/PKG-INFO +3 -1
  4. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/panel.py +1 -1
  5. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/urls.py +1 -1
  6. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/panel.py +1 -1
  7. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/urls.py +1 -1
  8. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/panel.py +1 -1
  9. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/urls.py +1 -1
  10. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_1370_project_container_infra_panel_group.py +1 -1
  11. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_2370_admin_container_infra_panel_group.py +1 -1
  12. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.spec.js +7 -1
  13. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.js +1 -0
  14. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js +38 -1
  15. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/PKG-INFO +3 -1
  16. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/SOURCES.txt +1 -0
  17. magnum-ui-14.0.0/magnum_ui.egg-info/pbr.json +1 -0
  18. magnum-ui-14.0.0/releasenotes/source/2023.2.rst +6 -0
  19. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/index.rst +1 -0
  20. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/setup.cfg +2 -0
  21. magnum-ui-13.0.0.0rc1/magnum_ui.egg-info/pbr.json +0 -1
  22. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/.eslintrc +0 -0
  23. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/.zuul.yaml +0 -0
  24. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/CONTRIBUTING.rst +0 -0
  25. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/LICENSE +0 -0
  26. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/README.rst +0 -0
  27. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/babel-django.cfg +0 -0
  28. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/babel-djangojs.cfg +0 -0
  29. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/bindep.txt +0 -0
  30. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/devstack/plugin.sh +0 -0
  31. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/devstack/settings +0 -0
  32. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/Makefile +0 -0
  33. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/requirements.txt +0 -0
  34. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/conf.py +0 -0
  35. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/configuration/index.rst +0 -0
  36. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/contributor/api.rst +0 -0
  37. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/contributor/index.rst +0 -0
  38. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/index.rst +0 -0
  39. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/install/index.rst +0 -0
  40. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/__init__.py +0 -0
  41. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/__init__.py +0 -0
  42. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/heat.py +0 -0
  43. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/magnum.py +0 -0
  44. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/rest/__init__.py +0 -0
  45. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/rest/magnum.py +0 -0
  46. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/__init__.py +0 -0
  47. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/__init__.py +0 -0
  48. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/tests.py +0 -0
  49. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/__init__.py +0 -0
  50. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/tests.py +0 -0
  51. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/__init__.py +0 -0
  52. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/__init__.py +0 -0
  53. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py +0 -0
  54. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py +0 -0
  55. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py +0 -0
  56. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/__init__.py +0 -0
  57. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/karma.conf.js +0 -0
  58. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/cs/LC_MESSAGES/django.po +0 -0
  59. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/cs/LC_MESSAGES/djangojs.po +0 -0
  60. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/de/LC_MESSAGES/django.po +0 -0
  61. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/de/LC_MESSAGES/djangojs.po +0 -0
  62. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po +0 -0
  63. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/en_GB/LC_MESSAGES/django.po +0 -0
  64. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po +0 -0
  65. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/fr/LC_MESSAGES/django.po +0 -0
  66. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/fr/LC_MESSAGES/djangojs.po +0 -0
  67. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/id/LC_MESSAGES/django.po +0 -0
  68. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/id/LC_MESSAGES/djangojs.po +0 -0
  69. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ja/LC_MESSAGES/django.po +0 -0
  70. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po +0 -0
  71. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  72. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po +0 -0
  73. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/pt_BR/LC_MESSAGES/django.po +0 -0
  74. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po +0 -0
  75. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ru/LC_MESSAGES/django.po +0 -0
  76. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +0 -0
  77. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/tr_TR/LC_MESSAGES/django.po +0 -0
  78. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po +0 -0
  79. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js +0 -0
  80. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.spec.js +0 -0
  81. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js +0 -0
  82. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.spec.js +0 -0
  83. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.js +0 -0
  84. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.js +0 -0
  85. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.spec.js +0 -0
  86. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.js +0 -0
  87. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.spec.js +0 -0
  88. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/details.module.js +0 -0
  89. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.js +0 -0
  90. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.spec.js +0 -0
  91. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.html +0 -0
  92. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.js +0 -0
  93. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.spec.js +0 -0
  94. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html +0 -0
  95. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/panel.html +0 -0
  96. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.js +0 -0
  97. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.spec.js +0 -0
  98. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html +0 -0
  99. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html +0 -0
  100. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/network.help.html +0 -0
  101. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html +0 -0
  102. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +0 -0
  103. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.spec.js +0 -0
  104. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.js +0 -0
  105. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js +0 -0
  106. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.js +0 -0
  107. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.spec.js +0 -0
  108. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js +0 -0
  109. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.spec.js +0 -0
  110. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.scss +0 -0
  111. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.js +0 -0
  112. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.spec.js +0 -0
  113. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/config/config.service.js +0 -0
  114. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/config/config.service.spec.js +0 -0
  115. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.spec.js +0 -0
  116. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.js +0 -0
  117. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.spec.js +0 -0
  118. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/details.module.js +0 -0
  119. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.js +0 -0
  120. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.spec.js +0 -0
  121. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html +0 -0
  122. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js +0 -0
  123. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.spec.js +0 -0
  124. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.html +0 -0
  125. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/panel.html +0 -0
  126. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js +0 -0
  127. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.spec.js +0 -0
  128. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.js +0 -0
  129. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.spec.js +0 -0
  130. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.js +0 -0
  131. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.spec.js +0 -0
  132. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.js +0 -0
  133. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.spec.js +0 -0
  134. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.controller.js +0 -0
  135. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.html +0 -0
  136. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.js +0 -0
  137. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.spec.js +0 -0
  138. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.js +0 -0
  139. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.spec.js +0 -0
  140. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html +0 -0
  141. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.js +0 -0
  142. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.spec.js +0 -0
  143. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.html +0 -0
  144. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/details.help.html +0 -0
  145. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/management.help.html +0 -0
  146. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/network.help.html +0 -0
  147. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html +0 -0
  148. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.spec.js +0 -0
  149. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/container-infra.module.js +0 -0
  150. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js +0 -0
  151. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/container-infra.scss +0 -0
  152. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/magnum.service.js +0 -0
  153. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/magnum.service.spec.js +0 -0
  154. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.js +0 -0
  155. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.spec.js +0 -0
  156. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.js +0 -0
  157. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.spec.js +0 -0
  158. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.js +0 -0
  159. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.spec.js +0 -0
  160. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/panel.html +0 -0
  161. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.js +0 -0
  162. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.spec.js +0 -0
  163. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.js +0 -0
  164. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.spec.js +0 -0
  165. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.js +0 -0
  166. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.spec.js +0 -0
  167. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.js +0 -0
  168. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.spec.js +0 -0
  169. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/utils.service.js +0 -0
  170. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/utils.service.spec.js +0 -0
  171. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/__init__.py +0 -0
  172. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/api_tests/__init__.py +0 -0
  173. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/api_tests/test_rest_api.py +0 -0
  174. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/helpers.py +0 -0
  175. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/integration_tests/__init__.py +0 -0
  176. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/settings.py +0 -0
  177. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/test_data.py +0 -0
  178. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/version.py +0 -0
  179. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/dependency_links.txt +0 -0
  180. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/not-zip-safe +0 -0
  181. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/requires.txt +0 -0
  182. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/top_level.txt +0 -0
  183. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/manage.py +0 -0
  184. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/package.json +0 -0
  185. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml +0 -0
  186. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/add-reno-7d46796dbf41c247.yaml +0 -0
  187. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/bugfix-cluster-template-hidden-arg-38909eaa92bd8d56.yaml +0 -0
  188. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/bugfix-set-floating_ip_enabled-default_in-cluster-template-true-ce06118f0e6064ba.yaml +0 -0
  189. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/improve-cluster-launch-dfc514b51cfa7f0e.yaml +0 -0
  190. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/newton-dac21adfe6c6b8ee.yaml +0 -0
  191. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/ocata-b08d6b024c63296b.yaml +0 -0
  192. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml +0 -0
  193. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/pike-b1af664f1033a131.yaml +0 -0
  194. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/queens-f99244e9db54ccf3.yaml +0 -0
  195. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/resize-actions-1436a2a0dccbd13b.yaml +0 -0
  196. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/rocky-56165675d959b593.yaml +0 -0
  197. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/show-health-status-ff92b2fe2bfad5ae.yaml +0 -0
  198. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/stein-a6adf485dbbbbd1a.yaml +0 -0
  199. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml +0 -0
  200. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/upgrade-actions-adf2f749ec0cc817.yaml +0 -0
  201. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/2023.1.rst +0 -0
  202. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/conf.py +0 -0
  203. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po +0 -0
  204. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +0 -0
  205. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +0 -0
  206. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po +0 -0
  207. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +0 -0
  208. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po +0 -0
  209. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po +0 -0
  210. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po +0 -0
  211. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po +0 -0
  212. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/newton.rst +0 -0
  213. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/ocata.rst +0 -0
  214. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/pike.rst +0 -0
  215. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/queens.rst +0 -0
  216. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/rocky.rst +0 -0
  217. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/stein.rst +0 -0
  218. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/train.rst +0 -0
  219. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/unreleased.rst +0 -0
  220. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/ussuri.rst +0 -0
  221. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/victoria.rst +0 -0
  222. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/wallaby.rst +0 -0
  223. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/xena.rst +0 -0
  224. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/yoga.rst +0 -0
  225. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/zed.rst +0 -0
  226. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/requirements.txt +0 -0
  227. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/setup.py +0 -0
  228. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/test-requirements.txt +0 -0
  229. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/test-shim.js +0 -0
  230. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tools/install_venv.py +0 -0
  231. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tools/install_venv_common.py +0 -0
  232. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tools/with_venv.sh +0 -0
  233. {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tox.ini +0 -0
@@ -9,9 +9,11 @@ Bharat Kunwar <brtknr@bath.edu>
9
9
  Bradley Jones <jones.bradley@me.com>
10
10
  Cao Xuan Hoang <hoangcx@vn.fujitsu.com>
11
11
  Charles Short <zulcss@gmail.com>
12
+ Corey Bryant <corey.bryant@canonical.com>
12
13
  Doug Hellmann <doug@doughellmann.com>
13
14
  Erik Olof Gunnar Andersson <eandersson@blizzard.com>
14
15
  Feilong Wang <flwang@catalyst.net.nz>
16
+ Felipe Reyes <felipe.reyes@canonical.com>
15
17
  Flavio Percoco <flaper87@gmail.com>
16
18
  Ghanshyam Mann <gmann@ghanshyammann.com>
17
19
  Hervé Beraud <hberaud@redhat.com>
@@ -1,8 +1,17 @@
1
1
  CHANGES
2
2
  =======
3
3
 
4
- 13.0.0.0rc1
5
- -----------
4
+ 14.0.0
5
+ ------
6
+
7
+ * Update python classifier in setup.cfg
8
+ * Add dropdown list to select fixed subnet
9
+ * Test 'trackBy' property in cluster template object
10
+ * Drop use of features removed in Django 4.0
11
+ * Update master for stable/2023.2
12
+
13
+ 13.0.0
14
+ ------
6
15
 
7
16
  * remove unicode from code
8
17
  * Imported Translations from Zanata
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: magnum-ui
3
- Version: 13.0.0.0rc1
3
+ Version: 14.0.0
4
4
  Summary: Magnum User Interface
5
5
  Home-page: https://docs.openstack.org/developer/magnum-ui/
6
6
  Author: OpenStack
@@ -91,3 +91,5 @@ Classifier: Programming Language :: Python :: 3.6
91
91
  Classifier: Programming Language :: Python :: 3.7
92
92
  Classifier: Programming Language :: Python :: 3.8
93
93
  Classifier: Programming Language :: Python :: 3.9
94
+ Classifier: Programming Language :: Python :: 3.10
95
+ Classifier: Programming Language :: Python :: 3.11
@@ -12,7 +12,7 @@
12
12
  # License for the specific language governing permissions and limitations
13
13
  # under the License.
14
14
 
15
- from django.utils.translation import ugettext_lazy as _
15
+ from django.utils.translation import gettext_lazy as _
16
16
  import horizon
17
17
 
18
18
 
@@ -13,7 +13,7 @@
13
13
  # under the License.
14
14
 
15
15
  from django.urls import re_path
16
- from django.utils.translation import ugettext_lazy as _
16
+ from django.utils.translation import gettext_lazy as _
17
17
  from horizon.browsers import views
18
18
  from magnum_ui.content.cluster_templates import panel
19
19
 
@@ -12,7 +12,7 @@
12
12
  # License for the specific language governing permissions and limitations
13
13
  # under the License.
14
14
 
15
- from django.utils.translation import ugettext_lazy as _
15
+ from django.utils.translation import gettext_lazy as _
16
16
  import horizon
17
17
 
18
18
  # DO NOT REMOVE
@@ -13,7 +13,7 @@
13
13
  # under the License.
14
14
 
15
15
  from django.urls import re_path
16
- from django.utils.translation import ugettext_lazy as _
16
+ from django.utils.translation import gettext_lazy as _
17
17
  from horizon.browsers import views
18
18
  from magnum_ui.content.clusters import panel
19
19
 
@@ -10,7 +10,7 @@
10
10
  # License for the specific language governing permissions and limitations
11
11
  # under the License.
12
12
 
13
- from django.utils.translation import ugettext_lazy as _
13
+ from django.utils.translation import gettext_lazy as _
14
14
 
15
15
  import horizon
16
16
 
@@ -11,7 +11,7 @@
11
11
  # under the License.
12
12
 
13
13
  from django.urls import re_path
14
- from django.utils.translation import ugettext_lazy as _
14
+ from django.utils.translation import gettext_lazy as _
15
15
 
16
16
  from horizon.browsers import views
17
17
 
@@ -11,7 +11,7 @@
11
11
  # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12
12
  # License for the specific language governing permissions and limitations
13
13
  # under the License.
14
- from django.utils.translation import ugettext_lazy as _
14
+ from django.utils.translation import gettext_lazy as _
15
15
 
16
16
  # The slug of the panel group to be added to HORIZON_CONFIG. Required.
17
17
  PANEL_GROUP = 'container_infra'
@@ -9,7 +9,7 @@
9
9
  # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
10
  # License for the specific language governing permissions and limitations
11
11
  # under the License.
12
- from django.utils.translation import ugettext_lazy as _
12
+ from django.utils.translation import gettext_lazy as _
13
13
 
14
14
  # The slug of the panel group to be added to HORIZON_CONFIG. Required.
15
15
  PANEL_GROUP = 'container_infra'
@@ -31,12 +31,18 @@
31
31
  var result = service.getClusterTemplatesPromise({});
32
32
  deferred.resolve({
33
33
  data:{
34
- items: [{id: 123, name: 'template1'}]
34
+ items: [
35
+ {id: 123, name: 'template1', updated_at: '2020-01-01'},
36
+ {id: 456, name: 'template2', created_at: '2021-12-12'},
37
+ ]
35
38
  }
36
39
  });
37
40
  $timeout.flush();
38
41
  expect(magnum.getClusterTemplates).toHaveBeenCalled();
39
42
  expect(result.$$state.value.data.items[0].name).toBe('template1');
43
+ expect(result.$$state.value.data.items[0].trackBy).toBe('1232020-01-01');
44
+ expect(result.$$state.value.data.items[1].name).toBe('template2');
45
+ expect(result.$$state.value.data.items[1].trackBy).toBe('4562021-12-12');
40
46
  }));
41
47
  });
42
48
 
@@ -112,6 +112,7 @@
112
112
 
113
113
  if (!model.create_network) {
114
114
  addFieldToRequestObjectIfSet('fixed_network','fixed_network');
115
+ addFieldToRequestObjectIfSet('fixed_subnet','fixed_subnet');
115
116
  }
116
117
  // Labels processing order (the following overrides previous):
117
118
  // Cluster Templates -> Create Form -> User-defined in 'labels' textarea
@@ -52,6 +52,7 @@
52
52
  function init(title, $scope) {
53
53
  var schema, form;
54
54
 
55
+ var fixedSubnetsInitial = gettext('Choose an existing subnet');
55
56
  // Default <option>s; will be shown in selector as a placeholder
56
57
  var templateTitleMap = [{value: '', name: gettext('Choose a Cluster Template') }];
57
58
  var availabilityZoneTitleMap = [{value: '',
@@ -62,6 +63,7 @@
62
63
  var workerFlavorTitleMap = [{value: '',
63
64
  name: gettext('Choose a Flavor for the Worker Node')}];
64
65
  var networkTitleMap = [{value: '', name: gettext('Choose an existing network')}];
66
+ var subnetTitleMap = [{value: '', name: fixedSubnetsInitial}];
65
67
  var ingressTitleMap = [{value: '', name: gettext('Choose an ingress controller')}];
66
68
 
67
69
  var addonsTitleMap = [];
@@ -102,6 +104,7 @@
102
104
  'master_lb_enabled': {type: 'boolean'},
103
105
  'create_network': { type: 'boolean' },
104
106
  'fixed_network': { type: 'string' },
107
+ 'fixed_subnet': { type: 'string' },
105
108
  'floating_ip_enabled': { type: 'boolean' },
106
109
  'ingress_controller': { type: 'object' },
107
110
 
@@ -332,6 +335,7 @@
332
335
  onChange: function(isNewNetwork) {
333
336
  if (isNewNetwork) {
334
337
  model.fixed_network = MODEL_DEFAULTS.fixed_network;
338
+ model.fixed_subnet = MODEL_DEFAULTS.fixed_subnet;
335
339
  }
336
340
  }
337
341
  },
@@ -341,6 +345,17 @@
341
345
  title: gettext('Use an Existing Network'),
342
346
  titleMap: networkTitleMap,
343
347
  condition: 'model.create_network === false',
348
+ required: true,
349
+ onChange: function () {
350
+ changeFixedNetwork(model);
351
+ }
352
+ },
353
+ {
354
+ key: 'fixed_subnet',
355
+ type: 'select',
356
+ title: gettext('Use an Existing Subnet'),
357
+ titleMap: subnetTitleMap,
358
+ condition: 'model.create_network === false',
344
359
  required: true
345
360
  }
346
361
  ]
@@ -486,6 +501,7 @@
486
501
  master_lb_enabled: false,
487
502
  create_network: true,
488
503
  fixed_network: '',
504
+ fixed_subnet: '',
489
505
  floating_ip_enabled: false,
490
506
  ingress_controller: '',
491
507
 
@@ -570,12 +586,33 @@
570
586
 
571
587
  function onGetNetworks(response) {
572
588
  angular.forEach(response.data.items, function(network) {
573
- networkTitleMap.push({value: network.id, name: network.name + ' (' + network.id + ')'});
589
+ networkTitleMap.push({
590
+ value: network.id,
591
+ name: network.name + ' (' + network.id + ')',
592
+ subnets: network.subnets
593
+ });
574
594
  });
575
595
 
576
596
  setSingleItemAsDefault(response.data.items, 'fixed_network', 'id');
577
597
  }
578
598
 
599
+ function changeFixedNetwork(model) {
600
+ if (model.fixed_network) {
601
+ subnetTitleMap = [{value:"", name: gettext("Choose an existing Subnet")}];
602
+ angular.forEach(networkTitleMap, function(network) {
603
+ if (network.value === model.fixed_network) {
604
+ angular.forEach(network.subnets, function(subnet) {
605
+ subnetTitleMap.push({value: subnet.id, name: subnet.name});
606
+ });
607
+ }
608
+ });
609
+ } else {
610
+ fixedSubnets = [{value:"", name: fixedSubnetsInitial}];
611
+ model.fixed_subnet = "";
612
+ }
613
+ form[0].tabs[2].items[0].items[0].items[3].titleMap = subnetTitleMap;
614
+ }
615
+
579
616
  function onGetIngressControllers(response) {
580
617
  angular.forEach(response.data.controllers, function(ingressController) {
581
618
  ingressTitleMap.push({value: ingressController, name: ingressController.name});
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: magnum-ui
3
- Version: 13.0.0.0rc1
3
+ Version: 14.0.0
4
4
  Summary: Magnum User Interface
5
5
  Home-page: https://docs.openstack.org/developer/magnum-ui/
6
6
  Author: OpenStack
@@ -91,3 +91,5 @@ Classifier: Programming Language :: Python :: 3.6
91
91
  Classifier: Programming Language :: Python :: 3.7
92
92
  Classifier: Programming Language :: Python :: 3.8
93
93
  Classifier: Programming Language :: Python :: 3.9
94
+ Classifier: Programming Language :: Python :: 3.10
95
+ Classifier: Programming Language :: Python :: 3.11
@@ -200,6 +200,7 @@ releasenotes/notes/stein-a6adf485dbbbbd1a.yaml
200
200
  releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml
201
201
  releasenotes/notes/upgrade-actions-adf2f749ec0cc817.yaml
202
202
  releasenotes/source/2023.1.rst
203
+ releasenotes/source/2023.2.rst
203
204
  releasenotes/source/conf.py
204
205
  releasenotes/source/index.rst
205
206
  releasenotes/source/newton.rst
@@ -0,0 +1 @@
1
+ {"git_version": "463d21c", "is_release": true}
@@ -0,0 +1,6 @@
1
+ ===========================
2
+ 2023.2 Series Release Notes
3
+ ===========================
4
+
5
+ .. release-notes::
6
+ :branch: stable/2023.2
@@ -6,6 +6,7 @@
6
6
  :maxdepth: 1
7
7
 
8
8
  unreleased
9
+ 2023.2
9
10
  2023.1
10
11
  zed
11
12
  yoga
@@ -18,6 +18,8 @@ classifier =
18
18
  Programming Language :: Python :: 3.7
19
19
  Programming Language :: Python :: 3.8
20
20
  Programming Language :: Python :: 3.9
21
+ Programming Language :: Python :: 3.10
22
+ Programming Language :: Python :: 3.11
21
23
 
22
24
  [files]
23
25
  packages =
@@ -1 +0,0 @@
1
- {"git_version": "a7278fc", "is_release": true}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes