We are excited to announce the release of: tripleo-ui 8.3.1: tripleo-ui This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/tripleo-ui/ For more details, please see below. 8.3.1 ^^^^^ Bug Fixes * Fixes bug 1750821 Available node counts in Role cards are properly calculated based on node - flavor - role tagging * Fixes bug 1750821 Use Nova profiles in node tagging form instead of role profiles Changes in tripleo-ui 8.3.0..8.3.1 ---------------------------------- c398082 Release 8.3.1 (queens) 74be88c Imported Translations from Zanata ace3245 Fix DeploymentInfo in DeploymentSuccess 6c9b13e Imported Translations from Zanata 16d2f61 Add nova to appConfig immutable record 37edb8b Remove unneeded icons on buttons 27558b3 Update deployment workflow tooltips e390928 Fix ModalPanel in Firefox 30c8c68 Properly calculate taggedCounts in nodesAssignment 77f9ba2 Use Nova profiles in node tagging form 57e3d96 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + config/tripleo_ui_config.js.sample | 1 + i18n/locales/de.json | 10 +- i18n/locales/en-GB.json | 10 +- i18n/locales/es.json | 34 +++-- i18n/locales/fr.json | 6 +- i18n/locales/id.json | 10 +- i18n/locales/ja.json | 12 +- i18n/locales/ko-KR.json | 10 +- i18n/locales/tr-TR.json | 10 +- i18n/locales/zh-CN.json | 78 +++++------ npm-shrinkwrap.json | 2 +- package.json | 2 +- .../node_counts_improved-def0d57d4f3d72ec.yaml | 6 + .../notes/nova-profiles-5457ad7c39d19426.yaml | 5 + .../deployment/DeploymentConfirmation.js | 1 - src/js/components/deployment/DeploymentDetail.js | 6 +- src/js/components/deployment/DeploymentSuccess.js | 6 +- src/js/components/deployment_plan/CurrentPlan.js | 29 ++-- src/js/components/deployment_plan/DeployStep.js | 1 - src/js/components/deployment_plan/HardwareStep.js | 1 - src/js/components/deployment_plan/RolesStep.js | 10 +- src/js/components/nodes/Nodes.js | 1 - src/js/components/nodes/NodesTableView.js | 4 - .../nodes/registerNodes/NodesFileUpload.js | 1 - .../nodes/registerNodes/RegisterNodesDialog.js | 1 - src/js/components/nodes/tag_nodes/TagNodesForm.js | 33 +---- src/js/components/nodes/tag_nodes/TagNodesModal.js | 32 ++--- src/js/components/plan/PlansList.js | 1 - src/js/components/roles/Roles.js | 2 + src/js/immutableRecords/appConfig.js | 1 + src/js/selectors/flavors.js | 9 +- src/js/selectors/nodes.js | 27 +--- src/js/selectors/nodesAssignment.js | 73 ++++++++-- src/less/ui/ModalPanel.less | 2 +- 37 files changed, 415 insertions(+), 229 deletions(-)