Skip to content

Commit 8c47540

Browse files
authored
Merge pull request #541 from Mirantis/ivan4th/bump-criproxy-to-0.9.4
Bump criproxy to 0.9.4
2 parents af7336e + 8d0dbde commit 8c47540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/cmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o nounset
44
set -o pipefail
55
set -o errtrace
66

7-
CRIPROXY_DEB_URL="${CRIPROXY_DEB_URL:-https://github.com/Mirantis/criproxy/releases/download/v0.9.3/criproxy-nodeps_0.9.3_amd64.deb}"
7+
CRIPROXY_DEB_URL="${CRIPROXY_DEB_URL:-https://github.com/Mirantis/criproxy/releases/download/v0.9.4/criproxy-nodeps_0.9.4_amd64.deb}"
88
VIRTLET_IMAGE="${VIRTLET_IMAGE:-mirantis/virtlet}"
99
VIRTLET_SKIP_RSYNC="${VIRTLET_SKIP_RSYNC:-}"
1010
VIRTLET_RSYNC_PORT="${VIRTLET_RSYNC_PORT:-18730}"

deploy/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o nounset
55
set -o pipefail
66
set -o errtrace
77

8-
CRIPROXY_DEB_URL="${CRIPROXY_DEB_URL:-https://github.com/Mirantis/criproxy/releases/download/v0.9.3/criproxy-nodeps_0.9.3_amd64.deb}"
8+
CRIPROXY_DEB_URL="${CRIPROXY_DEB_URL:-https://github.com/Mirantis/criproxy/releases/download/v0.9.4/criproxy-nodeps_0.9.4_amd64.deb}"
99
NONINTERACTIVE="${NONINTERACTIVE:-}"
1010
NO_VM_CONSOLE="${NO_VM_CONSOLE:-}"
1111
INJECT_LOCAL_IMAGE="${INJECT_LOCAL_IMAGE:-}"

0 commit comments

Comments
 (0)