forked from voxpupuli/puppet-jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request voxpupuli#12 from dhollinger/rel210
Prepare for 2.1.0 release
- Loading branch information
Showing
2 changed files
with
117 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,116 @@ | ||
## Release 2.0.1 | ||
### Summary | ||
This release migrates the module from dhollinger to VoxPupuli under the Puppet | ||
namespace. | ||
|
||
#### Changes | ||
- Migrate to VoxPupuli | ||
- Update README badges | ||
- Update Puppet Strings urls | ||
- Cleanup code to pass Rubocop and Puppet-Lint checks | ||
- Improve the `autofs::mounts` tests | ||
|
||
## Release 2.0.0 | ||
### Summary | ||
This release removes unused parameters and adds Puppet 4.x Data Types to the module's | ||
parameters. This release also adds Puppet Strings Documentation, adds support for | ||
additional Operating Systems, and adds more acceptance tests for Validation. | ||
|
||
#### Changes | ||
- Remove Puppet 3.x Support as it is End of Life. | ||
- (Issue #22) Add data types to the parameters. | ||
- Primary reason for major version change as this renders the module incompatible | ||
with Puppet 3.x | ||
- (Issue #23) Add Puppet Strings Documentation. | ||
- Remove unused parameters. | ||
- Add additional acceptance tests. | ||
- Add Travis Beaker nodesets for Debian 7 and Ubuntu 16.04 | ||
- Add support for the following Operating Systems: | ||
- Supported | ||
- Scientific Linux 6.x and 7.x | ||
- Oracle Enterprise Linux 6.x and 7.x | ||
- OpenSuSE 13.1 | ||
- SuSE Linux Enterprise Server 11 SP4 and 12 SP1 | ||
- Self Support | ||
- Fedora 24 and 25 | ||
- CentOS/RHEL/Oracle Linux/Scientific Linux 5.x | ||
- SuSE Linux Enterprise Server 10 | ||
- Removed Support | ||
- Fedora 20 and 21 | ||
|
||
## Release 1.4.5 | ||
### Summary | ||
This release adds SLES support to the module and adds a deprecation warning that | ||
Puppet 3.x support ends on Dec 31, 2016 | ||
|
||
#### Enhancements | ||
- (Pull Request #25) Add SUSE package name. Thanks mattqm! | ||
- Add Puppet 3.x End of Support deprecation warning to the README. | ||
|
||
## Release 1.4.4 | ||
### Summary | ||
This Release provides a minor improvement to how the module interacts with Hiera and is less strict with the upper bounds of the puppetlabs-stdlib module version requirement. | ||
|
||
#### Enhancements | ||
- (Pull Request #19) Now we can hash over Hieradata | ||
- (Issue #21) Puppetlabs-stdlib version range is too restrictive | ||
- Add CONTRIBUTING.md file for Contribution directions | ||
- Add CONTRIBUTORS file to list those that have put in time to help make the module better | ||
- Update and cleanup README file in small ways | ||
|
||
## Release 1.4.3 | ||
### Summary | ||
This Release fixes a bug where the autofs service would attempt to start before the package was installed. | ||
|
||
#### Bugfixes | ||
- (Issue #20) Service autofs requires package autofs | ||
|
||
#### Enhancements | ||
- Add Initial Acceptance Tests | ||
|
||
## Release 1.4.2 | ||
### Summary | ||
This is a Documentation update. | ||
|
||
## Release 1.4.1 | ||
### Summary | ||
This release adds a new feature that allows a map file to be deployed but not replaced. | ||
|
||
#### Features | ||
- (Feature #14) - Specify a mount point and map file that is deployed only once | ||
|
||
#### Enhancements | ||
- Add tests for the new replace feature | ||
|
||
## Release 1.4.0 | ||
### Summary | ||
This release fixes bugs related to .autofs config files in /etc/auto.master.d, removes depracated concat::fragment | ||
attributes, and other general improvments. | ||
|
||
#### Bugfixes | ||
- (#15) - Fixes issue where a newline was not being added when +dir option was added to auto.master | ||
- (#16) - Fix a Duplicate Declaration of File[/etc/auto.master.d] | ||
|
||
#### Enhancements | ||
- (#17) - Remove Deprecated ensure attribute from concat::fragment resources | ||
- Up the puppetlabs/concat requirement to a minimum of 2.0.0 | ||
|
||
## Release 1.3.2 | ||
### Summary | ||
This release no longer requires mapfile parameter to be set. | ||
|
||
#### Features | ||
- $mapfile is not longer required | ||
|
||
## Release 1.3.1 | ||
### Summary | ||
This release added support for the Autofs Configuration Directory, Direct Maps on multiple Mounts, and Experimental | ||
Solaris support. | ||
|
||
### Features | ||
- (#7) Add support for Autofs Configuration Directory | ||
- (#8) Add support for Direct Maps on multiple mounts | ||
- (#9) Add Experimental Solaris Support | ||
|
||
## Release 1.3.0 | ||
### Summary | ||
Maintenance release | ||
# Change log | ||
|
||
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 impact the functionality of the module. | ||
|
||
## [2.1.0](https://github.com/voxpupuli/puppet-autofs/tree/2.1.0) (2017-01-14) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v2.0.1...2.1.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Cleanup call to autofs::mount [\#9](https://github.com/voxpupuli/puppet-autofs/pull/9) ([dhollinger](https://github.com/dhollinger)) | ||
|
||
**Fixed bugs:** | ||
|
||
- `mount` should not default to an empty array. [\#5](https://github.com/voxpupuli/puppet-autofs/issues/5) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update puppet-strings docs [\#10](https://github.com/voxpupuli/puppet-autofs/pull/10) ([dhollinger](https://github.com/dhollinger)) | ||
- Migrate beaker tasks to ruby240/trusty env [\#8](https://github.com/voxpupuli/puppet-autofs/pull/8) ([bastelfreak](https://github.com/bastelfreak)) | ||
- Update documentation [\#7](https://github.com/voxpupuli/puppet-autofs/pull/7) ([dhollinger](https://github.com/dhollinger)) | ||
- Prepare for 2.0.1 release [\#4](https://github.com/voxpupuli/puppet-autofs/pull/4) ([dhollinger](https://github.com/dhollinger)) | ||
|
||
## [v2.0.1](https://github.com/voxpupuli/puppet-autofs/tree/v2.0.1) (2017-01-06) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v2.0.0...v2.0.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Migration prep [\#3](https://github.com/voxpupuli/puppet-autofs/pull/3) ([dhollinger](https://github.com/dhollinger)) | ||
|
||
## [v2.0.0](https://github.com/voxpupuli/puppet-autofs/tree/v2.0.0) (2016-12-30) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.4.5...v2.0.0) | ||
|
||
## [v1.4.5](https://github.com/voxpupuli/puppet-autofs/tree/v1.4.5) (2016-12-20) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.4.4...v1.4.5) | ||
|
||
## [v1.4.4](https://github.com/voxpupuli/puppet-autofs/tree/v1.4.4) (2016-11-07) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.4.3...v1.4.4) | ||
|
||
## [v1.4.3](https://github.com/voxpupuli/puppet-autofs/tree/v1.4.3) (2016-10-20) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.4.2...v1.4.3) | ||
|
||
## [v1.4.2](https://github.com/voxpupuli/puppet-autofs/tree/v1.4.2) (2016-07-22) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.4.1...v1.4.2) | ||
|
||
## [v1.4.1](https://github.com/voxpupuli/puppet-autofs/tree/v1.4.1) (2016-07-22) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.4.0...v1.4.1) | ||
|
||
## [v1.4.0](https://github.com/voxpupuli/puppet-autofs/tree/v1.4.0) (2016-06-28) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.3.2...v1.4.0) | ||
|
||
## [v1.3.2](https://github.com/voxpupuli/puppet-autofs/tree/v1.3.2) (2016-06-27) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.3.1...v1.3.2) | ||
|
||
## [v1.3.1](https://github.com/voxpupuli/puppet-autofs/tree/v1.3.1) (2016-06-04) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.3.0...v1.3.1) | ||
|
||
## [v1.3.0](https://github.com/voxpupuli/puppet-autofs/tree/v1.3.0) (2016-04-09) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.2.0...v1.3.0) | ||
|
||
## [v1.2.0](https://github.com/voxpupuli/puppet-autofs/tree/v1.2.0) (2016-02-26) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.8...v1.2.0) | ||
|
||
## [v1.1.8](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.8) (2016-01-21) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.7...v1.1.8) | ||
|
||
## [v1.1.7](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.7) (2015-08-13) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.4...v1.1.7) | ||
|
||
## [v1.1.4](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.4) (2015-07-24) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.3...v1.1.4) | ||
|
||
## [v1.1.3](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.3) (2015-07-20) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.2...v1.1.3) | ||
|
||
## [v1.1.2](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.2) (2015-06-19) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.1...v1.1.2) | ||
|
||
## [v1.1.1](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.1) (2014-12-28) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.1.0...v1.1.1) | ||
|
||
## [v1.1.0](https://github.com/voxpupuli/puppet-autofs/tree/v1.1.0) (2014-12-28) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.0.4...v1.1.0) | ||
|
||
## [v1.0.4](https://github.com/voxpupuli/puppet-autofs/tree/v1.0.4) (2014-12-23) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.0.2...v1.0.4) | ||
|
||
## [v1.0.2](https://github.com/voxpupuli/puppet-autofs/tree/v1.0.2) (2014-12-23) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.0.1...v1.0.2) | ||
|
||
## [v1.0.1](https://github.com/voxpupuli/puppet-autofs/tree/v1.0.1) (2014-12-23) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v1.0.0...v1.0.1) | ||
|
||
## [v1.0.0](https://github.com/voxpupuli/puppet-autofs/tree/v1.0.0) (2014-12-23) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v0.9.1...v1.0.0) | ||
|
||
## [v0.9.1](https://github.com/voxpupuli/puppet-autofs/tree/v0.9.1) (2014-12-23) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v0.9.0...v0.9.1) | ||
|
||
## [v0.9.0](https://github.com/voxpupuli/puppet-autofs/tree/v0.9.0) (2014-12-22) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v0.6.0...v0.9.0) | ||
|
||
## [v0.6.0](https://github.com/voxpupuli/puppet-autofs/tree/v0.6.0) (2014-12-19) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v0.2.1...v0.6.0) | ||
|
||
## [v0.2.1](https://github.com/voxpupuli/puppet-autofs/tree/v0.2.1) (2014-12-12) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v0.2.0...v0.2.1) | ||
|
||
## [v0.2.0](https://github.com/voxpupuli/puppet-autofs/tree/v0.2.0) (2014-12-11) | ||
[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v0.1.0...v0.2.0) | ||
|
||
## [v0.1.0](https://github.com/voxpupuli/puppet-autofs/tree/v0.1.0) (2014-08-29) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters