diff --git a/VERSION b/VERSION index 6156c348e..26412a859 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.23 +2.1.24 diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon index 8fc542b7c..c93226de5 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 c7ae9dc19..98a0061ef 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 a2ffe34a1..7fc933eaf 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 2d083de2b..b3ead3b92 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 cdc36a7a1..3dc2e7ff7 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 34be5b33c..4e17746db 100644 --- a/containers/xos/pip_requested.txt +++ b/containers/xos/pip_requested.txt @@ -16,7 +16,7 @@ futures==3.2.0 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 18666abec..8b0c289dc 100644 --- a/containers/xos/pip_requirements.txt +++ b/containers/xos/pip_requirements.txt @@ -49,7 +49,7 @@ jmespath==0.9.3 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