forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kafka-versions.yaml
53 lines (51 loc) · 2.9 KB
/
kafka-versions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# This file is used to specify the versions of Kafka which will be built
# and supported by the Cluster Operator. It affects both compile time and runtime:
# * The docker images built (see docker-images/build.sh)
# * The KAFKA_IMAGE_MAP configuring the CO in the helm-charts (see helm-charts/kafka-version-tpl.sh)
# * The io.strimzi.operator.cluster.model.KafkaVersion's loaded at runtime
# * Documentation snippets generated by `make docu_versions`
# The idea is that this is the single place you need to update when changing the supported Kafka versions
# Format of this file:
# <version> is the kafka version number
# <default> when `true` this is the version to be used by the CO by default when a `Kafka` resource lacks an explicit version. Only one Kafka version can be marked as default.
# <protocol> is the default `inter.broker.protocol.version` used by this Kafka version
# <format> is the default `log.message.format.version` used by this Kafka version
# <url> is the remote (using prefix 'http://' or 'https://') or local (using prefix 'file://') address of the Kafka binary tar archive for this version of Kafka. When using a local file path the absolute path to the binary archive should be used. It is assumed in both cases that the name of the file forms the last section of the path.
# <checksum> is the SHA512 checksum of the Kafka binary which is specified in the 'url' field.
# <third-party-libs> is the version string for the third party libraries
#- version: 1.0.2
#format: 1.0
#protocol: 1.0
#checksum: 4CBCDAF8CCC4EFE3D1B6275F3F2C32CF8F2F1A62104B5DD0BD9E2974160AB89D85A6E1791AF8B948A413B99ED696B06EA9D4299B27EA63C3F7318DABF5761144
#third-party-libs: 1.0.x
#default: false
#- version: 1.1.1
#format: 1.1
#protocol: 1.1
#checksum: 2A1EB9A7C8C8337C424EEFED7BAAE26B3DACBA6A4AB8B64D9A7D5C6EE2CDB66CFA76C5B366F23435941569B89BF02482625189016296B2EA2A05FD0F38F6B709
#third-party-libs: 1.1.x
#default: false
- version: 2.2.1
format: 2.2
protocol: 2.2
url: https://archive.apache.org/dist/kafka/2.2.1/kafka_2.12-2.2.1.tgz
checksum: B8D828F06DFE59E34C4CFA20C57C8C8B43374F1E7C09F12DFA5433534A380BFE09A6DE90FB86A4403939A87AB9C665E2369143C138C71391B01BBB9B384E7AC5
zookeeper: 3.4.13
third-party-libs: 2.2.x
default: false
- version: 2.3.0
format: 2.3
protocol: 2.3
url: https://archive.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.0.tgz
checksum: A5ED591AB304A1F16F7FD64183871E38AABF814A2C1CA86BB3D064C83E85A6463D3C55F4D707A29FC3D7994DD7BA1F790B5A6219C6DFFDF472AFD99CEE37892E
zookeeper: 3.4.14
third-party-libs: 2.3.x
default: false
- version: 2.3.1
format: 2.3
protocol: 2.3
url: https://archive.apache.org/dist/kafka/2.3.1/kafka_2.12-2.3.1.tgz
checksum: B9FD57DE7D9691C89CF668901E5E29728F10249667611A0603C322C8823EC2D5568B51EB1A570D4D9119CD4E44E84B590CAB99B33A0355EBAC37811A7D453608
zookeeper: 3.4.14
third-party-libs: 2.3.x
default: true