diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-01-21 18:22:27 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-01-21 18:22:27 -0800 |
commit | ada9d33f4b44c1ca7b811f76c2d69f2356f4bc3d (patch) | |
tree | d88fa4e4fe43bde35313e13132ef89fd8aae5b25 | |
parent | 17f409e9d188833aab0b4291fbf77b724ae5ed1e (diff) | |
download | kafka-python-0_10_1_1.tar.gz |
Switch to 0.10.1.10_10_1_1
-rw-r--r-- | .travis.yml | 2 | ||||
-rwxr-xr-x | build_integration.sh | 2 | ||||
-rw-r--r-- | docs/tests.rst | 4 | ||||
-rw-r--r-- | servers/0.10.1.1/resources/kafka.properties (renamed from servers/0.10.1.0/resources/kafka.properties) | 0 | ||||
-rw-r--r-- | servers/0.10.1.1/resources/log4j.properties (renamed from servers/0.10.1.0/resources/log4j.properties) | 0 | ||||
-rw-r--r-- | servers/0.10.1.1/resources/zookeeper.properties (renamed from servers/0.10.1.0/resources/zookeeper.properties) | 0 |
6 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 3d0683b..b54dc8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - KAFKA_VERSION=0.8.1.1 - KAFKA_VERSION=0.8.2.2 - KAFKA_VERSION=0.9.0.1 - - KAFKA_VERSION=0.10.1.0 + - KAFKA_VERSION=0.10.1.1 sudo: false diff --git a/build_integration.sh b/build_integration.sh index 2183786..5387eb3 100755 --- a/build_integration.sh +++ b/build_integration.sh @@ -1,7 +1,7 @@ #!/bin/bash # Versions available for testing via binary distributions -OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.0" +OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.1" # Useful configuration vars, with sensible defaults if [ -z "$SCALA_VERSION" ]; then diff --git a/docs/tests.rst b/docs/tests.rst index 87bc569..5b093c3 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -49,7 +49,7 @@ Integration tests .. code:: bash - KAFKA_VERSION=0.10.1.0 tox -e py27 + KAFKA_VERSION=0.10.1.1 tox -e py27 KAFKA_VERSION=0.8.2.2 tox -e py35 @@ -60,7 +60,7 @@ kafka server binaries: ./build_integration.sh -By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.1.0 brokers into the +By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.1.1 brokers into the servers/ directory. To install a specific version, set `KAFKA_VERSION=0.9.0.0`: .. code:: bash diff --git a/servers/0.10.1.0/resources/kafka.properties b/servers/0.10.1.1/resources/kafka.properties index 7a19a11..7a19a11 100644 --- a/servers/0.10.1.0/resources/kafka.properties +++ b/servers/0.10.1.1/resources/kafka.properties diff --git a/servers/0.10.1.0/resources/log4j.properties b/servers/0.10.1.1/resources/log4j.properties index b0b76aa..b0b76aa 100644 --- a/servers/0.10.1.0/resources/log4j.properties +++ b/servers/0.10.1.1/resources/log4j.properties diff --git a/servers/0.10.1.0/resources/zookeeper.properties b/servers/0.10.1.1/resources/zookeeper.properties index e3fd097..e3fd097 100644 --- a/servers/0.10.1.0/resources/zookeeper.properties +++ b/servers/0.10.1.1/resources/zookeeper.properties |