Navigation Menu

Skip to content

Commit

Permalink
Update kafkaloghandler to 0.9.0
Browse files Browse the repository at this point in the history
Change-Id: I8c5eccac512aa6a84430c52c48d89dd81a39a963
  • Loading branch information
zdw committed Nov 12, 2018
1 parent 1146004 commit 5523353
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.1.23
2.1.24
2 changes: 1 addition & 1 deletion containers/chameleon/Dockerfile.chameleon
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion containers/xos/Dockerfile.client
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/xos/Dockerfile.libraries
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/xos/Dockerfile.synchronizer-base
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/xos/Dockerfile.xos-core
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/xos/pip_requested.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/xos/pip_requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit 5523353

Please sign in to comment.