# 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
# The idea is that this is the single place you need to update when changing the supported Kafka versions

# Format of this file:
# blank lines are ignored
# lines starting with # are comments
# non-comment lines are whitespace separated and have the format
#   <version>  <default>  <proto>   <msg>   <sha512>
# where:
#   <version> is the kafka version number
#   <default> is default if this is the default Kafka version, or empty otherwise
#   <proto> is the Kafka protocol version used by this Kafka version
#   <msg> is the Kafka message version used by this Kafka version
#   <sha512> is the SHA512 checksum

# NOTICE: If you change the default here, you should also change it in documentation/book/common/attributes.adoc

# version default  proto   msg   sha512
2.1.1              2.1     2.1   05A07E928C439B1084A6B3F6835F067F9636AC47F9473DCAAF7040D339CBD0A4561B7478531B237AA69E27F50FE3A2E7F4D0F2BA99A6422592A89ECF1187FA25
2.2.1     default  2.2     2.2   7443254a70239cfe720fc48d209e9165f3988334a58e016a6a53e9a46b3cb3ea06f4057b84a3e807ac05b919b9e2bb11e3f3c7455a4d6dd3aba6ed74a790edbe
