Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.0.0 #187

Merged
merged 1 commit into from
Jul 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v6.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v6.0.0) (2022-10-05)
## [v7.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v7.0.0) (2023-06-28)

[Full Changelog](https://github.com/voxpupuli/puppet-bacula/compare/v6.0.0...v7.0.0)

**Breaking changes:**

- Drop Puppet 6 support [\#182](https://github.com/voxpupuli/puppet-bacula/pull/182) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add support for Puppet 8 [\#185](https://github.com/voxpupuli/puppet-bacula/pull/185) ([smortex](https://github.com/smortex))
- Relax dependencies version requirements [\#184](https://github.com/voxpupuli/puppet-bacula/pull/184) ([smortex](https://github.com/smortex))

**Merged pull requests:**

- Use the namespaced function `postgresql::postgresql_password()` [\#186](https://github.com/voxpupuli/puppet-bacula/pull/186) ([smortex](https://github.com/smortex))

## [v6.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v6.0.0) (2022-10-06)

[Full Changelog](https://github.com/voxpupuli/puppet-bacula/compare/5.8.0...v6.0.0)

Expand Down Expand Up @@ -41,7 +58,7 @@ These should not affect the functionality of the module.

**Implemented enhancements:**

- Add job var "Max Full Interval" [\#159](https://github.com/voxpupuli/puppet-bacula/pull/159) ([xaque208](https://github.com/xaque208))
- Add job var "Max Full Interval" [\#159](https://github.com/voxpupuli/puppet-bacula/pull/159) ([zachfi](https://github.com/zachfi))
- Ensure all parameters are documented [\#151](https://github.com/voxpupuli/puppet-bacula/pull/151) ([smortex](https://github.com/smortex))

**Fixed bugs:**
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-bacula",
"version": "6.0.1-rc0",
"version": "7.0.0",
"author": "Vox Pupuli",
"summary": "A bacula module stolen from the Puppet Labs Operations team",
"license": "Apache-2.0",
Expand Down