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

# 4.8.2024041901

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

### 1. NKS (Ncloud Kubernetes Service) 프로비저닝 지원. ![Beta Service](https://img.shields.io/badge/Beta-cf5b9e.svg?style=plastic)

&#x20;   **Naver Cloud Platform의 NKS 클러스터를 프로비저닝하고 등록하여 사용할 수 있습니다.**

* 프로비저닝 템플릿에 NKS 프로비저닝을 위한 템플릿이 추가 되었습니다.
* NKS 클러스터를 프로비저닝 하고, Autoscaling이 가능한 노드 그룹을 프로비저닝 할 수 있습니다.
* 새로운 NKS 클러스터 버전이 출시되면 사용자가 원하는 시점에  업그레이드 할 수 있습니다.
* NKS 클러스터 버전에 맞추어 노드 그룹 및 노드의 버전도 업그레이드 할 수 있습니다.

### 2. 프로비저닝 된 EKS 클러스터의 노드 버전을 업그레이드를 할 수 있습니다. ![Beta Service](https://img.shields.io/badge/Beta-cf5b9e.svg?style=plastic)

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

* 사용자 편의성 개선을 위한 UI/UX를 지속 개선 중이며, 아래 내용이 반영 되었습니다.
  * 다크 테마 적용시 색상이 올바르게 보여지지 않던 여러 페이지가 개선되었습니다.
  * 페이지를 접고 / 펼치는 UI의 가시성이 개선 되었습니다.
  * 백업/복원의 리소스 목록을 조회하는 팝업 UI를 개선하였습니다.
  * 백업/복원의 복원이력 상세화면에서 원본 백업이 삭제된 경우 사용자가 인지 가능하도록 UI를 개선하였습니다.
  * 백업 생성시 리소스 조회시 데이터가 많아 요청 API에 지연이 발생할 경우 요청을 취소할 수 있습니다.
  * 시크릿 상세정보 화면에서 필요시 데이터 값을 On/Off 하는 기능이 추가되었으며, 클립보드로 값을 복사할 수 있도록 지원합니다.
    * 또한, 시크릿 편집시 기존 데이터를 조회하여 편집할 수 있도록 개선 되었습니다..
  * 웹브라우저 클립보드 복사가 지원되지 않는 HTTP 환경에서는 API 토큰을 조회할 수 있도록 개선되었습니다.
  * 대시보드 화면에 자동 새로고침 기능이 추가되었습니다.

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

* 칵테일 Metric Server 애드온 3.12.1 버전이 추가 되었습니다. ![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 Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square)
  * 엔터프라이즈 라이선스 사용자가 Platform Cluster를 칵테일에 등록하여 사용 시 마스터 노드의 코어는 비용에서 제외 됩니다.

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

* 빌드/파이프라인 > 빌드 기능에서 태그 및 빌드 내용이 0개일 경우 마지막 빌드 일시가 비정상적으로 표시되던 문제가 수정되었습니다.
* 모니터링 차트의 그래프가 간헐적으로 UI박스를 벗어나던 문제가 수정되었습니다.
* 웹터미널 화면을 오픈 하였을때 간헐적으로 툴팁이 터미널박스 위로 겹쳐 보이던 문제를 수정하였습니다.
* 2Factor 인증이 추가된 사용자의 경우 등록 후 최초 로그인하거나 비밀번호 변경 후 로그인시 QR코드 화면이 올바르게 표시되지 않던 문제가 수정되었습니다.


---

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