From a8d2b8173ce8d100364bdd87d333cdc36cf7975a Mon Sep 17 00:00:00 2001 From: Andreas Schroeder Date: Sat, 12 Aug 2017 12:51:15 +0200 Subject: [PATCH] Extend compatibility list to 0.10.1, 0.10.2, and 0.11.0 --- README.md | 7 ++++++- compatibility/spec.yaml | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9f0e74..0d6e25a 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ The fields for additional info and structures are: Tested with the following Kafka versions: +* 0.11.0.0 +* 0.10.2.1 +* 0.10.2.0 +* 0.10.1.1 +* 0.10.1.0 * 0.10.0.1 * 0.10.0.0 * 0.9.0.1 @@ -108,7 +113,7 @@ Tested with the following Kafka versions: Kafka 0.8 is not supported. see the [compatibility spec](./compatibility/spec.yaml) for the full list of executed compatibility checks. -To execute the compatibility checks, run `make compatibility`. Running the checks require [Docker](https://www.docker.com/). +To execute the compatibility checks, run `make compatibility`. Running the checks requires [Docker](https://www.docker.com/). ## Building diff --git a/compatibility/spec.yaml b/compatibility/spec.yaml index a676377..f283a67 100644 --- a/compatibility/spec.yaml +++ b/compatibility/spec.yaml @@ -1,3 +1,13 @@ +- kafka: "0.11.0.0" + scala: ["2.12", "2.11"] +- kafka: "0.10.2.1" + scala: ["2.12", "2.11", "2.10"] +- kafka: "0.10.2.0" + scala: ["2.12", "2.11", "2.10"] +- kafka: "0.10.1.1" + scala: ["2.11", "2.10"] +- kafka: "0.10.1.0" + scala: ["2.11", "2.10"] - kafka: "0.10.0.1" scala: ["2.11", "2.10"] - kafka: "0.10.0.0"