Skip to content

Releases: storj/up

v1.2.0

31 May 19:25

Choose a tag to compare

Notable Changes

  • cmd/modify/port: add command to add/remove port forward
  • runtime/standalone: fix jaeger compose recipe
  • cmd/modify/flag: Add correct prefix to newly set/removed flags
  • cmd/factory.go: add host and port flags to health command
  • files/docker: Allow specifying commit hash in remote build command
  • cmd/start,pkg/runtime: add start command
  • Configure linksharing to run on port 8080
  • pkg/recipes: add rangedloop recipe by
  • template/docker-compose: fix authservice inmemory flag
  • cmd/testdata.go: Make bucket name configurable
  • cmd/testdata.go: randomize bucket ID
  • template/docker-compose: fix authservice inmemory flag
  • Update README.md

v1.1.0

25 Oct 12:09
f5b92b4

Choose a tag to compare

Changelog

  • 96cbed6 .golangci.yml: update the the latest version from ci repo
  • 6222d76 cmd/config: add storjscan config
  • 82204dc cmd/health: update health command to support more DBs
  • 3fd7726 cmd/localbin.go: fix pathing for windows
  • c50b39c cmd/testdata.go: update testdata command
  • f123e22 config: use function instead of global variable (with the help of templates)
  • 0e7775f credentials: autodetect satellite-api/authservice inside the containers
  • 55c9960 docker-compsoe.template.yaml: update satellite and storjscan images
  • abd16c2 entrypoint: make entrypoint more generic
  • bb54824 health.go: add a timeout duration
  • f5b92b4 image: bump default versions
  • 53dfe9e localbin: support mounting different local binaries
  • fe54fb4 pkg/common/servicefiles: generic embedded folder parsing
  • 28e6b67 storj-base.last: register that the image is re-uploaded
  • ad9e370 storjscan.Dockerfile: Add storjscan dockerfile for remote builds
  • 06b39d5 test-reorg.sh: block chain reorg integration test
  • 3a929b4 test/{test-invoice,test-payment}: Add test for receiving payments during invoicing

v1.0.0

07 Sep 10:01
9a654b6

Choose a tag to compare

Notable changes

  • Bumping storj/edge containers to the latest version
  • Multiplatform images (amd64/arm64)
  • storj-up can be compiled to static binary (CGO_ENABLED=0)
  • storj-up is included in the containers
  • storj-up credentials is simplified
    • same command works from the container or from the host
    • rclone file is not updated (there are shell oneliners)
    • s3 credential generation should be requested with --s3

Example to get normal / s3 credentials for Rclone:

eval $(storj-up credentials -e)
rclone config create --non-interactive storjdev3 storj access_grant=$UPLINK_ACCESS

# docker exec is used because this grant is for gateway-mt, who is inside the container network

eval $(docker-compose exec satellite-api storj-up credentials -s satellite-api  --s3 --authservice http://authservice:8888 -e)
rclone config create --non-interactive storjdevs3 s3 type=s3 provider=Storj access_key_id=$AWS_ACCESS_KEY_ID secret_access_key=$AWS_SECRET_ACCESS_KEY endpoint=http://localhost:9999