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

no-reply at openstack.org no-reply at openstack.org
Fri Jan 11 16:51:49 UTC 2019


We joyfully announce the release of:

tripleo-ui 10.2.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.

10.2.0
^^^^^^

New Features

* Introduced Prepare Container Images as Step 5 in deployment plan
  page and included container images configuration summary

* Add wizard to configure container images, user can provide basic
  container images information, configuration gets automatically
  generated, user can review and tweak details of the configuration in
  convenient editor-like interface

* Added 'Delete' and 'Redeploy' deployment actions. These actions
  are available in appropriate phases of deployment lifecycle and
  allow user to undeploy deployment or redeploy it with updated
  configuration

* Available Roles in Roles selection dialog are now displayed in
  scrollable modal panel view, which allows to submit the form more
  easily.

* Role cards are now equal size, to make the cards more organized.
  Description is truncated when needed.

* Clicking Role name opens Role details dialog which contains title,
  complete description, tags, role networks and services

Changes in tripleo-ui 10.1.0..10.2.0
------------------------------------

2b452d5 Prepare stein-2
dbbfde4 Use execution_id in Zaqar messages handler
15afda3 Imported Translations from Zanata
ce43a73 Modify the word url address
4dff34d Move tripleo-ui out of the shared tripleo gate
58c74eb Fix the missing undercloud jobs
2c383c3 [Documentation] Migrate the format.
5e91c01 Add release note for container images wizard
2781889 Add advanced configuration of container images
3fbbe46 Add container images configuration wizard
20d939c Update redux-form, add react-ace dependencies
31c7b4e Add Prepare Container Images step
0227cd7 Change openstack-dev to openstack-discuss
7450cf8 Enable deletion of deployment upon successful deployment
a4dab1f Imported Translations from Zanata
16d223e Enable Scale up/redeploy of a deployment
073d5d1 Update min tox version to 2.0
73b8269 Imported Translations from Zanata
2897ed7 Convert SelectRolesDialog to ModalPanel
f272d9c Imported Translations from Zanata


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

.zuul.yaml                                         |    6 +-
README.md                                          |   39 -
README.rst                                         |   50 +
i18n/locales/de.json                               |   65 +-
i18n/locales/en-GB.json                            |   65 +-
i18n/locales/es.json                               |  157 +-
i18n/locales/id.json                               |   65 +-
i18n/locales/ja.json                               |   67 +-
i18n/locales/ko-KR.json                            |   19 +-
i18n/locales/zh-CN.json                            |   65 +-
npm-shrinkwrap.json                                | 6615 ++++++++++----------
package.json                                       |    5 +-
...iner-images-configuration-341c68aa372e583c.yaml |    9 +
.../notes/deployment-actions-3cfacf00855bfa5f.yaml |    6 +
.../select-roles-modal-panel-185e8ae341fe6ae2.yaml |   10 +
setup.cfg                                          |    4 +-
src/js/actions/ContainerImagesActions.js           |   92 +
src/js/actions/ZaqarActions.js                     |   27 +-
.../ContainerImagePrepareParameterForm.js          |  111 +
.../ContainerImagePrepareParameterFormActions.js   |   88 +
.../containerImages/ContainerImagesPrepareForm.js  |  313 +
.../ContainerImagesPrepareFormActions.js           |   99 +
.../containerImages/ContainerImagesWizard.js       |  200 +
.../containerImages/PushDestinationInput.js        |  129 +
.../deployment/DeleteDeploymentButton.js           |  107 +
src/js/components/deployment/DeploymentActions.js  |  107 +
.../deployment/DeploymentConfirmation.js           |    2 +-
src/js/components/deployment/DeploymentFailure.js  |   26 +-
src/js/components/deployment/DeploymentProgress.js |    9 +-
.../deployment/RecoverDeploymentStatusButton.js    |   31 +-
src/js/components/deployment/RedeployPlanButton.js |  107 +
.../ConfigureContainerImagesStep.js                |   67 +
.../ContainerImagesConfigurationSummary.js         |  117 +
src/js/components/deployment_plan/CurrentPlan.js   |   50 +-
.../deployment_plan/DeleteStackButton.js           |   91 -
src/js/components/deployment_plan/DeployStep.js    |   18 +-
.../deployment_plan/DeploymentFailure.js           |    3 +
.../deployment_plan/DeploymentProgress.js          |   12 +-
.../deployment_plan/DeploymentSuccess.js           |   28 +-
.../components/roles/AvailableRoleDetailDialog.js  |  149 +
src/js/components/roles/AvailableRoleInput.js      |   30 +-
src/js/components/roles/RoleServices.js            |    2 +-
src/js/components/roles/SelectRolesDialog.js       |    7 +-
src/js/components/roles/SelectRolesForm.js         |   76 +-
src/js/components/ui/Modals/ConfirmationModal.js   |    9 +-
src/js/components/ui/Modals/RoutedWizard.js        |   25 +
src/js/components/ui/Modals/index.js               |    1 +
src/js/components/ui/cards/index.js                |   16 +
src/js/components/ui/reduxForm/AceEditorInput.js   |   51 +
.../ui/reduxForm/AceEditorInputToolbar.js          |   56 +
src/js/constants/ContainerImagesConstants.js       |   18 +
src/js/constants/DeploymentActionsConstants.js     |   19 +
src/js/constants/MistralConstants.js               |    2 +
src/js/immutableRecords/deploymentStatus.js        |    4 +-
src/js/reducers/deploymentStatus.js                |    8 +-
src/js/reducers/parametersReducer.js               |    7 +
src/js/reducers/stacksReducer.js                   |    6 +
src/js/selectors/parameters.js                     |   33 +-
src/js/utils/regex.js                              |   12 +
src/less/base.less                                 |    1 +
src/less/components/Loader.less                    |    1 +
src/less/ui/AceEditorToolbar.less                  |   23 +
src/less/utils/patternflyOverrides.less            |    4 +
tox.ini                                            |    2 +-
65 files changed, 6024 insertions(+), 3621 deletions(-)







More information about the Release-announce mailing list