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

# 4.8.2026020801

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

### 1. 애드온이 추가 되었습니다.

* traefik 애드온이 추가 되었습니다. (nginx-ingress-controller EOS 관련)

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

* cocktail-cluster-api
  * 이벤트 처리 시 delete 처리 못하는 부분이 수정되었습니다.
  * invalid memory 이슈 관련하여 watcher에 방어코드가 추가되었습니다.

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

* 아래 칵테일 애드온 버전이 Deprecated 되었습니다.
  * velero:5.2.2
  * ingress-nginx:4.11.1
  * ingress-nginx:4.10.1
  * ingress-nginx:4.10.0
  * ingress-nginx:4.8.4
  * cert-manager:1.13.2
  * cert-manager:1.15.1
  * istio-cni:1.20.2
  * istio-egress:1.20.2
  * istio-ingress:1.20.2
  * istiod:1.20.2
  * kube-prometheus:stack:55.0.0
  * cocktail-monitoring-stack:55.0.0

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

* 노드/모니터링 GPU MIG 화면이 수정되었습니다. (Profile 테이블 추가)
* 사용자 권한으로 워크로드 생성 시, 화면이 나오지 않는 버그가 수정되었습니다.
* 로깅/애플리케이션 로그 화면 겹침 현상이 수정되었습니다.
* 워크스페이스 삭제 시 validation 이 수정되었습니다.&#x20;
* 이미지 빌드 TASK가 없을 때 사용자 작업의 이미지 경로를 불러오지 못하는 오류가 수정되었습니다.
* 외부 빌드서버로 이미지 빌드 시, 좀비 프로세스 발생하는 부분이 수정되었습니다.


---

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