Release candidate v1.136 is already deployed on QA environment and ready for testing
Changelog
General
- 84683c4 go.mod: revert bump cloud.google.com/go/spanner@v1.84.0
- 379b280 go.mod: bump storj.io/common,uplink
- 202dedc go.mod: bump storj.io/common,uplink
- a1f3cb6 modular/cli: fix ENV based configuration value override
- d4dad07 modular/cli: generic subcommand to print out configuration options (and values)
- dbb7d2d *db: add missing rows err and close
- 19040a6 Jenkinsfile: unify local and Jenkins linters
- c40f1f9 scripts: bump linters (make bump-lint)
- 931ad0e modular/cli: save the stack trace if shutdown is slow
- 429bd85 release v1.136.1
Satellite
- 9b1f65b satellite/satellitedb: do ArchiveRollups in a transaction
- 8248203 satellite/satellitedb: GetProjectDailyUsageByDateRange, always call rows.Close on error
- 803186c satellite/nodeselection: delay checks initialization for reduce selector
- 7f29a61 satellite/nodeselection: atleast should count the number of groups
- 3b9de15 satellite/metainfo: include cipher information with ETag and ETagOrCustom
- c1b757b satellite/{payments,console,web}: fixes for ‘pay upfront to upgrade’
- 4db048f web/satellite: update share icons (#7573)
- 6247330 satellite/metainfo: add name for single upload limiter cache
- 086556d satellite/{accountfreeze,admin}: remove trial freeze on user kind change
- 21a05a5 satellite/satellitedb: add method to query total project member count by project ID
- 02d48fc satellite/console: return members count with project config
- ec4e94d web/satellite: add creator column to buckets table
- 4950a7f web/satellite: extended API keys table to also show key creator’s email
- baf57b6 web/satellite: add ‘cannot delete key/bucket’ dialog
- 246630a satellite/nodeselection: late evaluation of atleast parameter
- ebdf746 satellite/metabase: copy segments (CopyObject) outside tx
- 0f1e90b satellite/metabase: CopyObject add intermediate pending stage
- 3aebf8a satellite/console: support storing announcement status in user_settings
- 4b5b4e6 web/satellite: added generic announcement banner
- 60af254 satellite/metabase: reduce contention from DeletePendingObject
- 6c02aa3 satellite/metabase: DeletePendingObject use Update instead of Query
- 7091262 satellite/db: fix duplicate usage report rows
- e1a8997 satellite/metabase: reduce DB lock times form deleteObjectLastCommittedPlain
- 7d3334c satellite/console: fix usage report test
- fa78f91 satellite/console, private/web: implemented add credit card rate limit
- 7ff8788 satellite/console: do not allow regular project members to query invite links
- 09d88ca satellite/console: do not allow generating 2FA secret if 2FA is already enabled
- a79f9c7 satellite/mailservice: include email Subject in Error/Info logs
- 94dfb07 satellite/{console,satellitedb}: always update status_updated_at on user status update
- ebac322 satellite/{console,payments}: add max credit card count restriction
- b61d9ad satellite/admin: update project limits as part of kind update (#7578)
- 5d774a8 web/satellite: add refresh button to browser
- f5ca234 satellite/mailservice: added config for the new hubspot email sending service
Storagenode
- 25717b8 storagenode: register webui for modular storagenode
- a170e50 storagenode: support setup subcommand with modular storagenode
- ea39842 storagenode: register hashstore related features
Test
- a4173bc ci,testsuite/wasm: fixed verify build
