Update kafkaloghandler to 0.9.0
Change-Id: I8c5eccac512aa6a84430c52c48d89dd81a39a963
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon
index 8fc542b..c93226d 100644
--- a/containers/chameleon/Dockerfile.chameleon
+++ b/containers/chameleon/Dockerfile.chameleon
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/chameleon
-FROM xosproject/xos-base:2.1.23
+FROM xosproject/xos-base:2.1.24
# xos-base already has protoc and dependencies installed
diff --git a/containers/xos/Dockerfile.client b/containers/xos/Dockerfile.client
index c7ae9dc..98a0061 100644
--- a/containers/xos/Dockerfile.client
+++ b/containers/xos/Dockerfile.client
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-client
-FROM xosproject/xos-libraries:2.1.23
+FROM xosproject/xos-libraries:2.1.24
# Install XOS client
COPY xos/xos_client /tmp/xos_client
diff --git a/containers/xos/Dockerfile.libraries b/containers/xos/Dockerfile.libraries
index a2ffe34..7fc933e 100644
--- a/containers/xos/Dockerfile.libraries
+++ b/containers/xos/Dockerfile.libraries
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-libraries
-FROM xosproject/xos-base:2.1.23
+FROM xosproject/xos-base:2.1.24
# Add libraries
COPY lib /opt/xos/lib
diff --git a/containers/xos/Dockerfile.synchronizer-base b/containers/xos/Dockerfile.synchronizer-base
index 2d083de..b3ead3b 100644
--- a/containers/xos/Dockerfile.synchronizer-base
+++ b/containers/xos/Dockerfile.synchronizer-base
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-synchronizer-base
-FROM xosproject/xos-client:2.1.23
+FROM xosproject/xos-client:2.1.24
COPY xos/synchronizers/new_base /opt/xos/synchronizers/new_base
COPY xos/xos/logger.py /opt/xos/xos/logger.py
diff --git a/containers/xos/Dockerfile.xos-core b/containers/xos/Dockerfile.xos-core
index cdc36a7..3dc2e7f 100644
--- a/containers/xos/Dockerfile.xos-core
+++ b/containers/xos/Dockerfile.xos-core
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-core
-FROM xosproject/xos-libraries:2.1.23
+FROM xosproject/xos-libraries:2.1.24
# Install XOS
ADD xos /opt/xos
diff --git a/containers/xos/pip_requested.txt b/containers/xos/pip_requested.txt
index 34be5b3..4e17746 100644
--- a/containers/xos/pip_requested.txt
+++ b/containers/xos/pip_requested.txt
@@ -16,7 +16,7 @@
google-api-python-client==1.6.5
grpcio-tools==1.12.0
grpcio==1.12.0
-kafkaloghandler==0.8.0
+kafkaloghandler==0.9.0
keystoneauth1==3.4.0
mock==2.0.0
multistructlog==2.0.0
diff --git a/containers/xos/pip_requirements.txt b/containers/xos/pip_requirements.txt
index 18666ab..8b0c289 100644
--- a/containers/xos/pip_requirements.txt
+++ b/containers/xos/pip_requirements.txt
@@ -49,7 +49,7 @@
jsonpatch==1.23
jsonpointer==2.0
jsonschema==2.6.0
-kafkaloghandler==0.8.0
+kafkaloghandler==0.9.0
keystoneauth1==3.4.0
kombu==4.2.1
MarkupSafe==1.0