We are jazzed to announce the release of: skyline-console 7.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/skyline-console Download the package from: https://tarballs.openstack.org/skyline-console/ Please report issues through: https://bugs.launchpad.net/skyline-apiserver/+bugs For more details, please see below. Changes in skyline-console 6.0.0.0rc1..7.0.0 -------------------------------------------- 12766cf8 feat: Update fixed ip filter for instance 447d83bb Add Fixed IP filter to the Instance page a9ee5da4 fix: Trim GET/HEAD query params to avoid trailing-space %20 52d82d2e fix: Need trim filter string 164a9941 feat: Update auto refresh 30fc0b9e feat: Update menu 5124e170 fix: Add X-Openstack-Request-Id for e2e request 4a7d5f03 Fix errors in portRangeRegex 580f14ad Monkey patch createHash function as workaround for hardcoded md4 hash ed2558bd fix: Fix ports fetch 0b802d04 feat: Add rescue feature to Nova instance actions. 31dba9f8 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 -- config/webpack.common.js | 5 ++ releasenotes/source/2025.1.rst | 6 ++ releasenotes/source/index.rst | 1 + src/client/client/request.js | 21 +++++- src/containers/List/index.jsx | 30 +++++++-- src/containers/TabDetail/index.jsx | 2 +- src/layouts/Base/Menu.jsx | 4 +- src/layouts/Base/index.jsx | 3 +- .../compute/containers/Instance/actions/Rescue.jsx | 77 ++++++++++++++++++++++ .../compute/containers/Instance/actions/index.jsx | 2 + src/pages/compute/containers/Instance/index.jsx | 15 +++++ .../Detail/PortForwarding/actions/Create.jsx | 8 +-- src/stores/neutron/fixed-ip.js | 2 +- src/stores/nova/instance.js | 7 +- src/utils/validate.js | 30 ++++++++- test/e2e/integration/pages/network/network.spec.js | 1 + test/e2e/integration/pages/network/port.spec.js | 10 +-- test/e2e/support/commands.js | 5 ++ 19 files changed, 203 insertions(+), 30 deletions(-)