Skip to content

Commit

Permalink
Merge pull request #3515 from tstromberg/crio-v1.13.0
Browse files Browse the repository at this point in the history
Update to crio-bin v1.13.0
  • Loading branch information
tstromberg authored Jan 14, 2019
2 parents e6b60fb + 028bcef commit bc638be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/iso/minikube-iso/package/crio-bin/crio-bin.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sha256 d310d52706262009af886dbd3e8dcd09a339cdc3b57dc22a9121e6d6a87d2921 v1.8.4.tar.gz
sha256 9f79cee99e272c9cfc561ae31235d84d4da59fd5c8b3d3ab6623bf9a92d90c5a v1.10.0.tar.gz
sha256 09e53fd550f4f10108879131ee6b8ef1c367ce71a73dcf6350c4cc898751d8c1 v1.11.8.tar.gz
sha256 92588998dbb79002c38f65f84602b5659f0d0ef1cd36b1a568a2e40269b66816 v1.13.0.tar.gz
2 changes: 1 addition & 1 deletion deploy/iso/minikube-iso/package/crio-bin/crio-bin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

CRIO_BIN_VERSION = v1.11.8
CRIO_BIN_VERSION = v1.13.0
CRIO_BIN_SITE = https://github.com/kubernetes-sigs/cri-o/archive
CRIO_BIN_SOURCE = $(CRIO_BIN_VERSION).tar.gz
CRIO_BIN_DEPENDENCIES = host-go libgpgme
Expand Down
2 changes: 1 addition & 1 deletion test/integration/iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestISO(t *testing.T) {

minikubeRunner := NewMinikubeRunner(t)

minikubeRunner.RunCommand("delete", true)
minikubeRunner.RunCommand("delete", false)
minikubeRunner.Start()

t.Run("permissions", testMountPermissions)
Expand Down

0 comments on commit bc638be

Please sign in to comment.