forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kafka-versions.yaml
194 lines (192 loc) · 7.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# 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.
# <zookeeper> is the version of zookeeper required by this version of Kafka.
# <third-party-libs> is the version string for the third party libraries
# <unsupported-features> is a list of Strimzi features that are not supported by this Kafka version
# <supported> when `true` this version is currently supported by the operator. Unsupported versions are kept for historical reasons.
- version: 2.1.0
format: 2.1
protocol: 2.1
zookeeper: 3.4.13
supported: false
default: false
- version: 2.1.1
format: 2.1
protocol: 2.1
zookeeper: 3.4.13
supported: false
default: false
- version: 2.2.0
format: 2.2
protocol: 2.2
zookeeper: 3.4.13
supported: false
default: false
- version: 2.2.1
format: 2.2
protocol: 2.2
zookeeper: 3.4.13
supported: false
default: false
- version: 2.3.0
format: 2.3
protocol: 2.3
zookeeper: 3.4.14
supported: false
default: false
- version: 2.3.1
format: 2.3
protocol: 2.3
zookeeper: 3.4.14
supported: false
default: false
- version: 2.4.0
format: 2.4
protocol: 2.4
zookeeper: 3.5.6
supported: false
default: false
- version: 2.4.1
format: 2.4
protocol: 2.4
zookeeper: 3.5.7
supported: false
default: false
- version: 2.5.0
format: 2.5
protocol: 2.5
url: https://archive.apache.org/dist/kafka/2.5.0/kafka_2.12-2.5.0.tgz
checksum: 447A7057BCD9FACA98B6F4807BD6019EF73EEE90EFDC1E7B10005F669E2537A8A190CB8B9C9F4C20DB1D95B13D0F0487E9CC560D0759532058439CE7F722C7CD
zookeeper: 3.5.7
third-party-libs: 2.5.x
supported: false
default: false
- version: 2.5.1
format: 2.5
protocol: 2.5
url: https://archive.apache.org/dist/kafka/2.5.1/kafka_2.12-2.5.1.tgz
checksum: 91F96F28C016BDAA3FE025F87ACE188417A1E594C8E32B7D23A104AA390BC25F5DB5897E23CCCF00EA7EDE3AC20B3028C10363EBE99DCBD7DB2CF6237EE7553A
zookeeper: 3.5.8
third-party-libs: 2.5.x
supported: false
default: false
- version: 2.6.0
format: 2.6
protocol: 2.6
url: https://archive.apache.org/dist/kafka/2.6.0/kafka_2.12-2.6.0.tgz
checksum: 022AB51605DFFB8A0E4522DF297F02F4C5E488696520BB38DA8E8E70457C0B2696A47D7AD39A86389B747981215B385B2659AC25B3D43A6093AF13239723560D
zookeeper: 3.5.8
third-party-libs: 2.6.x
supported: false
default: false
- version: 2.6.1
format: 2.6
protocol: 2.6
url: https://archive.apache.org/dist/kafka/2.6.1/kafka_2.12-2.6.1.tgz
checksum: 105BF29E4BED9F1B7A7A3CAADF016DF8AA774F6F509E3606529F8231EA4CAB89C38236C58BE9C2E9BD3C52C2917892EA5D3A5EC0BD94BD8A5F7257522A5AF4DB
zookeeper: 3.5.8
third-party-libs: 2.6.x
supported: false
default: false
- version: 2.6.2
format: 2.6
protocol: 2.6
url: https://archive.apache.org/dist/kafka/2.6.2/kafka_2.12-2.6.2.tgz
checksum: 70F992DFAB02D1E727E352124D53F89B096868E738DFC50563890EA394ADFE056B132BDC8BAD70BDD6CE48B0C7561CDB33CC50D56586F09BAD96FF699A054F85
zookeeper: 3.5.9
third-party-libs: 2.6.x
supported: false
default: false
- version: 2.7.0
format: 2.7
protocol: 2.7
url: https://archive.apache.org/dist/kafka/2.7.0/kafka_2.13-2.7.0.tgz
checksum: F3DD1FD88766D9150D3D395B285BFA75F5B89A835822381490C8428E6E568889054DDB5FADA1EB63613A6441989151BC7C7D6CDE16A871C6674B909C4EDD4E28
zookeeper: 3.5.8
third-party-libs: 2.7.x
supported: false
default: false
- version: 2.7.1
format: 2.7
protocol: 2.7
url: https://archive.apache.org/dist/kafka/2.7.1/kafka_2.13-2.7.1.tgz
checksum: A1FC222284E3E1B538AB7FBC9205C735A2E8B31D84EE9F8D5CCC84F6FD48B885591899EEA538C909A26676C9C1F44520CC56E6748C4632E23B8A5AF0B788B48A
zookeeper: 3.5.9
third-party-libs: 2.7.x
supported: false
default: false
- version: 2.8.0
format: 2.8
protocol: 2.8
url: https://archive.apache.org/dist/kafka/2.8.0/kafka_2.13-2.8.0.tgz
checksum: 3C49DCA1147A0A249DD88E089F40AF31A67B8207ED2D9E2294FA9A6D41F5ED0B006943CD60D8E30D7E69D760D398F299CAFCD68B6ED7BEDF9F93D1B7A9E8C487
zookeeper: 3.5.9
third-party-libs: 2.8.x
supported: false
default: false
- version: 2.8.1
format: 2.8
protocol: 2.8
url: https://archive.apache.org/dist/kafka/2.8.1/kafka_2.13-2.8.1.tgz
checksum: 91FCD1061247AD0DDB63FA2B5C0251EE0E58E60CC9E1A3EBE2E84E9A31872448A36622DD15868DE2C6D3F7E26020A8C61477BC764E2FB6776A25E4344EB8892D
zookeeper: 3.5.9
third-party-libs: 2.8.x
supported: false
default: false
- version: 3.0.0
format: 3.0
protocol: 3.0
url: https://archive.apache.org/dist/kafka/3.0.0/kafka_2.13-3.0.0.tgz
checksum: 86CDEB04AF123399858D03431E9777948C1C40EC0D843966CF9BD90B8235B47EBBB5CB96D1F0660710B9286DA86BBB5EE65E21E757606F5A1E67F970AE5CF57C
zookeeper: 3.6.3
third-party-libs: 3.0.x
supported: false
default: false
- version: 3.0.1
format: 3.0
protocol: 3.0
url: https://archive.apache.org/dist/kafka/3.0.1/kafka_2.13-3.0.1.tgz
checksum: D949FA4BE7B601A9B482AE1C7861135A5DA007362C4C1C9C218BDCA94C45E918527E56738361AEDC6B6DFB7ABF02B1AA8110C7BC622CC2379B8A2EE557E5756F
zookeeper: 3.6.3
third-party-libs: 3.0.x
supported: false
default: false
- version: 3.1.0
format: 3.1
protocol: 3.1
url: https://archive.apache.org/dist/kafka/3.1.0/kafka_2.13-3.1.0.tgz
checksum: 5954C1CF38187134A6E0A21520CBEF5CD5320A3E9290E630C3895990E892219917D911FABBC64DA5DB17BCAA940B8277C23344B50F2FF4256EACA78116E9FDC9
zookeeper: 3.6.3
third-party-libs: 3.1.x
supported: true
default: false
- version: 3.1.1
format: 3.1
protocol: 3.1
url: https://archive.apache.org/dist/kafka/3.1.1/kafka_2.13-3.1.1.tgz
checksum: 5EC72EE76AD14997763F2654ECEF0390FD9628413C287619B734F44193252950D412DEBA684AAE5147AC844A88D9EF10EEFC0FFEB14435F2E00347EF946AA5D6
zookeeper: 3.6.3
third-party-libs: 3.1.x
supported: true
default: false
- version: 3.2.0
format: 3.2
protocol: 3.2
url: https://archive.apache.org/dist/kafka/3.2.0/kafka_2.13-3.2.0.tgz
checksum: 736A129823B058DC10788D0893BDE47B6F39B9E4972F9EAC2D5C9E85E51E477344C6F1E1EBD126CE34D5FD430EB07E55FDD60D60CB541F1D48655C0EBC0A4778
zookeeper: 3.6.3
third-party-libs: 3.2.x
supported: true
default: true