Pike 시리즈에 대한 릴리즈 노트

4.0.0

새로운 기능

  • If a UI definition of the murano-applications has regex validation for input field then before generating html an additional attribute called ‘data-validations’ will be added to the form. This attribute has an array of objects. These objects have regex patterns and error messages. When filling a Murano-Applications form input fields will be validated by js script.

  • “배포 이력”이라는 새 버튼은 환경>어플리케이션 보기에 추가되었습니다. 클릭하면 배포 이력 보기를 불러오고, 현재 프로젝트(테넌트)의 모든 환경에 대한 배포를 보여줍니다.

  • 가용 볼륨과 볼륨 스냅샷을 표기하고 선택하기 위한 위젯이 추가되었습니다.

버그 수정

  • Introduce a fixed network mode for environments. Specifically, when this mode is activated, in the environment creation dialog user is no longer prompted for a network and instead a network previously assigned to the current project is used.

    Network is assigned to project using project metadata key (custom) with network ID as the value. Specify this metadata key in Horizon config to be able to use it

    This behavior is disabled by default and could be enabled by adding:

    USE_FIXED_NETWORK = yes FIXED_MURANO_NETWORK = murano_network

    to the Horizon configuration.