From ad1635147c51f0b0e8264dd32d3be9461519e87d Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Mon, 8 Jul 2019 13:17:39 +0100 Subject: [PATCH] Bump noVNC to 1.1.0 v1.1.0 was released over a year ago now so move to it ahead of 1.2.0. Change-Id: I13c5638f320b18c4f6f945528352471d2bb31313 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 17641c343d..70007a9a80 100644 --- a/stackrc +++ b/stackrc @@ -600,7 +600,7 @@ IRONIC_PYTHON_AGENT_BRANCH=${IRONIC_PYTHON_AGENT_BRANCH:-$TARGET_BRANCH} # a websockets/html5 or flash powered VNC console for vm instances NOVNC_REPO=${NOVNC_REPO:-https://github.com/novnc/noVNC.git} -NOVNC_BRANCH=${NOVNC_BRANCH:-v1.0.0} +NOVNC_BRANCH=${NOVNC_BRANCH:-v1.1.0} # a websockets/html5 or flash powered SPICE console for vm instances SPICE_REPO=${SPICE_REPO:-http://anongit.freedesktop.org/git/spice/spice-html5.git}