Skip to content

Commit 9bd09bb

Browse files
committed
update CHANGELOG.md for 2.0.0 release
1 parent 36a947a commit 9bd09bb

File tree

1 file changed

+66
-11
lines changed

1 file changed

+66
-11
lines changed

CHANGELOG.md

Lines changed: 66 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,61 @@ 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+
## [v2.0.0](https://github.com/voxpupuli/puppet-bareos/tree/v2.0.0) (2022-11-03)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-bareos/compare/v1.0.0...v2.0.0)
10+
11+
**Breaking changes:**
12+
13+
- \[BREAKING CHANGE\] updated default version to Bareos 21 [\#115](https://github.com/voxpupuli/puppet-bareos/pull/115) ([jhoblitt](https://github.com/jhoblitt))
14+
- drop support for fedora 31 & 32 \(EOL\) [\#114](https://github.com/voxpupuli/puppet-bareos/pull/114) ([jhoblitt](https://github.com/jhoblitt))
15+
- drop EL6 support [\#113](https://github.com/voxpupuli/puppet-bareos/pull/113) ([jhoblitt](https://github.com/jhoblitt))
16+
- 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))
17+
- Added Ubuntu 20.04 and Bareos 20 signing key [\#79](https://github.com/voxpupuli/puppet-bareos/pull/79) ([hugendudel](https://github.com/hugendudel))
18+
19+
**Implemented enhancements:**
20+
21+
- Add support for droplet device\_type [\#116](https://github.com/voxpupuli/puppet-bareos/pull/116) ([jhoblitt](https://github.com/jhoblitt))
22+
- Allow up-to-date dependencies [\#111](https://github.com/voxpupuli/puppet-bareos/pull/111) ([smortex](https://github.com/smortex))
23+
- Add Debian 10 compatibility mention [\#107](https://github.com/voxpupuli/puppet-bareos/pull/107) ([FlorentPoinsaut](https://github.com/FlorentPoinsaut))
24+
- Add apt release key for version 21 [\#100](https://github.com/voxpupuli/puppet-bareos/pull/100) ([jarekherisz](https://github.com/jarekherisz))
25+
- Support Rocky Linux, AlmaLinux, RHEL 8 [\#95](https://github.com/voxpupuli/puppet-bareos/pull/95) ([wardhus](https://github.com/wardhus))
26+
- Allow multiple occurences of sub-options in filesets [\#93](https://github.com/voxpupuli/puppet-bareos/pull/93) ([towo](https://github.com/towo))
27+
- `runscript_short` allows multiple values [\#89](https://github.com/voxpupuli/puppet-bareos/pull/89) ([towo](https://github.com/towo))
28+
- Add Amazon Linux 2 support [\#76](https://github.com/voxpupuli/puppet-bareos/pull/76) ([lduriez](https://github.com/lduriez))
29+
30+
**Fixed bugs:**
31+
32+
- Disable pam\_console\_password whent is not set [\#99](https://github.com/voxpupuli/puppet-bareos/pull/99) ([jarekherisz](https://github.com/jarekherisz))
33+
- fix broken links in README.md [\#66](https://github.com/voxpupuli/puppet-bareos/pull/66) ([bastelfreak](https://github.com/bastelfreak))
34+
35+
**Closed issues:**
36+
37+
- Debian 10 seems to be supported [\#101](https://github.com/voxpupuli/puppet-bareos/issues/101)
38+
- Ubuntu 20.04 is not supported [\#85](https://github.com/voxpupuli/puppet-bareos/issues/85)
39+
- Repo URL /latest/ is deprecated [\#80](https://github.com/voxpupuli/puppet-bareos/issues/80)
40+
- Reload Bareos config instead of restarting the whole director [\#75](https://github.com/voxpupuli/puppet-bareos/issues/75)
41+
- Add missing parameter "count" to storage/device [\#73](https://github.com/voxpupuli/puppet-bareos/issues/73)
42+
- support using bareos.com repos [\#56](https://github.com/voxpupuli/puppet-bareos/issues/56)
43+
- Support for Bareos 18.2? [\#50](https://github.com/voxpupuli/puppet-bareos/issues/50)
44+
45+
**Merged pull requests:**
46+
47+
- fix puppet-lint errors \(lint\_fix\) [\#122](https://github.com/voxpupuli/puppet-bareos/pull/122) ([jhoblitt](https://github.com/jhoblitt))
48+
- Add support for droplet device\_type [\#104](https://github.com/voxpupuli/puppet-bareos/pull/104) ([aaronreay](https://github.com/aaronreay))
49+
- added Ubuntu 20.04 to metadata.json file [\#102](https://github.com/voxpupuli/puppet-bareos/pull/102) ([hugendudel](https://github.com/hugendudel))
50+
- Bump apt dependency [\#97](https://github.com/voxpupuli/puppet-bareos/pull/97) ([towo](https://github.com/towo))
51+
- Bump concat dependency [\#96](https://github.com/voxpupuli/puppet-bareos/pull/96) ([towo](https://github.com/towo))
52+
- Add missing PAM setting + add datatypes to all parameters [\#90](https://github.com/voxpupuli/puppet-bareos/pull/90) ([towo](https://github.com/towo))
53+
- Fix code block in README [\#88](https://github.com/voxpupuli/puppet-bareos/pull/88) ([towo](https://github.com/towo))
54+
- Allow stdlib 8.0.0 [\#83](https://github.com/voxpupuli/puppet-bareos/pull/83) ([smortex](https://github.com/smortex))
55+
- Fix repository path for Debian 10 [\#78](https://github.com/voxpupuli/puppet-bareos/pull/78) ([FlorentPoinsaut](https://github.com/FlorentPoinsaut))
56+
- use reload instead of restart for director [\#77](https://github.com/voxpupuli/puppet-bareos/pull/77) ([benibr](https://github.com/benibr))
57+
- Add missing parameter "count" to storage/device [\#74](https://github.com/voxpupuli/puppet-bareos/pull/74) ([benibr](https://github.com/benibr))
58+
- added basic puppet strings [\#69](https://github.com/voxpupuli/puppet-bareos/pull/69) ([benibr](https://github.com/benibr))
59+
- added rspec test for storage::ndmps [\#67](https://github.com/voxpupuli/puppet-bareos/pull/67) ([benibr](https://github.com/benibr))
60+
- added possibility to use Bareos subscription repos [\#60](https://github.com/voxpupuli/puppet-bareos/pull/60) ([benibr](https://github.com/benibr))
61+
762
## [v1.0.0](https://github.com/voxpupuli/puppet-bareos/tree/v1.0.0) (2020-09-25)
863

964
[Full Changelog](https://github.com/voxpupuli/puppet-bareos/compare/0.4.0...v1.0.0)
@@ -32,7 +87,7 @@ These should not affect the functionality of the module.
3287
- 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))
3388
- multiple Puppetlint fixes [\#45](https://github.com/voxpupuli/puppet-bareos/pull/45) ([bastelfreak](https://github.com/bastelfreak))
3489
- Issue \#37 added directors hash for config via hiera [\#38](https://github.com/voxpupuli/puppet-bareos/pull/38) ([benibr](https://github.com/benibr))
35-
- Prepare migration to voxpupuli [\#36](https://github.com/voxpupuli/puppet-bareos/pull/36) ([Project0](https://github.com/Project0))
90+
- Prepare migration to voxpupuli [\#36](https://github.com/voxpupuli/puppet-bareos/pull/36) ([project0](https://github.com/project0))
3691

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

@@ -41,7 +96,7 @@ These should not affect the functionality of the module.
4196
**Fixed bugs:**
4297

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

46101
**Closed issues:**
47102

@@ -50,8 +105,8 @@ These should not affect the functionality of the module.
50105

51106
**Merged pull requests:**
52107

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

76131
**Merged pull requests:**
77132

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

93148
**Merged pull requests:**
94149

95-
- 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))
96-
- Some minor fixes [\#8](https://github.com/voxpupuli/puppet-bareos/pull/8) ([Project0](https://github.com/Project0))
150+
- 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))
151+
- Some minor fixes [\#8](https://github.com/voxpupuli/puppet-bareos/pull/8) ([project0](https://github.com/project0))
97152

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

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

102157
**Merged pull requests:**
103158

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

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

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

111166
**Merged pull requests:**
112167

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

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

0 commit comments

Comments
 (0)