> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-release-notes/release/4.8.2024072601.md).

# 4.8.2024072601

## <mark style="color:blue;">Improved</mark>&#x20;

* 워크로드 상세 화면에 Alarm 설정 및 확인 기능이 추가되었습니다. ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square)  ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square) ![Beta Service](https://img.shields.io/badge/Beta-cf5b9e.svg?style=plastic)
  * 워크로드 상세 화면의 모니터링 탭 옆에 새롭게 추가된 "알람" 탭에서 추가된 기능을 확인할 수 있습니다.
  * 워크로드에 설정된 Alarm에 대해서 확인 및 ON/OFF 설정등이 가능합니다.
  * 워크로드에서 발생한 Alarm 발생 이력 확인이 가능합니다.
* 모니터링 기능의 사용성을 개선하고 기능을 추가하였습니다. ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)
  * 모니터링 화면에서 시계열 차트를 팝업 오픈하여 확인할 수 있도록 기능이 추가 되었습니다. &#x20;
  * 모니터링 데이터를 엑셀 파일로 다운로드 할 수 있도록 기능이 추가 되었습니다.&#x20;
  * 모니터링 메뉴의 모든 SelectBox에서 검색이 가능하도록 개선되었습니다.&#x20;
* 백업/복원 > 볼륨 복제 화면에서 진행 상태별 로그를 확인할 수 있도록 개선 되었습니다. ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Beta Service](https://img.shields.io/badge/Beta-cf5b9e.svg?style=plastic)

## <mark style="color:blue;">Changed</mark> ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square)  ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)

* 페이지 단위로만 동작하던 리스트 정렬 기능이 전체 데이터를 기준으로 처리되도록 수정되었습니다.
* Filter 검색 기능의 위치가 우상단으로 이동 되었으며, 더 많은 컬럼을 대상으로 Filter가 동작하도록 수정되었습니다.
* LimitRange 생성/수정시에 이름의 유효성 검사 기능이 수정되었습니다.

## <mark style="color:blue;">Fixed</mark> ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Beta Service](https://img.shields.io/badge/Beta-cf5b9e.svg?style=plastic)

* 볼륨 복제 수정중 삭제 버튼 클릭시 확인 창이 2번 노출되던 문제가 수정되었습니다.
* 백업/복원 > 저장소 상세 정보 수정이 완료된 후에도 편집 화면이 유지되던 문제가 수정되었습니다.
* 백업/복원 > 복원지점, 복원이력 목록의 체크박스가 특정한 경우에 한하여 Disabled 상태에서도 체크 되던 문제가 수정되었습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cocktail-release-notes/release/4.8.2024072601.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
