Skip to content

Commit

Permalink
Merge pull request #24832 from cfergeau/version-updates
Browse files Browse the repository at this point in the history
Update gvproxy and vfkit binaries
  • Loading branch information
openshift-merge-bot[bot] authored Dec 13, 2024
2 parents 3cffc6b + 8b90e3f commit 27eb8e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ endif

# gvisor-tap-vsock version for gvproxy.exe and win-sshproxy.exe downloads
# the upstream project ships pre-built binaries since version 0.7.1
GV_VERSION=v0.8.0
GV_VERSION=v0.8.1

###
### Primary entry-point targets
Expand Down
4 changes: 2 additions & 2 deletions contrib/pkginstaller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ifeq ($(ARCH), aarch64)
else
GOARCH:=$(ARCH)
endif
GVPROXY_VERSION ?= 0.8.0
VFKIT_VERSION ?= 0.5.1
GVPROXY_VERSION ?= 0.8.1
VFKIT_VERSION ?= 0.6.0
KRUNKIT_VERSION ?= 0.1.4
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
Expand Down

0 comments on commit 27eb8e4

Please sign in to comment.