Skip to content

Releases: storj/up

v1.2.8

12 Sep 20:42
Compare
Choose a tag to compare

Changelog

  • 550b134 pkg/config: Update binary configs
  • 20617ef pkg/files/docker: update build and app images
  • 5602844 pkg/recipe/minimal.yaml: add recipe flag for sign-up activation code
  • af6843b pkg/recipe/repair: decrease minimum storage node disk space
  • 5ce58fa pkg/recipe: Add fake smtp server
  • f4abbf3 pkg/recipe: Add public linksharing url to default config
  • 1e2679b pkg/recipe: Fix mailserver recipe
  • cf396e7 pkg/recipe: add spanner recipe
  • af8fc3f pkg/recipe: remove versioncontrol from minimal
  • a1b3138 pkg/recipe: update default image version
  • 93c9037 pkg/{recipe,config} update recipe and configs to use latest app versions
  • ed06330 test/spanner/uplink: add basic spanner integration test

v1.2.7

28 May 17:38
f876847
Compare
Choose a tag to compare

Changelog

  • 9c6bb29 .github: update earthly version
  • 0a4c360 base: rebuild base image
  • 14f3d40 common: support build override for satellite-bf and satellite-gc
  • 150ae30 go.mod,Earthfile: bump things
  • 4fbac05 pkg/files/docker: enable race detector by default
  • 1ab65c1 pkg/recipe: update storj and edge images
  • 5d987c6 pkg/{config,recipe}: bump image version in recipe files
  • f876847 pkg/{files/docker,recipe}: update edge dockerfile and billing recipe
  • 8ed390c pkg/{recipe,files/templates}: decrease minimum storage node disk space
  • 0605f86 pkg: create shorter project name

v1.2.6

04 Mar 17:13
Compare
Choose a tag to compare

Changelog

  • b59274b: README: Fix command & remove trailing spaces
  • b7a0d06: pkg/files/docker/{edge,storj}: update base image used
  • fd6c701: cmd/credentials: update test password (#96)
  • 07582ae: pkg/console: attempt request with new API on decode error

v1.2.5

17 Jan 16:18
65238b5
Compare
Choose a tag to compare

Changelog

  • 65238b5 pkg/files/docker: add build arg for buildTimestamp
  • 823714e {pkg/recipe,pkg/config}: update images and dependencies

v1.2.4

25 Oct 21:10
Compare
Choose a tag to compare

Changelog

  • e8552c4 pkg/files: Add new backoffice admin UI (#93)
  • cfb8ef8 pkg/{config,recipe}: update config/recipes to latest storj/edge release
  • f35a8f4 {Earthfile,Jenkinsfile,test}: update test structure and ci files
  • f7fedc1 {pkg/files/docker/{base,storj,edge,storjscan}: update docker images
  • f57c59b {pkg/files/docker/{base,storj,edge,storjscan}: update docker images

v1.2.3

02 Oct 21:01
Compare
Choose a tag to compare

Changelog

  • 652da59 cmd/add: support adding multiple instances from same service
  • cf22e36 cmd/testdata.go: always use database connection flag
  • 9939225 cmd/testdata.go: insert usage data on the 1th instead of 10th (#92)
  • b3a1bb5 docker: bump storj-up version in base image
  • d61cfc9 pkg/console.go: add support for new console endpoints
  • ef49d98 pkg/recipe/{default,uplink}: add uplink container recipe
  • 1c8d6d0 pkg/runtime/{compose,standalone}/service.go: prevent duplicate flags
  • 1948608 receipe: new recipe for audit service (#91)
  • fb35284 receipe: new recipe for repair service
  • d6ba20b recipe/minimal: define private port of satellite-api to enable multiple instances
  • 4783cf8 standalone: fix quotation problems in generated XML / shell files

v1.2.2

04 Aug 18:01
Compare
Choose a tag to compare

Changelog

  • 9b4340e cmd/credentials.go: allow for persisting credentials
  • 5cd2173 cmd/credentials: allow generate credentials without authservice
  • 057b4a9 pkg/{config,files,recipe}: Update image versions go version and config
  • 62b017a recipe/{billing,postgres},runtime/util: matcher multiple service support

v1.2.1

12 Jul 21:53
9a1c7e4
Compare
Choose a tag to compare

What's Changed

  • move ..._STATIC_DIR and ..._TEMPLATE_PATH to Dockerfile
  • rename STORJ_ROLE to STORJUP_ROLE
  • pkg/recipe/postgres: add DB URL modify to postgres recipe
  • pkg/{recipe,files/docker}: update docker images and base recipes
  • cmd/health.go: use pgx/v5
  • cmd/health: allow override of user and dbname in health command
  • pkg/recipe/postgres: add postgres DB recipe
  • cmd/modify/network: add ability to set/unset network
  • cmd/health.go: allow health command to use STORJ_DOCKER_HOST if set
  • {cmd/build,pkg/files/docker}: add local build command
  • cmd/build/remote.go: add flag to skip frontend build
  • pkg/files/docker/storj.Dockerfile: allow skip frontend build
  • cmd/build/remote: allow remote command to apply to multiple services
  • {cmd/credentials,runtime/compose/compose}: use STORJ_DOCKER_HOST env var
  • docker: bump go version in base image
  • bump storjscan and storj version

Full Changelog: v1.2.0...v1.2.1

v1.2.0

31 May 19:25
Compare
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
Compare
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