Skip to content

Commit

Permalink
Merge pull request #1603
Browse files Browse the repository at this point in the history
Start development of Bareos 24
  • Loading branch information
arogge committed Nov 24, 2023
2 parents 75ca8a3 + 56ffc6c commit 2038cac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 313 deletions.
311 changes: 1 addition & 310 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,317 +1,8 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and since Bareos version 20 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Breaking changes
- The following deprecated configuration options have been removed, make sure to update your configuration accordingly:
* Director daemon
* Pid Directory

* File daemon
* Pid Directory
* Compatible

* Storage daemon
* Pid Directory
* Compatible

- The following configuration defaults have changed:
* Director daemon
* Hard Links (Dir->Fileset->Include->Options) = no (was yes)

- The PostgreSQL plugin got a complete rewrite, the minimal changes are:
* `module_name=bareos-fd-postgresql`
* `db_host=`
* `postgresql_data_dir=`
* `wal_archive_dir=`

### Changed
- VMware Plugin: introduce pyVmomi 8.x compatibility [PR #1352]
- devtools: add `pr-tool` to automate PR review and merge [PR #935]
- build: replace sprintf by snprintf due to upgraded MacOS compiler, change linking of googletest [PR #1361]
- storage daemon: fix crash on volume swap [PR #1356]
- core: make resource/configuration locking safer [PR #1325]
- json generation: Fix some leaks and an integer overflow [PR #1130]
- tray-monitor: build against Qt6 when present [PR #1011]
- systemtests: `rename virtualfull` -> `virtualfull-basic` ,`bareos` -> `bareos-basic`, `bconsole` -> `bconsole-basic` [PR #1339]
- stored: fix crashes of storage tools when autoxflate plugin is loaded [PR #1348]
- webui: enable sorting on version column [PR #1365]
- dird: skip disabled clients in status command [PR #1367]
- bsmtp: fix and update code, and change CLI parsing to CLI11 [PR #1316]
- ua_restore: Add additional client info for restore report [PR #1374]
- restore: fix failed restores showing Restore ok with warning [PR #1387]
- FreeBSD: build cleanup [PR #1336]
- improvements to pr-tool [PR #1389]
- file checksums: add new signature algorithm xxh128 [PR #1359]
- stored: remove warning for maximum block size for tapes [PR #1375]
- ua_restore: enable restore from archive [PR #1372]
- testfind: reuse filedaemon logic [PR #1234]
- dird: enable default options in `fileset` config when no options are explicitly specified [PR #1357]
- introduce php-cs-fixer and apply PSR-12 guidelines [PR #1403]
- berrno_test.cc: accept both 271E and 273E [PR #1407]
- Sanitizers: add ASAN options to avoid crashes [PR #1410]
- dird: cats: adapt `purge` command to delete jobs with specific jobstatus and/or from specific pool [PR #1349]
- filed: stored: remove deprecated `compatible` option from configuration [PR #1341]
- webui: remove some development leftovers and artefacts [PR #1422]
- dird: allow to disable TLS-PSK downgrades [PR #1398]
- core: fixes for gcc-13 support [PR #1424]
- webui: update localization [PR #1414]
- webui: improve localization process [PR #1429]
- webui: add machine-readable copyright file [PR #1419]
- webui: add config resource graph to analytics (experimental) [PR #1412]
- dird: keep copy and migration control/administrative jobs [PR #1421]
- scripts: config-lib improve get_local_hostname fallback [PR #1402]
- dird: deprecate client `Autoprune`, `JobRetention`, and `FileRetention` [PR #1425]
- daemons: remove deprecated `Pid Directory` config option, and update `Maximum Concurrent Jobs` default value to 1 [PR #1426]
- build: switch to FreeBSD 12.4 [PR #1440]
- webui: create internal api module [PR #1447]
- webui: make restore merge options configurable [PR #1445]
- webui: update German translation [PR #1437]
- build: fix for gcc 13.1.1 [PR #1459]
- packaging: systemd unit: set a limit of restart [PR #1450]
- python-bareos: add missing `dirname` variable [PR #1460]
- build: remove openSUSE 15.3 and Univention 5.0 from test matrix [PR #1469]
- cleanup: remove some unused functions and shrink number of includes in bareos.h [PR #1433]
- core: fix schema public with PostgreSQL 15 [PR #1449]
- pr-tool: handling POEditor commits and optional github ci tests [PR #1434]
- VMware Plugin: Backup and Restore of VMs using multiple datastores [PR #1473]
- stored: change default block size to 1 MiB [PR #1396]
- webui: re-add show update status for clients [PR #1371]
- build: add Debian 12 [PR #1477]
- pr-tool: Add options to be used in CI runs [PR #1488]
- VMware Plugin: improve snapshot cleanup [PR #1484]
- packaging: cleanup SUSE webui dependencies [PR #1493]
- vss: remove dependency on live system during backup [PR #1452]
- build: adapt matrix and pkglist for changes to CI [PR #1490]
- cats: postgresql introduce pl/sql lstat_decode() function [PR #1466]
- bsmtp: make mailhost and port message info a debug message [PR #1507]
- dird: cats: abort purge when there are no eligible jobids [PR #1512]
- dird: show current and allowed console connections [PR #1487]
- dird: add prev and new jobid variables [PR #1499]
- improve default configuration [PR #1508]
- stored: add AccessMode SD->Device directive to reserve devices exclusively for reading or writing [PR #1464]
- plugins: switch python-ldap plugin to python3 [PR #1522]
- build: switch from FreeBSD 13.1 to 13.2 [PR #1524]
- stored: automatically increment tape block size in case the buffer is too small [PR #1496]
- ua_restore: change restore argument handling [PR #1516]
- plugin-fd: allow fd plugins to (re-)set since-time and disable/re-enable timestamp/accurate checks [PR #1505]
- config: deprecate `LabelType` and `CheckLabels` [PR #1521]
- devtools: Update python dependencies [PR #1531]
- webui: upgrade bootstrap to version 3.4.1 [PR #1550]
- bareos-check-sources: ignore bootstrap*.css [PR #1556]
- daemons: set CLI11 error exit code to `41` and bareos config parsing error exit code to `42` [PR #1515]
- database: improve subscription view [PR #1542]
- utils: add a thread-safe single-producer/single-consumer queue [PR #1504]
- require TLS by default [PR #1529]
- build: introduce fedora38 [PR #1563]
- python: adapt for new Python module versions [PR #1546]
- tools: fix tools not starting up on windows [PR #1549]
- dird: `list jobs`: add `level` keyword and accept a list of job levels [PR #1548]
- Allow to use the third-party libraries of the OS instead of the bundled ones [PR #1441]
- packaging: debian fix dependencies [PR #1573]
- stored: fix support for non-tape block-addressed devices [PR #1554]
- consolidate: make virtualfull jobs spawned by consolidate job inherit same priority and max concurrent jobs [PR #1530]
- tls: add tls v1.3 configuration option [PR #1577]
- bareos-fd-plugin: new python PostgreSQL [PR #1541]
- python-bareos: add timeout setting when connecting to the director. [PR #1583]
- github actions: update/fix publish to PyPI workflows [PR #1572]
- filed: parallel compression/reading/sending [PR #1533]
- database: media table: use bigint instead of integer [PR #1579]
- stored: buffer fd messages [PR #1539]
- autoxflate: fix autoxflate on replication [PR #1576]
- configuration: deprecate base jobs [PR #1580]
- rename gettext macro [PR #1588]
- Enable automatic cpu-dependent dispatch for xxHash [PR #1601]

### Removed
- remove no longer used pkglists [PR #1335]
- core: remove deprecated make_catalog_backup.pl [PR #1378]
- cats: remove remains of deprecated databases [PR #1377]
- dird: filed: stored: remove deprecated `maxconnections` option from configuration [PR #1340]
- cats: remove dynamic catalog backends [PR #1392]
- build: remove python2 support [PR #1520]
- build: disable building for Windows 32-bit [PR #1582]
- Remove unnecessary loader/module split in Python modules for the FD [PR #1602]

### Changed
- cats: fix issue where `startfile` field gets wrongly updated [PR #1346]
- Python Plugins: Avoid pop(0) performance impact [PR #1351]

### Fixed
- Fix gcc warnings in ndmjob program [PR #1343]
- filed: avoid reading from ephemeral buffer [PR #1373]
- checkpoints: fix performance drop on big volume restores [PR #1345]
- VMware Plugin: fix restore to different vmname [PR #1390]
- vmware_cbt_tool.py: pyVmomi 8.x compatibility [PR #1386]
- Fix problem with reoccuring files in always incremental [PR #1395]
- bsmtp bls bextract: fixes for command line parsing [PR #1455]
- daemons: update network handling when IP protocols unavailable [PR #1454]
- Improve handling of catalog requests that try to reduce VolFiles, VolBlocks and VolBytes [PR #1431]
- filed: fix off-by-one error when resizing acl buffer [PR #1479]
- Consolidate: fix for consolidate job's client name not being correctly shown [PR #1474]
- scripts: config-lib improve setup_sd_user [PR #1448]
- cats: fix creates, grants and drops postgresql [PR #1502]
- stored: fix blocksize warning [PR #1503]
- status storage: fix wrong data displayed about waiting jobs [PR #1476]
- stored: fix incoherent meta data when concurrently writing to the same volume [PR #1495]
- dird: fix expected file count error during bsr build [PR #1511]
- VMware Plugin: Fix transformer issues [PR #1532]
- filed: fix possible data-loss when excluding hardlinks [PR #1506]
- cats: fix for integer overflow issue when using `offset` in `llist` [PR #1547]
- VMware Plugin: Fix backup and recreating VMs with PCI passthrough for GPU [PR #1565]
- catreq.cc: suppress missing batch con warning [PR #1578]
- postgresql plugin: read config parameters from cluster [PR #1599]

### Documentation
- add explanation about binary version numbers [PR #1354]
- docs: improve bareos-webui documentation [PR #1366]
- docs: catalog maintenance improvements [PR #1379]
- doc: improve plugin, webui, virtualfull chapters [PR #1401]
- docs: move and update localization documentation [PR #1415]
- check-sources: update check-sources ignores [PR #1439]
- docs: replace GZIP compression by LZ4 and MD5/SHA1 signature by XXH128 [PR #1453]
- docs: Windows add Antivirus section [PR #1468]
- doc: renew tutorial, suggest passive client, restructure heartbeat interval [PR #1543]

[PR #935]: https://github.com/bareos/bareos/pull/935
[PR #1011]: https://github.com/bareos/bareos/pull/1011
[PR #1130]: https://github.com/bareos/bareos/pull/1130
[PR #1234]: https://github.com/bareos/bareos/pull/1234
[PR #1316]: https://github.com/bareos/bareos/pull/1316
[PR #1325]: https://github.com/bareos/bareos/pull/1325
[PR #1335]: https://github.com/bareos/bareos/pull/1335
[PR #1336]: https://github.com/bareos/bareos/pull/1336
[PR #1339]: https://github.com/bareos/bareos/pull/1339
[PR #1340]: https://github.com/bareos/bareos/pull/1340
[PR #1341]: https://github.com/bareos/bareos/pull/1341
[PR #1343]: https://github.com/bareos/bareos/pull/1343
[PR #1345]: https://github.com/bareos/bareos/pull/1345
[PR #1346]: https://github.com/bareos/bareos/pull/1346
[PR #1348]: https://github.com/bareos/bareos/pull/1348
[PR #1349]: https://github.com/bareos/bareos/pull/1349
[PR #1351]: https://github.com/bareos/bareos/pull/1351
[PR #1352]: https://github.com/bareos/bareos/pull/1352
[PR #1354]: https://github.com/bareos/bareos/pull/1354
[PR #1356]: https://github.com/bareos/bareos/pull/1356
[PR #1357]: https://github.com/bareos/bareos/pull/1357
[PR #1359]: https://github.com/bareos/bareos/pull/1359
[PR #1361]: https://github.com/bareos/bareos/pull/1361
[PR #1365]: https://github.com/bareos/bareos/pull/1365
[PR #1366]: https://github.com/bareos/bareos/pull/1366
[PR #1367]: https://github.com/bareos/bareos/pull/1367
[PR #1371]: https://github.com/bareos/bareos/pull/1371
[PR #1372]: https://github.com/bareos/bareos/pull/1372
[PR #1373]: https://github.com/bareos/bareos/pull/1373
[PR #1374]: https://github.com/bareos/bareos/pull/1374
[PR #1375]: https://github.com/bareos/bareos/pull/1375
[PR #1377]: https://github.com/bareos/bareos/pull/1377
[PR #1378]: https://github.com/bareos/bareos/pull/1378
[PR #1379]: https://github.com/bareos/bareos/pull/1379
[PR #1386]: https://github.com/bareos/bareos/pull/1386
[PR #1387]: https://github.com/bareos/bareos/pull/1387
[PR #1389]: https://github.com/bareos/bareos/pull/1389
[PR #1390]: https://github.com/bareos/bareos/pull/1390
[PR #1392]: https://github.com/bareos/bareos/pull/1392
[PR #1395]: https://github.com/bareos/bareos/pull/1395
[PR #1396]: https://github.com/bareos/bareos/pull/1396
[PR #1398]: https://github.com/bareos/bareos/pull/1398
[PR #1401]: https://github.com/bareos/bareos/pull/1401
[PR #1402]: https://github.com/bareos/bareos/pull/1402
[PR #1403]: https://github.com/bareos/bareos/pull/1403
[PR #1407]: https://github.com/bareos/bareos/pull/1407
[PR #1410]: https://github.com/bareos/bareos/pull/1410
[PR #1412]: https://github.com/bareos/bareos/pull/1412
[PR #1414]: https://github.com/bareos/bareos/pull/1414
[PR #1415]: https://github.com/bareos/bareos/pull/1415
[PR #1419]: https://github.com/bareos/bareos/pull/1419
[PR #1421]: https://github.com/bareos/bareos/pull/1421
[PR #1422]: https://github.com/bareos/bareos/pull/1422
[PR #1424]: https://github.com/bareos/bareos/pull/1424
[PR #1425]: https://github.com/bareos/bareos/pull/1425
[PR #1426]: https://github.com/bareos/bareos/pull/1426
[PR #1429]: https://github.com/bareos/bareos/pull/1429
[PR #1431]: https://github.com/bareos/bareos/pull/1431
[PR #1433]: https://github.com/bareos/bareos/pull/1433
[PR #1434]: https://github.com/bareos/bareos/pull/1434
[PR #1437]: https://github.com/bareos/bareos/pull/1437
[PR #1439]: https://github.com/bareos/bareos/pull/1439
[PR #1440]: https://github.com/bareos/bareos/pull/1440
[PR #1441]: https://github.com/bareos/bareos/pull/1441
[PR #1445]: https://github.com/bareos/bareos/pull/1445
[PR #1447]: https://github.com/bareos/bareos/pull/1447
[PR #1448]: https://github.com/bareos/bareos/pull/1448
[PR #1449]: https://github.com/bareos/bareos/pull/1449
[PR #1450]: https://github.com/bareos/bareos/pull/1450
[PR #1452]: https://github.com/bareos/bareos/pull/1452
[PR #1453]: https://github.com/bareos/bareos/pull/1453
[PR #1454]: https://github.com/bareos/bareos/pull/1454
[PR #1455]: https://github.com/bareos/bareos/pull/1455
[PR #1459]: https://github.com/bareos/bareos/pull/1459
[PR #1460]: https://github.com/bareos/bareos/pull/1460
[PR #1464]: https://github.com/bareos/bareos/pull/1464
[PR #1466]: https://github.com/bareos/bareos/pull/1466
[PR #1468]: https://github.com/bareos/bareos/pull/1468
[PR #1469]: https://github.com/bareos/bareos/pull/1469
[PR #1473]: https://github.com/bareos/bareos/pull/1473
[PR #1474]: https://github.com/bareos/bareos/pull/1474
[PR #1476]: https://github.com/bareos/bareos/pull/1476
[PR #1477]: https://github.com/bareos/bareos/pull/1477
[PR #1479]: https://github.com/bareos/bareos/pull/1479
[PR #1484]: https://github.com/bareos/bareos/pull/1484
[PR #1487]: https://github.com/bareos/bareos/pull/1487
[PR #1488]: https://github.com/bareos/bareos/pull/1488
[PR #1490]: https://github.com/bareos/bareos/pull/1490
[PR #1493]: https://github.com/bareos/bareos/pull/1493
[PR #1495]: https://github.com/bareos/bareos/pull/1495
[PR #1496]: https://github.com/bareos/bareos/pull/1496
[PR #1499]: https://github.com/bareos/bareos/pull/1499
[PR #1502]: https://github.com/bareos/bareos/pull/1502
[PR #1503]: https://github.com/bareos/bareos/pull/1503
[PR #1504]: https://github.com/bareos/bareos/pull/1504
[PR #1505]: https://github.com/bareos/bareos/pull/1505
[PR #1506]: https://github.com/bareos/bareos/pull/1506
[PR #1507]: https://github.com/bareos/bareos/pull/1507
[PR #1508]: https://github.com/bareos/bareos/pull/1508
[PR #1511]: https://github.com/bareos/bareos/pull/1511
[PR #1512]: https://github.com/bareos/bareos/pull/1512
[PR #1515]: https://github.com/bareos/bareos/pull/1515
[PR #1516]: https://github.com/bareos/bareos/pull/1516
[PR #1520]: https://github.com/bareos/bareos/pull/1520
[PR #1521]: https://github.com/bareos/bareos/pull/1521
[PR #1522]: https://github.com/bareos/bareos/pull/1522
[PR #1524]: https://github.com/bareos/bareos/pull/1524
[PR #1529]: https://github.com/bareos/bareos/pull/1529
[PR #1530]: https://github.com/bareos/bareos/pull/1530
[PR #1531]: https://github.com/bareos/bareos/pull/1531
[PR #1532]: https://github.com/bareos/bareos/pull/1532
[PR #1533]: https://github.com/bareos/bareos/pull/1533
[PR #1539]: https://github.com/bareos/bareos/pull/1539
[PR #1541]: https://github.com/bareos/bareos/pull/1541
[PR #1542]: https://github.com/bareos/bareos/pull/1542
[PR #1543]: https://github.com/bareos/bareos/pull/1543
[PR #1546]: https://github.com/bareos/bareos/pull/1546
[PR #1547]: https://github.com/bareos/bareos/pull/1547
[PR #1548]: https://github.com/bareos/bareos/pull/1548
[PR #1549]: https://github.com/bareos/bareos/pull/1549
[PR #1550]: https://github.com/bareos/bareos/pull/1550
[PR #1554]: https://github.com/bareos/bareos/pull/1554
[PR #1556]: https://github.com/bareos/bareos/pull/1556
[PR #1563]: https://github.com/bareos/bareos/pull/1563
[PR #1565]: https://github.com/bareos/bareos/pull/1565
[PR #1572]: https://github.com/bareos/bareos/pull/1572
[PR #1573]: https://github.com/bareos/bareos/pull/1573
[PR #1576]: https://github.com/bareos/bareos/pull/1576
[PR #1577]: https://github.com/bareos/bareos/pull/1577
[PR #1578]: https://github.com/bareos/bareos/pull/1578
[PR #1579]: https://github.com/bareos/bareos/pull/1579
[PR #1580]: https://github.com/bareos/bareos/pull/1580
[PR #1582]: https://github.com/bareos/bareos/pull/1582
[PR #1583]: https://github.com/bareos/bareos/pull/1583
[PR #1588]: https://github.com/bareos/bareos/pull/1588
[PR #1599]: https://github.com/bareos/bareos/pull/1599
[PR #1601]: https://github.com/bareos/bareos/pull/1601
[PR #1602]: https://github.com/bareos/bareos/pull/1602
[unreleased]: https://github.com/bareos/bareos/tree/master
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
| Version | GitHub Sources | Binary Packages |
| ------- | ------------------ |------------------- |
| master | :heavy_check_mark: | :heavy_check_mark: |
| 23.x.y | :heavy_check_mark: | :white_check_mark: |
| 22.x.y | :heavy_check_mark: | :white_check_mark: |
| 21.x.y | :heavy_check_mark: | :white_check_mark: |
| 20.x.y | :heavy_check_mark: | :white_check_mark: |
| 20.x.y | :x: | :x: |
| 19.2.x | :x: | :x: |
| 18.2.x | :x: | :x: |
| 17.2.x | :x: | :x: |
Expand Down
4 changes: 2 additions & 2 deletions docs/manuals/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
scv_whitelist_tags = (re.compile(r"^not-exisiting-tag$"),)
scv_show_banner = True
scv_priority = "branches"
scv_root_ref = "bareos-22"
scv_banner_main_ref = "bareos-22"
scv_root_ref = "bareos-23"
scv_banner_main_ref = "bareos-23"


plantuml_output_format = "svg_img"
Expand Down

0 comments on commit 2038cac

Please sign in to comment.