Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Jan 14, 2025
1 parent 31da6b0 commit 13139a7
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@

This is a bug fix release. We fixed bugs reported by Community. Apart from that
we prepared changes to support openSUSE / SLES binary packages. At the end
we did improvements in the deployment function and we updated the SELinux policy
module.
This is a new feature and bug fix release. It provides many new functions and
improvements. We added an interface to install, renew and uninstall SSL certificates.
The renewing certificate process can be run by system scheduler (cron,
systemd timer...) or triggered manually on demand on the web interface.

We prepared support for creating two certificate types: self-signed certificates
created locally and Let's Encrypt certificates obtained from external CA. Certificates
are created, installed, and automatically configured in the web server configuration.
The Let's Encrypt certificates are acquired using ACME protocol with HTTP-01 challenge.

Besides that we added a new web server settings function with network options. Currently
there is possible to change on the web interface the Bacularis web server port.

In the Bacularis health self-test suite we added two new tests. They are to check
bconsole and catalog access time. They can help diagnosing performance issues.

New users installing Bacula through the Bacularis initial wizard will be able to test
credentials before running the installation because we added a button to perform this
type of test.

At the end we did many other smaller improvements, specially in the deployment
functions and authentication modules.

**Changes**

* Add Fedora 41 repository support in OS profiles
* Add postgresql-contrib installation
* Fix PHP error in restore wizard if no job is selected to restore.
* Disable PHP-CS-Fixer rule for blank lines
* Add web server settings and SSL certificate features
* Add new SSL certs feature on application settings page
* Use new SSL certificate functions on deployment page
* Improve remove button in various directives
* Various deployment improvements
* Change method accessibility in OS profile module
* New update host config method
* Use new headers module
* Remove methods moved to Common module
* Fix setting up HTTPS in API deployment

0 comments on commit 13139a7

Please sign in to comment.