Releases: scylladb/scylla-manager
Releases · scylladb/scylla-manager
3.4.0-dev-0.20240901.153218165
3.4.0-dev-0.20240829.ef1f59dbb
3.4.0-dev-0.20240829.d26d3ab0e
Changelog
- d26d3ab manager-build: fix
3.4.0-dev-0.20240829.51d5fa93f
Changelog
- 51d5fa9 wip
3.4.0-dev-0.20240829.153218165
Changelog
- 1532181 fix(restoretest): ignore dicts table
3.4.0-dev-0.20240829.db7a58574
3.4.0-dev-0.20240827.13eef6aac
3.4.0-dev-0.20240822.0ad5692f0
3.3.1-0.20240822.434bd8025
Changelog
- 434bd80 Makefile: Set tags also during snapshot builds
v3.3.1
Changelog
- 8dfd2ad CI: cluster to use integer generation version
- c3aa80f Makefile: added restore integration test to integration-test target
- 6fc01b3 Remove ansible/restore
- c470d85 Update ScyllaDB version to: 3.3.1
- 5e25e0e backup: add deduplicate to resumable states
- 15c42d4 backup: add explicit deduplication stage
- 9cfeeb9 backup: aggregate size of deduplicated content
- ffba671 backup: reindex when resuming on deduplicate stage
- 325763f bugfix(backup): delete deduplicated files based on crc32
- 7400035 bugfix(backup): include explicitly deduplicated files into progress
- ebb123e cluster: update to include all hosts into connection validity check
- af46dd2 config-cache: extend node info with dc and rack
- 476167d feat(.github): add script for generating workflows and badges
- 8ba191b feat(.github): generate workflow files and badges from cfg/main.go
- 27aabc4 feat(.github/cfg): delete old workflows on generation
- fcb445f feat(.github/cfg): don't test tablets on Scylla 2024.1 as they are still experimental there
- 3feedbe feat(.github/cfg): print badges as reference links and table rows
- 8bdc4f8 feat(backup): delete files in batches (#3928)
- 516d144 feat(backup_test): test that views are not backed up
- 92b2e3f feat(clusteradd): add --label flag
- 7b0293f feat(clusterupdate): add --label flag
- 6d56256 feat(docs): add --label docs
- ad43834 feat(docs): backup, add 3.3 tablets and desc schema docs
- 77e9708 feat(docs): backup, explain table backup criteria
- ec07f94 feat(docs): repair, add 3.3 tablets and batching docs
- 55fd257 feat(docs): restore, add 3.3 desc schema docs
- cf834bd feat(docs): unlink old release docs from index
- 80029fa feat(flag): add --label flag to TaskBase
- f4dcb2f feat(flag): add Label type
- 4e50161 feat(managerclient): render labels in ClusterSlice
- d509564 feat(managerclient): render labels in TaskInfo
- dee1656 feat(managerclient): render labels in TaskListItems
- 8af10ed feat(purger): delete files in batches (#3928)
- 816df2f feat(rcserver): add operations/deletepaths to supported calls
- a8e7d7a feat(rcserver): implement operations/deletepaths endpoint
- acee5f6 feat(restore_test): add a way to compare table rows not only by a count
- 0fc4297 feat(restore_test): test vnode ks backup into tablet ks restore
- 648f4e3 feat(scheduler_test): test task returned internal context error
- 6534a5a feat(scheduler_test): test task status outside of maintenance window
- 11ecedd feat(schema): add labels to cluster and scheduler_task
- f790f99 feat(scyllaclient): add method to delete multiple files in batches
- efd359b feat(scyllaclient): fill node info with enable_tablets
- 39ef615 feat(swagger): agent, add /rclone/operations/deletepaths endpoint
- a53f974 feat(swagger): agent, add enable_tablets to node info
- c0be79b feat(swagger): scylla-manager, add labels to cluster and task related objects
- 0388285 feat(swagger): scylla_v2, add enable_tablets config field
- 235026b fix(README): add separate section for Scylla integration status
- a647387 fix(backup): allow re-indexing on stage schema
- 83b4acb fix(backup): don't backup views
- 10878e5 fix(backup): don't deduplicate the same file twice
- c8010ca fix(cluster): remove duplicates when combining Host and KnownHosts
- b4a90ab fix(docs): keep prod-cluster name convention
- cf19747 fix(docs): remove deprecated flags from repair example
- 5608436 fix(docs): update broken links
- c33c326 fix(docs): use sstables with UUID in backup specification
- 8f6f1c0 fix(managerclient): don't print outdated follow-up actions
- bade890 fix(pkg): don't wrap errors as plain strings
- 5726522 fix(repair): insert repair state under mutex
- e16e771 fix(repair_test): difference batching and merged ranges optimization in no opt test
- 0485085 fix(repair_test): ensure enough token ranges for repair tests
- b8ab188 fix(repair_test): reduce the amount of tablets to gain speed
- e214a15 fix(repair_test): remove flakiness of TestServiceRepairResumeAllRangesIntegration
- 9c22338 fix(repair_test): remove specific error from repair temporary network outage
- cc7ef08 fix(restore_test): decrease min disk space
- 5d9b348 fix(restore_test): fix TestRestoreSchemaRoundtripIntegration flakiness
- 74d36b8 fix(scheduler): use dedicated context cause errors for checking task status
- 45d58b2 fix(scyllaclient): create clients under mutex in cache provider
- ecbbc23 fix(scyllaclient): don't return payload on error
- 86b91f9 fix(scyllaclient_test): make sure to wait for transfer stop
- c85cfbf fix(testing): fix testing env tablets setup Tablets went from experimental feature to regular enable_tablets feature. This commit updates test env setup according to this change. It also gets rid of no longer needed things like: - separate scylla.yaml and .properties for other cluster - no need to control raft topology, as it is always enabled in 6.0, and we don't care for it in previous versions
- a6be8ef healthcheck: update rack and dc on healthcheck metrics
- 932a84b int-test(backup): update skipped in test hooks from different place
- 2451a59 metrics: add rack and datacenter label to healthcheck metrics
- f3f2599 rcserver: allow to cat .crc32 checksum files
- 2a48a3d refactor(backup): improve tablet load balancing logging
- a66c518 refactor(backup): make GetTarget a wrapper for targetFromProperties
- 99f9b50 refactor(backup): move token ownership check outside getLiveNodes
- e449212 refactor(backup): move validation and unit creation from GetTarget to dedicated methods
- 777491c refactor(repair): improve tablet load balancing logging
- b69904f refactor(scyllaclient_test): add log on tablet keyspace for improved visibility
- 4fecbdf restore: update versioning tests to break .crc32 files
- 259558a scyllaclient: method to get host's rack
- 37e924d sstable: return error instead of panic on SSTable ID extract
- 24ae799 swagger(scylla): remove endpoint getting replace_address config value
- 821330a swagger(scylla): remove endpoint getting replace_address_first_boot config value
- e0fa1f6 tests: cover pause/resume on backup's deduplication stage