You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After [Perforce discontinued OSS Puppet](https://www.puppet.com/blog/open-source-puppet-updates-2025), the VoxPupuli community had to adjust its CI pipelines to continue to be able to test modules. Because we cannot run these test against Puppet anymore, support for it was removed, which is a backwards-incompatible change. Instead, we switched to testing against [OpenVox, the community fork of Puppet](https://voxpupuli.org/openvox/).
12
+
13
+
As a consequence, while this version focus on backwards-compatible changes, we had to bump its major version number.
14
+
15
+
**Breaking changes:**
16
+
17
+
- Drop puppet, update openvox minimum version to 8.19 [\#228](https://github.com/voxpupuli/puppet-bacula/pull/228) ([TheMeier](https://github.com/TheMeier))
18
+
19
+
**Implemented enhancements:**
20
+
21
+
- Allow passing a `Sensitive` as password to `Bacula::Director::Console`[\#238](https://github.com/voxpupuli/puppet-bacula/pull/238) ([smortex](https://github.com/smortex))
22
+
- Add support for FreeBSD 15 [\#234](https://github.com/voxpupuli/puppet-bacula/pull/234) ([smortex](https://github.com/smortex))
23
+
- Add support for OpenVox [\#225](https://github.com/voxpupuli/puppet-bacula/pull/225) ([jstraw](https://github.com/jstraw))
24
+
- Add Console section to the Director configuration [\#210](https://github.com/voxpupuli/puppet-bacula/pull/210) ([lemrouch](https://github.com/lemrouch))
25
+
26
+
**Fixed bugs:**
27
+
28
+
- Add missing `Maximum Concurrent Jobs` to the Storage configuration [\#235](https://github.com/voxpupuli/puppet-bacula/pull/235) ([smortex](https://github.com/smortex))
29
+
- Manage storage directories after intallation [\#206](https://github.com/voxpupuli/puppet-bacula/pull/206) ([smortex](https://github.com/smortex))
30
+
31
+
**Merged pull requests:**
32
+
33
+
- Fix example in README.md [\#213](https://github.com/voxpupuli/puppet-bacula/pull/213) ([tamerz](https://github.com/tamerz))
@@ -112,7 +140,7 @@ These should not affect the functionality of the module.
112
140
113
141
**Fixed bugs:**
114
142
115
-
- Rename of script used to create the PostgreSQL tables [\#148](https://github.com/voxpupuli/puppet-bacula/pull/148) ([Tamerz](https://github.com/Tamerz))
143
+
- Rename of script used to create the PostgreSQL tables [\#148](https://github.com/voxpupuli/puppet-bacula/pull/148) ([tamerz](https://github.com/tamerz))
0 commit comments