From 85e616645a2d48887f68f335a5a823cd31fdd42a Mon Sep 17 00:00:00 2001 From: "Artur M. Wolff" Date: Thu, 17 Feb 2022 12:03:16 +0100 Subject: [PATCH] scripts: update release.sh values I forgot to do this during the latest storj.io/minio bump. At least a TODO to automate this has been added. Change-Id: Ic1f699fc9917a1a555b7d0d2e0660c1c0e1e4dc9 --- scripts/release.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 9b09879..657861d 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -36,10 +36,13 @@ fi # otherwise the object browser breaks and refuses login. # see https://github.com/storj/minio/blob/main/buildscripts/gen-ldflags.go # for now, these are hardcoded as storj/minio isn't updated that often. -MINIO_VERSION="2022-02-14T00:08:51+00:00" -MINIO_RELEASE="v0.0.0-20220213232231-f033a3fc9284" -MINIO_COMMIT="1af625398a5eaaad30651ca819115b9360e0be18" -MINIO_SHORT_COMMIT="1af625398a5e" +# +# TODO(artur, sean): this needs to be automated. Use +# storj.io/minio/buildscripts/gen-ldflags.go +MINIO_VERSION="2022-02-17T10:58:23Z" +MINIO_RELEASE="DEVELOPMENT.2022-02-17T10-58-23Z" +MINIO_COMMIT="f35d7bc00e6e39cac802658bbaf84ed2d967f2e1" +MINIO_SHORT_COMMIT="f35d7bc00e6e" echo Running "go $@" exec go "$1" -ldflags \