Skip to content

Commit

Permalink
upgrade plug-ins version 1.5.5 (IBM#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Tobin <[email protected]>
  • Loading branch information
2 people authored and GitHub Enterprise committed May 15, 2024
1 parent 5b058f9 commit 859ee9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildUCDockerImageForTravis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

UC_PLUGIN_REPO_BRANCH=release-v1.5.4
UC_PLUGIN_REPO_BRANCH=release-v1.5.5
UC_OPENSOURCE_ROOT_DIR=universal-connectors-${UC_PLUGIN_REPO_BRANCH}
UC_IMAGE_NAME="universal-connector"
# Gather plugins to wrap in UC default offline package
Expand Down
2 changes: 1 addition & 1 deletion buildUCpluginGemsInDocker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

UC_PLUGIN_REPO_BRANCH=release-v1.5.4
UC_PLUGIN_REPO_BRANCH=release-v1.5.5
UC_OPENSOURCE_ROOT_DIR=universal-connectors-${UC_PLUGIN_REPO_BRANCH}

chmod -R 777 *
Expand Down
2 changes: 1 addition & 1 deletion logstash_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV ETC=/etc \
SSL_DIR=/service/certs/universalconnector/ \
CLIENT_CERTS_PATH=/service/certs/client/ \
RPM_DIR=/var/lib/rpm \
UC_OPENSOURCE_TAG=v1.5.4 \
UC_OPENSOURCE_TAG=v1.5.5 \
UC_OPENSOURCE_OFFLINE_PACKAGE=uc_gi_offline_package.zip

ENV UC_ETC=${LOGSTASH_DIR}/config/ \
Expand Down

0 comments on commit 859ee9d

Please sign in to comment.