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

# 4.8.2025070901

## <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. 신규 카탈로그 서비스가 추가 되었습니다.

* Opensearch
* Cocktail-telemetry-collector

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

* 파이프라인
  * 승인 프로세스 기능이 추가 되었습니다.
* 애드온 version upgrade
  * ingress-nginx 4.12.3 버전으로 업그레이드 되었습니다.

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

* 빌드서버 Image prune 처리
  * 빌드 실행 완료 후, 빌드 과정에서 생성 된 오브젝트 파일(사용하지 않는)을 삭제하는 로직 기능이 추가 되었습니다.
  * 미 사용 이미지를 제거하여 노드의 디스크 공간을 확보하여 장애를 방지합니다.

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

* 파이프라인, 이미지 업데이트 빌드 상세 수정시 Task를 전부 삭제한 상태로 저장시 API 호출 되는 문제가 수정되었습니다.
* 파이프라인 실행 시 이벤트 호출시 상태가 맞지않는 경우가 간헐적으로 발생하는 부분이 수정되었습니다.
* 최초 로그인 시, 대시보드 화면 속도가 개선되었습니다.
* Released 상태의 파이프라인 삭제 시, 삭제가 되지 않는 현상이 수정되었습니다.


---

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