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

# 4.8.2025110101

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

* cmdb에서 사용하던 mariadb의 버전이 업그레이드 되었습니다. (10.5 -> 11.4)
  * 버전 업그레이드 되면서 cmdb의 볼륨 subpath가 변경되었습니다.&#x20;
    * 자세한 내용은 cmdb 업그레이드 가이드 문서를 참고

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

* Kubernetes 1.33 등록 시 발생하는 오류가 수정되었습니다.
* Kubernetes Custom resources 조회 오류가 수정되었습니다.
* 파이프라인에서 워크로드의 상세화면이 겹쳐 보이는 현상이 수정되었습니다.
* 애드온 배포 및 수정 version 변경 시 Advanced Settings의 yaml이 변경되지 않는 오류가 수정되었습니다.
* 백업/복원 저장소의 PublicURL validation이 수정되었습니다.
* 터미널(xterm) 버전이 4.16 에서 5.5.0으로 업그레이드 되었습니다.


---

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