Skip to content

v1.54.2

Compare
Choose a tag to compare
@storjBuildBot storjBuildBot released this 05 May 16:33
· 3135 commits to main since this release

Changelog

Satellite

  • c944c3f web/satellite: error while adding invalid card handled
  • 48fb3e9 cmd/satellite/reports: sum attribution data by user agent
  • 3f3f028 satellite/gracefulexit: don't mark GE done when it's not done
  • d506e9c web/satellite: store selected os tab during onboarding flow
  • 4223fa0 satellite/reputation: add disqualification reason for status update
  • 3f47d19 satellite/overlay: add disqualification reason
  • 671923c satellite/admin: add mising segment limit to top menu
  • 553ef9d satellite/satellitedb: suspended column removal migration
  • 7e6618c satellite/accounting: test tally on copied object flaky fix
  • cb1bf52 satellite/metainfo: add expireddeletion test for copied objects
  • abc9e24 satellite/compensation: add a code that crypthopper-go now uses
  • 318f4dc satellite/admin: extend user update query
  • ed5ebb2 satellite: Rename "acct mgmt api" to "rest api"
  • 6e5a946 satellite/metabase: add option to override metadata with CommitObject
  • e66beb2 satellite/metainfo: set metadata with BeginObject
  • db5d781 satellite/metainfo: simplify version collector logging
  • dd6aac9 satellite/metainfo: enable server-side copy in production (#4708)
  • dd6ab25 {cmd/satellite/reports, satellite/attribution}: type and variable name adjustments
  • 5cebbde web/satellite: add consent screen for oauth
  • 04b22f2 satellite/metabase: copy expires_at to segments while FinishCopyObject

Storagenode

  • b24e5cb cmd/storagenode: silent authentication checks CRITICAL logs by supervisord
  • 24f107c cmd/storagenode: change supervisord pidfile location
  • d57406c cmd/storagenode: get rid of CRITICAL log when running supervisord as root
  • 6e14af9 cmd/storagenode: bump storagenode-base image version
  • a96734d cmd/storagenode: fix failing supervisord "processes" eventlistener
  • 5b67776 cmd/storagenode/Dockerfile: bump storagenode-base image version

Uplink

  • 1422a1f cmd/uplink: use 64 MiB for parallel chunk size, not 64 MB
  • 978e0f1 cmd/uplink: cp sets connection pool capacity based on parallelism
  • 847ddaa cmd/uplink: cancel on failed copy
  • c2bdd4e cmd/uplink/ulfs: disallow writes after first failure
  • 1ed36e9 cmd/uplink: make clearer ctx cancellation path in copy
  • f25ead5 cmd/uplink: set default parallelism to 1
  • fead0db cmd/uplink: return nicer error message during import
  • 4f196dd cmd/uplink: bump clingy
  • 8efed4b cmd/uplink: raise fd limits
  • c07420d cmd/uplink: adding output flag for ls command

General

  • c32ca6e apigen: endpint to update project
  • d7cd3a0 Jenkinsfile: mod-tidy doesn't need the initial file
  • 0513d4c docs/blueprints: add async packing
  • 175d1e6 mod: bump storj.io/private

New Contributors

  • Paul Willoughby