Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Prepare 2.5.1-1.3.3 release (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schlicht authored Nov 5, 2020
1 parent 5e7e450 commit 4a646cc
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 14 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To get more information around KUDO Kafka architecture please take a look on the

## Getting started

The latest stable version of Kafka operator is `1.3.2`
The latest stable version of Kafka operator is `1.3.3`
For more details, please see the [docs](./docs/) folder.

## Testing Features
Expand All @@ -37,13 +37,12 @@ You can also test some of key features of KUDO Kafka present in [features runboo
| 1.2.1 | 2.4.1 | 0.11.0 |
| 1.3.0 | 2.5.0 | 0.11.0 |
| 1.3.1 | 2.5.0 | 0.13.0 |
| **1.3.2** | **2.5.1** | **0.14.0** |
| 1.3.2 | 2.5.1 | 0.14.0 |
| **1.3.3** | **2.5.1** | **0.14.0** |


## Unreleased version

| KUDO Kafka | Apache Kafka | Minimum KUDO Version |
| ---------- | ------------ | -------------------- |
| 1.3.3 | 2.6.0 | 0.14.0 |


| 1.3.4 | 2.6.0 | 0.14.0 |
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## latest

## v1.3.3

- Support node internal IP for external access
- Support annotations for external access services

Expand Down
2 changes: 2 additions & 0 deletions images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ For CI and pushing the image to DockerHub run:
```
./build.sh push
```

You likely won't have permissions to push to Dockerhub though. Use the [TeamCity job](https://teamcity.mesosphere.io/buildConfiguration/Frameworks_DataServices_Kudo_Kafka_Tools_DockerPush) to build and push instead.
2 changes: 1 addition & 1 deletion images/scaletesting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mesosphere/kafka:2.5.1-1.3.1
FROM mesosphere/kafka:2.5.1-1.3.3
USER root
ARG UNAME=kafka

Expand Down
4 changes: 2 additions & 2 deletions images/scaletesting/examples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kafka-ultron-loader
image: mesosphere/kafka-workload:2.5.1-1.3.1
image: mesosphere/kafka-workload:2.5.1-1.3.3
imagePullPolicy: Always
command:
- /opt/kafka/run_producer_test.sh
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
spec:
containers:
- name: kafka-ultron-loader
image: mesosphere/kafka-workload:2.5.1-1.3.1
image: mesosphere/kafka-workload:2.5.1-1.3.3
imagePullPolicy: Always
command:
- /opt/kafka/run_consumer_test.sh
Expand Down
2 changes: 1 addition & 1 deletion images/versions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export DOCKER_IMAGE_VERSION="1.3.3"
export KAFKA_VERSION="2.6.0"
export KAFKA_VERSION="2.5.1"
export CRUISE_CONTROL_VERSION="2.0.77"
export CRUISE_CONTROL_UI_VERSION="0.3.4"

Expand Down
2 changes: 1 addition & 1 deletion operator/templates/cert-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
initContainers:
- name: init
{{ if eq .Params.USE_AUTO_TLS_CERTIFICATE "true" }}
image: mesosphere/kafka:1.1.0-2.4.0
image: mesosphere/kafka:2.5.1-1.3.3
{{ else }}
image: busybox:1.31.1
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion operator/templates/cruise-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: cruise-control
image: mesosphere/cruise-control:2.0.77-1.3.0
image: mesosphere/cruise-control:2.0.77-1.3.3
imagePullPolicy: {{ .Params.CRUISE_CONTROL_IMAGE_PULL_POLICY }}
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion operator/templates/kafka-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kafka-connect
image: mesosphere/kafka:2.5.1-1.3.1
image: mesosphere/kafka:2.5.1-1.3.3
imagePullPolicy: {{ .Params.KAFKA_IMAGE_PULL_POLICY }}
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion operator/templates/mirror-maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kafka-mirror-maker
image: mesosphere/kafka:2.5.1-1.3.1
image: mesosphere/kafka:2.5.1-1.3.3
imagePullPolicy: {{ .Params.KAFKA_IMAGE_PULL_POLICY }}
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion operator/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
{{ end }}
- name: k8skafka
imagePullPolicy: {{ .Params.KAFKA_IMAGE_PULL_POLICY }}
image: mesosphere/kafka:2.5.1-1.3.1
image: mesosphere/kafka:2.5.1-1.3.3
resources:
requests:
memory: {{ .Params.BROKER_MEM }}
Expand Down

0 comments on commit 4a646cc

Please sign in to comment.