[release-announce] tripleo-ui 10.1.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 28 12:42:34 UTC 2018


We are jazzed to announce the release of:

tripleo-ui 10.1.0: tripleo-ui

This release is part of the stein release series.

Download the package from:

    https://tarballs.openstack.org/tripleo-ui/

For more details, please see below.

Changes in tripleo-ui 10.0.0..10.1.0
------------------------------------

2ec97a2 Prepare Stein M1 versions
c5a80e2 Fix tgz plan upload error on some OSes
7fb2cb4 Fix plan and logs export actions
eae8a7c Imported Translations from Zanata
675115f Removed older version of python added 3.5
555db64 Convert ZaqarActions to named exports
ea437a5 Convert RolesActions to named exports
7859c63 Convert RegisterNodesActions to named exports
0876f35 Convert ParametersActions to named exports
4a5f7c5 Convert NotificationActions to named exports
5b84b9d Convert EnvironmentConfigurationActions to named exports
bb84651 Convert NetworksActions to named exports
21a1f4c Convert LoginActions to named exports
95c97d6 Convert LoggerActions to named exports
4fc2498 Convert I18nActions to named exports
5c3c557 Convert FlavorsActions to named exports
03ebf89 Convert CurrentPlanActions to named exports
e3459a2 Convert WorkflowExecutionsActions to named exports
a3dab0a Convert ValidationsActions to named exports
f34edf9 Convert NodesActions to named expoers
a8da5aa Convert PlansActions to named exports
9ac79a5 Refactor workflow actions


Diffstat (except docs and test files)
-------------------------------------

i18n/locales/de.json                               |   2 +-
i18n/locales/en-GB.json                            |   2 +-
i18n/locales/es.json                               |   2 +-
i18n/locales/id.json                               |   2 +-
i18n/locales/ja.json                               |   2 +-
i18n/locales/ko-KR.json                            |   2 +-
i18n/locales/zh-CN.json                            |   2 +-
npm-shrinkwrap.json                                |   2 +-
package.json                                       |   2 +-
setup.cfg                                          |   2 +-
src/js/actions/CurrentPlanActions.js               |  51 +-
src/js/actions/DeploymentActions.js                |  12 +-
src/js/actions/EnvironmentConfigurationActions.js  | 270 +++---
src/js/actions/ErrorActions.js                     |  17 +-
src/js/actions/FlavorsActions.js                   |  74 +-
src/js/actions/I18nActions.js                      |  60 +-
src/js/actions/LoggerActions.js                    | 166 ++--
src/js/actions/LoginActions.js                     | 175 ++--
src/js/actions/NetworksActions.js                  |  95 +--
src/js/actions/NodesActions.js                     | 668 +++++++--------
src/js/actions/NotificationActions.js              |  38 +-
src/js/actions/ParametersActions.js                | 228 +++--
src/js/actions/PlansActions.js                     | 920 ++++++++++-----------
src/js/actions/RegisterNodesActions.js             | 142 ++--
src/js/actions/RolesActions.js                     | 272 +++---
src/js/actions/StacksActions.js                    | 254 +++---
src/js/actions/ValidationsActions.js               | 113 ++-
src/js/actions/WorkflowActions.js                  |   8 +-
src/js/actions/WorkflowExecutionsActions.js        | 108 +--
src/js/actions/ZaqarActions.js                     | 452 +++++-----
src/js/components/AuthenticatedContent.js          |  13 +-
src/js/components/NavBar.js                        |   8 +-
src/js/components/UserAuthenticator.js             |   4 +-
src/js/components/debug/DebugScreen.js             |  24 +-
.../deployment/DeploymentConfirmation.js           |   6 +-
src/js/components/deployment/DeploymentFailure.js  |   4 +-
src/js/components/deployment/DeploymentProgress.js |  10 +-
src/js/components/deployment/StackResources.js     |   5 +-
src/js/components/deployment/UndeployProgress.js   |  10 +-
src/js/components/deployment_plan/CurrentPlan.js   |  14 +-
.../deployment_plan/DeploymentFailure.js           |  11 +-
.../components/deployment_plan/DeploymentPlan.js   |   8 +-
.../deployment_plan/DeploymentProgress.js          |  10 +-
.../deployment_plan/DeploymentSuccess.js           |  13 +-
src/js/components/deployment_plan/RolesStep.js     |  17 +-
.../components/deployment_plan/UndeployProgress.js |  10 +-
.../EnvironmentConfiguration.js                    |  27 +-
src/js/components/i18n/I18nDropdown.js             |   8 +-
src/js/components/i18n/I18nProvider.js             |   8 +-
src/js/components/login/Login.js                   |   8 +-
.../networkConfiguration/NetworkConfiguration.js   |  19 +-
src/js/components/nodes/NodeDrives/NodeDrives.js   |   4 +-
src/js/components/nodes/Nodes.js                   |  22 +-
.../nodes/NodesListView/NodesListForm.js           |  19 +-
src/js/components/nodes/NodesTableView.js          |  16 +-
.../nodes/registerNodes/RegisterNodesDialog.js     |  17 +-
src/js/components/nodes/tag_nodes/TagNodesModal.js |   8 +-
.../notifications/NotificationsToaster.js          |  24 +-
.../components/parameters/EnvironmentParameters.js |  32 +-
src/js/components/parameters/Parameters.js         |  18 +-
src/js/components/plan/DeletePlan.js               |   6 +-
src/js/components/plan/EditPlan.js                 |  15 +-
src/js/components/plan/ExportPlan.js               |   4 +-
src/js/components/plan/NewPlan.js                  |  15 +-
src/js/components/plan/PlanFieldsTab.js            |   4 +-
src/js/components/plan/PlansList.js                |   7 +-
src/js/components/roles/NodesAssignment.js         |  12 +-
src/js/components/roles/RoleDetail.js              |  11 +-
src/js/components/roles/SelectRolesDialog.js       |  13 +-
.../components/utils/checkRunningDeploymentHOC.js  |  10 +-
src/js/components/validations/ValidationsList.js   |  19 +-
src/js/reducers/rolesReducer.js                    |   5 +
src/js/services/ZaqarWebSocketService.js           |   8 +-
src/js/services/logging/adapters/ZaqarAdapter.js   |   4 +-
93 files changed, 2156 insertions(+), 2594 deletions(-)







More information about the Release-announce mailing list