Skip to content

Commit

Permalink
Merge pull request #5784 from qiuming-best/bump-up-restic
Browse files Browse the repository at this point in the history
Bump up Restic version to 0.15.0
  • Loading branch information
Lyndon-Li authored Jan 19, 2023
2 parents cf2b482 + e6c8f3a commit 71b459d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ see: https://velero.io/docs/main/build-from-source/#making-images-and-updating-v
endef

# The version of restic binary to be downloaded
RESTIC_VERSION ?= 0.14.0
RESTIC_VERSION ?= 0.15.0

CLI_PLATFORMS ?= linux-amd64 linux-arm linux-arm64 darwin-amd64 darwin-arm64 windows-amd64 linux-ppc64le
BUILDX_PLATFORMS ?= $(subst -,/,$(ARCH))
Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/5784-qiuming-best
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump up Restic version to 0.15.0
1 change: 0 additions & 1 deletion hack/build-restic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ fi
mkdir ${build_path}/restic
git clone -b v${RESTIC_VERSION} https://github.com/restic/restic.git ${build_path}/restic
pushd ${build_path}/restic
git apply /go/src/github.com/vmware-tanzu/velero/hack/modify_acces_denied_code.txt
go run build.go --goos "${GOOS}" --goarch "${GOARCH}" --goarm "${GOARM}" -o ${restic_bin}
chmod +x ${restic_bin}
popd
13 changes: 0 additions & 13 deletions hack/modify_acces_denied_code.txt

This file was deleted.

0 comments on commit 71b459d

Please sign in to comment.