> ## Documentation Index
> Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Release note V1.11.0

**Release Date:** 2023-09-18

## Breaking Changes

* [Move kop ports and auth configurations to broker.kop](https://github.com/streamnative/charts/pull/1081)

Before 1.11

```
kop:
  ports:
    plaintext: 9092
    ssl: 9093
  auth:
    enabled: false
```

After 1.11

```
broker
  kop:
    enabled: true
    ports:
      plaintext: 9092
      ssl: 9093
    auth:
      enabled: false
```

## Features

* [Upgrade Pulsar to 3.0 and enable 3.0 new features](https://github.com/streamnative/charts/pull/1083)
* [Add logConfig support](https://github.com/streamnative/charts/pull/1067)
* [Support init jwt secret when create pulsar cluster](https://github.com/streamnative/charts/pull/1072)
* [Support custom token payload](https://github.com/streamnative/charts/pull/1082)

## Improvements

* \[Upgrade grafana image to 0.1.0]\([https://github.com/streamnative/charts/pull/1101](https://github.com/streamnative/charts/pull/1101)
* [Upgrade private cloud console version](https://github.com/streamnative/charts/pull/1086)
* [Add flag for support auto init jwt secret](https://github.com/streamnative/charts/pull/1084)

## Bug Fixes

* [Fix the missing template for proxy wss](https://github.com/streamnative/charts/pull/1096)
* [Fix the offload config](https://github.com/streamnative/charts/pull/1091)
* [Fix the generated secret from json string](https://github.com/streamnative/charts/pull/1088)
* [Replace removed tolerate-unready-endpoints annotation with publishNotReadyAddresses](https://github.com/streamnative/charts/pull/1066)
* [Replace the toolset kafka container image](https://github.com/streamnative/charts/issues/1089)
