Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure webhook-configuration version updated in lock file [SAME VERSION] #300

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [ "$CHECK" == "1" ]; then
if [ "$?" -eq "1" ]; then exit 1; fi
done

CARGO_LOCK_PROJECTS="controller akri-shared agent controller udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_PROJECTS="controller akri-shared agent controller webhook-configuration udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_VERSION="\"$(echo $VERSION)\""
for CARGO_LOCK_PROJECT in $CARGO_LOCK_PROJECTS
do
Expand Down Expand Up @@ -196,7 +196,7 @@ then
if [ "$?" -eq "1" ]; then exit 1; fi
done

CARGO_LOCK_PROJECTS="controller akri-shared agent controller udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_PROJECTS="controller akri-shared agent controller webhook-configuration udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_VERSION_PATTERN="^version = .*"
CARGO_LOCK_VERSION_LINE="version = \"$NEW_VERSION\""
for CARGO_LOCK_PROJECT in $CARGO_LOCK_PROJECTS
Expand Down