2023.1 Series Release Notes

2.0.0

New Features

  • Support some new params when create the zun container:

    1. add health check

    2. add exposed ports

    3. add auto remove

    4. add entrypoint

    5. add validator to some key-inputs

  • Optimize ID/Name column in the tables:

    • Shorten the display of the ID and only display the first 8 characters.

    • Provide button to support quick copy ID.

    • Bold the name to make it more prominent.

  • Support attach network and detach network for zun container

    1. Add attach network action for zun container

    2. Add detach network action for zun container

  • Support custom button in the upload form item

  • Support Flavor add CPU and memory search filters:

    • In the Console, Compute - Flavors page, support cpu and memory fuzzy search.

    • In the Administrator, Compute - Flavors page, support cpu and memory fuzzy search.

    • In the Console, Compute - Instances - Create Instance/Create Ironic, support cpu and memory fuzzy search in the Specification setting in the first step.

    • In the Console, Compute - Instances - Resize, support cpu and memory fuzzy search in the Specification setting.

    • In the Console, Database - Database Instances - Create Database Instance, support cpu and memory fuzzy search in the Database Flavor setting in the first step.

    • In the Console, Capsules - Clusters - Create Cluster Template/Edit Cluster Template, support cpu and memory fuzzy search in the Flavor / Master Flavor setting in the Spec step.

  • Support the global navigation at the top-left position of the page:

    • The global navigation displays all the expanded menu items.

    • The global navigation supports the search of the menu items.

    • Update the UI and UE of the menu items.

  • Feature #1990355:

    Support progress add abort when use modal form to download file:

    • Support showing download progress when download file.

    • Support abort request when download file.

  • Support quick creating keypair in Magnum service:

    1. Support quick creating keypair when create cluster template

    2. Support quick creating keypair when create cluster instance

  • Support Quota of Magnum cluster

    1. Show quota info when create cluster

    2. Support quota setting of magnum cluster when manage project quota

  • Support create cluster instance from template list

    1. Add create cluster action from magnum template list

    2. It is convenient and quick to use templates to create cluster instances

  • Support magnum in administrator platform:

    1. Show list and detail of cluster instance

    2. Show list and detail of cluster template

    3. Hide the keypair if in administrator platform

  • Support upgrade cluster and show quota info when resize cluster

    1. Add upgrade cluster action

    2. Show quota info when resize cluster

Bug Fixes

  • Fix image resource and step name

    1. fix the image resource by glance or docker

    2. fix step name from miscellaneous to others

  • Fix the label of node count in magnum cluster

    Unify the name of the label between detail page and creating step

  • Bug #2003303 <https://bugs.launchpad.net/skyline-console/+bug/2003303>:

    Fix the network IP availability showing by role.

    By default policy configuration, only administrative users can retrieve IP availability.

    Otherwise, Not Found (404) will be returned.

  • Bug #1992739:

    When the instance snapshot is used to create instance, if the instance snapshot is associated with data disks, it is supported to show necessary data disk information and make quota measurable.