From 4a646cc8db696bc2c9b17efe3c92d25ad4d2090f Mon Sep 17 00:00:00 2001 From: Jan Schlicht Date: Thu, 5 Nov 2020 14:18:16 +0100 Subject: [PATCH] Prepare 2.5.1-1.3.3 release (#67) --- README.md | 9 ++++----- docs/release-notes.md | 2 ++ images/README.md | 2 ++ images/scaletesting/Dockerfile | 2 +- images/scaletesting/examples/deployment.yaml | 4 ++-- images/versions.sh | 2 +- operator/templates/cert-generator.yaml | 2 +- operator/templates/cruise-control.yaml | 2 +- operator/templates/kafka-connect.yaml | 2 +- operator/templates/mirror-maker.yaml | 2 +- operator/templates/statefulset.yaml | 2 +- 11 files changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index bebbe3c..b642c05 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 | diff --git a/docs/release-notes.md b/docs/release-notes.md index b5b7c2f..37eff1b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## latest +## v1.3.3 + - Support node internal IP for external access - Support annotations for external access services diff --git a/images/README.md b/images/README.md index ad40c82..d969b9c 100644 --- a/images/README.md +++ b/images/README.md @@ -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. diff --git a/images/scaletesting/Dockerfile b/images/scaletesting/Dockerfile index 24b81c3..4e8ef4c 100644 --- a/images/scaletesting/Dockerfile +++ b/images/scaletesting/Dockerfile @@ -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 diff --git a/images/scaletesting/examples/deployment.yaml b/images/scaletesting/examples/deployment.yaml index 87aceb0..ec4bfcc 100644 --- a/images/scaletesting/examples/deployment.yaml +++ b/images/scaletesting/examples/deployment.yaml @@ -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 @@ -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 diff --git a/images/versions.sh b/images/versions.sh index 5795c76..35144ed 100644 --- a/images/versions.sh +++ b/images/versions.sh @@ -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" diff --git a/operator/templates/cert-generator.yaml b/operator/templates/cert-generator.yaml index 3663ca7..c1cf447 100644 --- a/operator/templates/cert-generator.yaml +++ b/operator/templates/cert-generator.yaml @@ -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 }} diff --git a/operator/templates/cruise-control.yaml b/operator/templates/cruise-control.yaml index 945fb13..1be9ec5 100644 --- a/operator/templates/cruise-control.yaml +++ b/operator/templates/cruise-control.yaml @@ -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 diff --git a/operator/templates/kafka-connect.yaml b/operator/templates/kafka-connect.yaml index 028c3c9..0665bd0 100644 --- a/operator/templates/kafka-connect.yaml +++ b/operator/templates/kafka-connect.yaml @@ -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: diff --git a/operator/templates/mirror-maker.yaml b/operator/templates/mirror-maker.yaml index 21036dd..bb140a0 100644 --- a/operator/templates/mirror-maker.yaml +++ b/operator/templates/mirror-maker.yaml @@ -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 diff --git a/operator/templates/statefulset.yaml b/operator/templates/statefulset.yaml index 0400d98..830a5a7 100644 --- a/operator/templates/statefulset.yaml +++ b/operator/templates/statefulset.yaml @@ -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 }}