> 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.2024030801.md).

# 4.8.2024030801

## <mark style="color:blue;">New</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)

* 이제부터 워크로드 목록에서 바로 YAML 파일을 편집하여 수정 배포할 수 있습니다.

## <mark style="color:blue;">Improved</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)

### 1. 네비게이션 바에서 전체 메뉴에 대한 탐색을 지원합니다.&#x20;

* 메뉴 탐색중 하위메뉴로 진입시 일부 미 지원되었던 네비게이션 바가 이제부터 전체 메뉴를 지원합니다.

## <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)

* 대시보드의 이벤트 목록이 중요도가 높은 Warning 이벤트만 노출되도록 변경되었습니다.
* 애플리케이션 > 서비스맵의 워크로드를 중지/시작/재시작 시 사용자 확인 후 동작하도록 변경되었습니다.
* 노드 상세 정보에서 마스터 노드와 워커 노드를 아이콘으로 확인할 수 있습니다.
* 모니터링 애드온에서 수집하는 알람 중 아래 2개 알람이 비활성화 되었습니다.\
  기존에 모니터링 서비스 설치하여 사용중인 사용자가 해당 내용을 반영하려면 애드온을 업데이트 하셔야 합니다.
  * etcHighFsyncDurations
  * etcHighCommitDurations
* 인프라 > 노드 목록 진입시 클러스터 단위로 묶어서 보여지도록 변경되었습니다.
* 이제부터 MIG 모드와 Time Slicing 모드의 GPU 노드에 대한 사용량 정보를 모두 제공합니다.\
  해당 내용은 인프라 > 노드 목록에서 확인이 가능합니다.

## <mark style="color:blue;">Fixed</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)

* 빌드 구성 > 빌드 서버 목록 조회시 간헐적으로 발생하던 오류를 수정하였습니다.


---

# 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.2024030801.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.
