Skip to content

Commit 85e6166

Browse files
committed
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
1 parent 9cdd9d4 commit 85e6166

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

scripts/release.sh

+7-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ fi
3636
# otherwise the object browser breaks and refuses login.
3737
# see https://github.com/storj/minio/blob/main/buildscripts/gen-ldflags.go
3838
# for now, these are hardcoded as storj/minio isn't updated that often.
39-
MINIO_VERSION="2022-02-14T00:08:51+00:00"
40-
MINIO_RELEASE="v0.0.0-20220213232231-f033a3fc9284"
41-
MINIO_COMMIT="1af625398a5eaaad30651ca819115b9360e0be18"
42-
MINIO_SHORT_COMMIT="1af625398a5e"
39+
#
40+
# TODO(artur, sean): this needs to be automated. Use
41+
# storj.io/minio/buildscripts/gen-ldflags.go
42+
MINIO_VERSION="2022-02-17T10:58:23Z"
43+
MINIO_RELEASE="DEVELOPMENT.2022-02-17T10-58-23Z"
44+
MINIO_COMMIT="f35d7bc00e6e39cac802658bbaf84ed2d967f2e1"
45+
MINIO_SHORT_COMMIT="f35d7bc00e6e"
4346

4447
echo Running "go $@"
4548
exec go "$1" -ldflags \

0 commit comments

Comments
 (0)