Skip to content

v2.0.0 release #121

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
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
81 changes: 70 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,65 @@ 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.

## [v2.0.0](https://github.com/voxpupuli/puppet-bareos/tree/v2.0.0) (2022-11-03)

[Full Changelog](https://github.com/voxpupuli/puppet-bareos/compare/v1.0.0...v2.0.0)

**Breaking changes:**

- drop support for bareos 18.2 -- EOL'd upstream [\#124](https://github.com/voxpupuli/puppet-bareos/pull/124) ([jhoblitt](https://github.com/jhoblitt))
- add https option for repository [\#123](https://github.com/voxpupuli/puppet-bareos/pull/123) ([jhoblitt](https://github.com/jhoblitt))
- \[BREAKING CHANGE\] updated default version to Bareos 21 [\#115](https://github.com/voxpupuli/puppet-bareos/pull/115) ([jhoblitt](https://github.com/jhoblitt))
- drop support for fedora 31 & 32 \(EOL\) [\#114](https://github.com/voxpupuli/puppet-bareos/pull/114) ([jhoblitt](https://github.com/jhoblitt))
- drop EL6 support [\#113](https://github.com/voxpupuli/puppet-bareos/pull/113) ([jhoblitt](https://github.com/jhoblitt))
- modulesync 5.1.0 & Drop Puppet 5; Add Puppet 7 support [\#91](https://github.com/voxpupuli/puppet-bareos/pull/91) ([bastelfreak](https://github.com/bastelfreak))
- Added Ubuntu 20.04 and Bareos 20 signing key [\#79](https://github.com/voxpupuli/puppet-bareos/pull/79) ([hugendudel](https://github.com/hugendudel))

**Implemented enhancements:**

- Enable https for Bareos repos [\#70](https://github.com/voxpupuli/puppet-bareos/issues/70)
- Add support for droplet device\_type [\#116](https://github.com/voxpupuli/puppet-bareos/pull/116) ([jhoblitt](https://github.com/jhoblitt))
- Allow up-to-date dependencies [\#111](https://github.com/voxpupuli/puppet-bareos/pull/111) ([smortex](https://github.com/smortex))
- Add Debian 10 compatibility mention [\#107](https://github.com/voxpupuli/puppet-bareos/pull/107) ([FlorentPoinsaut](https://github.com/FlorentPoinsaut))
- Add apt release key for version 21 [\#100](https://github.com/voxpupuli/puppet-bareos/pull/100) ([jarekherisz](https://github.com/jarekherisz))
- Support Rocky Linux, AlmaLinux, RHEL 8 [\#95](https://github.com/voxpupuli/puppet-bareos/pull/95) ([wardhus](https://github.com/wardhus))
- Allow multiple occurences of sub-options in filesets [\#93](https://github.com/voxpupuli/puppet-bareos/pull/93) ([towo](https://github.com/towo))
- `runscript_short` allows multiple values [\#89](https://github.com/voxpupuli/puppet-bareos/pull/89) ([towo](https://github.com/towo))
- Add Amazon Linux 2 support [\#76](https://github.com/voxpupuli/puppet-bareos/pull/76) ([lduriez](https://github.com/lduriez))

**Fixed bugs:**

- Fix repo URL for different versions of CentOS / AL / RL [\#118](https://github.com/voxpupuli/puppet-bareos/pull/118) ([matejzero](https://github.com/matejzero))
- Disable pam\_console\_password whent is not set [\#99](https://github.com/voxpupuli/puppet-bareos/pull/99) ([jarekherisz](https://github.com/jarekherisz))
- fix broken links in README.md [\#66](https://github.com/voxpupuli/puppet-bareos/pull/66) ([bastelfreak](https://github.com/bastelfreak))

**Closed issues:**

- Debian 10 seems to be supported [\#101](https://github.com/voxpupuli/puppet-bareos/issues/101)
- Ubuntu 20.04 is not supported [\#85](https://github.com/voxpupuli/puppet-bareos/issues/85)
- Repo URL /latest/ is deprecated [\#80](https://github.com/voxpupuli/puppet-bareos/issues/80)
- Reload Bareos config instead of restarting the whole director [\#75](https://github.com/voxpupuli/puppet-bareos/issues/75)
- Add missing parameter "count" to storage/device [\#73](https://github.com/voxpupuli/puppet-bareos/issues/73)
- support using bareos.com repos [\#56](https://github.com/voxpupuli/puppet-bareos/issues/56)
- Support for Bareos 18.2? [\#50](https://github.com/voxpupuli/puppet-bareos/issues/50)

**Merged pull requests:**

- fix puppet-lint errors \(lint\_fix\) [\#122](https://github.com/voxpupuli/puppet-bareos/pull/122) ([jhoblitt](https://github.com/jhoblitt))
- Add support for droplet device\_type [\#104](https://github.com/voxpupuli/puppet-bareos/pull/104) ([aaronreay](https://github.com/aaronreay))
- added Ubuntu 20.04 to metadata.json file [\#102](https://github.com/voxpupuli/puppet-bareos/pull/102) ([hugendudel](https://github.com/hugendudel))
- Bump apt dependency [\#97](https://github.com/voxpupuli/puppet-bareos/pull/97) ([towo](https://github.com/towo))
- Bump concat dependency [\#96](https://github.com/voxpupuli/puppet-bareos/pull/96) ([towo](https://github.com/towo))
- Add missing PAM setting + add datatypes to all parameters [\#90](https://github.com/voxpupuli/puppet-bareos/pull/90) ([towo](https://github.com/towo))
- Fix code block in README [\#88](https://github.com/voxpupuli/puppet-bareos/pull/88) ([towo](https://github.com/towo))
- Allow stdlib 8.0.0 [\#83](https://github.com/voxpupuli/puppet-bareos/pull/83) ([smortex](https://github.com/smortex))
- Fix repository path for Debian 10 [\#78](https://github.com/voxpupuli/puppet-bareos/pull/78) ([FlorentPoinsaut](https://github.com/FlorentPoinsaut))
- use reload instead of restart for director [\#77](https://github.com/voxpupuli/puppet-bareos/pull/77) ([benibr](https://github.com/benibr))
- Add missing parameter "count" to storage/device [\#74](https://github.com/voxpupuli/puppet-bareos/pull/74) ([benibr](https://github.com/benibr))
- added basic puppet strings [\#69](https://github.com/voxpupuli/puppet-bareos/pull/69) ([benibr](https://github.com/benibr))
- added rspec test for storage::ndmps [\#67](https://github.com/voxpupuli/puppet-bareos/pull/67) ([benibr](https://github.com/benibr))
- added possibility to use Bareos subscription repos [\#60](https://github.com/voxpupuli/puppet-bareos/pull/60) ([benibr](https://github.com/benibr))

## [v1.0.0](https://github.com/voxpupuli/puppet-bareos/tree/v1.0.0) (2020-09-25)

[Full Changelog](https://github.com/voxpupuli/puppet-bareos/compare/0.4.0...v1.0.0)
Expand Down Expand Up @@ -32,7 +91,7 @@ These should not affect the functionality of the module.
- modulesync 3.0.0 / Drop Ubuntu 12.04 and 14.04 / Drop Debian 7 and 8 / Drop CentOS 5 [\#53](https://github.com/voxpupuli/puppet-bareos/pull/53) ([dhoppe](https://github.com/dhoppe))
- multiple Puppetlint fixes [\#45](https://github.com/voxpupuli/puppet-bareos/pull/45) ([bastelfreak](https://github.com/bastelfreak))
- Issue \#37 added directors hash for config via hiera [\#38](https://github.com/voxpupuli/puppet-bareos/pull/38) ([benibr](https://github.com/benibr))
- Prepare migration to voxpupuli [\#36](https://github.com/voxpupuli/puppet-bareos/pull/36) ([Project0](https://github.com/Project0))
- Prepare migration to voxpupuli [\#36](https://github.com/voxpupuli/puppet-bareos/pull/36) ([project0](https://github.com/project0))

## [0.4.0](https://github.com/voxpupuli/puppet-bareos/tree/0.4.0) (2019-05-04)

Expand All @@ -41,7 +100,7 @@ These should not affect the functionality of the module.
**Fixed bugs:**

- Upgrade of fd fails on Ubuntu Xenial [\#25](https://github.com/voxpupuli/puppet-bareos/issues/25)
- Workaround duplicate configs on package upgrades [\#26](https://github.com/voxpupuli/puppet-bareos/pull/26) ([Project0](https://github.com/Project0))
- Workaround duplicate configs on package upgrades [\#26](https://github.com/voxpupuli/puppet-bareos/pull/26) ([project0](https://github.com/project0))

**Closed issues:**

Expand All @@ -50,8 +109,8 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Some fixes [\#35](https://github.com/voxpupuli/puppet-bareos/pull/35) ([Project0](https://github.com/Project0))
- Introduce manage\_database flag [\#34](https://github.com/voxpupuli/puppet-bareos/pull/34) ([mattiasgiese](https://github.com/mattiasgiese))
- Some fixes [\#35](https://github.com/voxpupuli/puppet-bareos/pull/35) ([project0](https://github.com/project0))
- Introduce manage\_database flag [\#34](https://github.com/voxpupuli/puppet-bareos/pull/34) ([mattiascockburn](https://github.com/mattiascockburn))
- Puppet6 compatible bareos\_settings.rb [\#33](https://github.com/voxpupuli/puppet-bareos/pull/33) ([benibr](https://github.com/benibr))
- Update dependency on puppetlabs/apt [\#31](https://github.com/voxpupuli/puppet-bareos/pull/31) ([towo](https://github.com/towo))
- Replace :undef with nil [\#29](https://github.com/voxpupuli/puppet-bareos/pull/29) ([towo](https://github.com/towo))
Expand All @@ -75,8 +134,8 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Address must not be quoted [\#24](https://github.com/voxpupuli/puppet-bareos/pull/24) ([Project0](https://github.com/Project0))
- set rspec-puppet version to last know [\#23](https://github.com/voxpupuli/puppet-bareos/pull/23) ([Project0](https://github.com/Project0))
- Address must not be quoted [\#24](https://github.com/voxpupuli/puppet-bareos/pull/24) ([project0](https://github.com/project0))
- set rspec-puppet version to last know [\#23](https://github.com/voxpupuli/puppet-bareos/pull/23) ([project0](https://github.com/project0))
- repository: Fixed debian os version string [\#22](https://github.com/voxpupuli/puppet-bareos/pull/22) ([laurigates](https://github.com/laurigates))
- Fixed mixed up conditionals [\#21](https://github.com/voxpupuli/puppet-bareos/pull/21) ([laurigates](https://github.com/laurigates))
- Fix bareos mail and operator command order [\#20](https://github.com/voxpupuli/puppet-bareos/pull/20) ([laurigates](https://github.com/laurigates))
Expand All @@ -92,25 +151,25 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Fix repository with redhat based distributions and newer facter only versions [\#10](https://github.com/voxpupuli/puppet-bareos/pull/10) ([Project0](https://github.com/Project0))
- Some minor fixes [\#8](https://github.com/voxpupuli/puppet-bareos/pull/8) ([Project0](https://github.com/Project0))
- Fix repository with redhat based distributions and newer facter only versions [\#10](https://github.com/voxpupuli/puppet-bareos/pull/10) ([project0](https://github.com/project0))
- Some minor fixes [\#8](https://github.com/voxpupuli/puppet-bareos/pull/8) ([project0](https://github.com/project0))

## [0.2.1](https://github.com/voxpupuli/puppet-bareos/tree/0.2.1) (2017-08-18)

[Full Changelog](https://github.com/voxpupuli/puppet-bareos/compare/0.2.0...0.2.1)

**Merged pull requests:**

- Fix US-ASCII chars and runscript can be an array [\#4](https://github.com/voxpupuli/puppet-bareos/pull/4) ([Project0](https://github.com/Project0))
- type runscript can be specified as array with hashes [\#3](https://github.com/voxpupuli/puppet-bareos/pull/3) ([Project0](https://github.com/Project0))
- Fix US-ASCII chars and runscript can be an array [\#4](https://github.com/voxpupuli/puppet-bareos/pull/4) ([project0](https://github.com/project0))
- type runscript can be specified as array with hashes [\#3](https://github.com/voxpupuli/puppet-bareos/pull/3) ([project0](https://github.com/project0))

## [0.2.0](https://github.com/voxpupuli/puppet-bareos/tree/0.2.0) (2017-08-15)

[Full Changelog](https://github.com/voxpupuli/puppet-bareos/compare/0.1.1...0.2.0)

**Merged pull requests:**

- Add specs and improve bareos type checking [\#2](https://github.com/voxpupuli/puppet-bareos/pull/2) ([Project0](https://github.com/Project0))
- Add specs and improve bareos type checking [\#2](https://github.com/voxpupuli/puppet-bareos/pull/2) ([project0](https://github.com/project0))

## [0.1.1](https://github.com/voxpupuli/puppet-bareos/tree/0.1.1) (2017-08-13)

Expand Down
Loading