velero: 1.6.3 -> 1.7.0 (#140434)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by Bryan A. S Sandro and committed by GitHub 14aef06d 4c21b925

+6 -6
+6 -6
pkgs/applications/networking/cluster/velero/default.nix
··· 3 3 buildGoModule rec { 4 4 pname = "velero"; 5 5 # When updating, change the commit underneath 6 - version = "1.6.3"; 7 - commit = "8c9cdb9603446760452979dc77f93b17054ea1cc"; 6 + version = "1.7.0"; 7 + commit = "9e52260568430ecb77ac38a677ce74267a8c2176"; 8 8 9 9 10 10 src = fetchFromGitHub { 11 - rev = "v${version}"; 12 11 owner = "vmware-tanzu"; 13 12 repo = "velero"; 14 - sha256 = "sha256-oFDTjpcwlvSiAROG/EKYRCD+qKyZXu1gKotBcD0dfvk="; 13 + rev = "v${version}"; 14 + sha256 = "sha256-n5Rk+Fyb6yAI5sRZi+WE1KyQZyGryZSP4yd/gmmsQxw="; 15 15 }; 16 16 17 17 ldflags = [ ··· 21 21 "-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitTreeState=clean" 22 22 ]; 23 23 24 - vendorSha256 = "sha256-ypgrdv6nVW+AAwyVsiROXs6jGgDTodGrGqiT2s5elOU="; 24 + vendorSha256 = "sha256-qsRbwLKNnuQRIsx0+sfOfR2OQ0+el0vptxz7mMew7zY="; 25 25 26 - excludedPackages = [ "issue-template-gen" "crd-gen" "release-tools" "velero-restic-restore-helper" ]; 26 + excludedPackages = [ "issue-template-gen" "crd-gen" "release-tools" "velero-restic-restore-helper" "v1" "v1beta1" ]; 27 27 28 28 doCheck = false; # Tests expect a running cluster see https://github.com/vmware-tanzu/velero/tree/main/test/e2e 29 29 doInstallCheck = true;