Skip to content

Commit cf9bfc0

Browse files
authored
Merge pull request #239 from voxpupuli/release-prep
Release 9.0.0
2 parents dda53f7 + c4ccb79 commit cf9bfc0

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v9.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v9.0.0) (2026-01-05)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-bacula/compare/v8.1.0...v9.0.0)
10+
11+
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))
34+
735
## [v8.1.0](https://github.com/voxpupuli/puppet-bacula/tree/v8.1.0) (2025-01-28)
836

937
[Full Changelog](https://github.com/voxpupuli/puppet-bacula/compare/v8.0.0...v8.1.0)
@@ -112,7 +140,7 @@ These should not affect the functionality of the module.
112140

113141
**Fixed bugs:**
114142

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))
116144

117145
## [5.6.0](https://github.com/voxpupuli/puppet-bacula/tree/5.6.0) (2019-12-28)
118146

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-bacula",
3-
"version": "8.1.1-rc0",
3+
"version": "9.0.0",
44
"author": "Vox Pupuli",
55
"summary": "A bacula module stolen from the Puppet Labs Operations team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)