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

no-reply at openstack.org no-reply at openstack.org
Mon Oct 8 18:32:20 UTC 2018


We are thrilled to announce the release of:

tripleo-ui 10.0.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 9.3.0..10.0.0
-----------------------------------

f672e31 Prepare the first tag for Stein 10.0.0
814122f Use swiftUrl as a base for exported plan download URL
83e0716 Imported Translations from Zanata
c3bc0d3 Upgrade webpack toolchain
1a18ba7 Imported Translations from Zanata
31e5217 Imported Translations from Zanata
18f6c46 Imported Translations from Zanata
1e635b1 New regex for the FQDN that handles many subdomains  - also case insensitive.
0a08f68 Update reno for stable/rocky
65ad64a switch documentation job to new PTI
23bbbea import zuul job settings from project-config
5e52532 Fix network lines rendering
6a041bc Sanitize deployment failure messages
2d2c157 Add ability to import plan from Git repository
9120682 List deployment plan in nodes list for deployed nodes
6d7f2ee Mitigate lodash vulnerability
48c5a9b Add ability to create plan using default templates
280f4ee Re-add ability to update plan via tarball
eff89de Convert EditPlan form to redux-form
91b9fbd Update plans state management
bbd7be8 Convert NewPlan form to redux-form
8d9925a Enable sorting of environments
8a0a9f4 Fix error message in case of available roles listing failure


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

.zuul.yaml                                         |    4 +
i18n/locales/de.json                               |   78 +-
i18n/locales/en-GB.json                            |   42 +-
i18n/locales/es.json                               |   42 +-
i18n/locales/id.json                               |   56 +-
i18n/locales/ja.json                               |  108 +-
i18n/locales/ko-KR.json                            |   42 +-
i18n/locales/zh-CN.json                            |  102 +-
npm-shrinkwrap.json                                | 7942 ++++++--------------
package.json                                       |   10 +-
releasenotes/source/index.rst                      |    1 +
releasenotes/source/rocky.rst                      |    6 +
src/js/actions/EnvironmentConfigurationActions.js  |    3 +-
src/js/actions/LoggerActions.js                    |   12 +-
src/js/actions/PlansActions.js                     |  330 +-
src/js/actions/RolesActions.js                     |    7 +-
src/js/actions/StacksActions.js                    |    7 -
src/js/actions/utils.js                            |   29 +
src/js/components/AuthenticatedContent.js          |   24 +-
src/js/components/deployment/DeploymentFailures.js |    3 +-
.../networkConfiguration/NetworkTopology.js        |   10 +-
src/js/components/nodes/Nodes.js                   |   41 +-
.../components/nodes/NodesListView/NodeListItem.js |    7 +-
.../components/nodes/NodesListView/NodeStates.js   |   18 +
src/js/components/plan/EditPlan.js                 |  224 +-
src/js/components/plan/EditPlanFieldsTab.js        |  146 +
src/js/components/plan/EditPlanForm.js             |   89 +
src/js/components/plan/EditPlanFormTabs.js         |  107 +
src/js/components/plan/FileList.js                 |   81 +-
src/js/components/plan/NewPlan.js                  |  171 +-
src/js/components/plan/NewPlanForm.js              |   93 +
src/js/components/plan/PlanEditFormTabs.js         |  170 -
src/js/components/plan/PlanFieldsTab.js            |  156 +
src/js/components/plan/PlanFileInput.js            |  184 -
src/js/components/plan/PlanFilesTab.js             |    8 +-
src/js/components/plan/PlanFormTabs.js             |  141 +-
src/js/components/plan/PlanUploadTypeRadios.js     |   95 +-
src/js/components/plan/PlansList.js                |   27 +-
src/js/components/plan/cards/PlanActions.js        |    3 +-
src/js/components/plan/cards/PlanCard.js           |   59 +-
.../ui/reduxForm/HorizontalDirectoryInput.js       |  188 +
.../components/ui/reduxForm/HorizontalFileInput.js |   75 +
src/js/components/ui/reduxForm/Radio.js            |   30 +
src/js/constants/PlansConstants.js                 |   34 +-
src/js/constants/StacksConstants.js                |    3 +-
src/js/immutableRecords/networks.js                |    2 +-
src/js/immutableRecords/plans.js                   |   29 +-
src/js/immutableRecords/stacks.js                  |    4 +-
src/js/normalizrSchemas/plans.js                   |   23 -
src/js/reducers/plansReducer.js                    |  173 +-
src/js/reducers/stacksReducer.js                   |   20 +-
src/js/selectors/networks.js                       |    9 +-
src/js/selectors/nodes.js                          |   17 +-
src/js/selectors/nodesAssignment.js                |    6 +-
src/js/selectors/plans.js                          |   21 +
src/js/selectors/stacks.js                         |   37 +-
src/js/services/SwiftApiService.js                 |    5 +-
src/js/utils/regex.js                              |    4 +-
63 files changed, 4708 insertions(+), 7055 deletions(-)







More information about the Release-announce mailing list