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.
v3.0.2 (2018-10-14)
Merged pull requests:
- modulesync 2.2.0 and allow puppet 6.x #83 (bastelfreak)
- allow puppetlabs/stdlib 5.x #81 (bastelfreak)
v3.0.1 (2018-08-15)
Merged pull requests:
- allow puppetlabs/inifile 2.x #79 (bastelfreak)
- Remove docker nodesets #75 (bastelfreak)
- drop EOL OSs; fix puppet version range #74 (bastelfreak)
v3.0.0 (2017-11-13)
Breaking changes:
- replace validate_* with datatypes #63 (bastelfreak)
Implemented enhancements:
- Allow user/pass to be managed outside Puppet #67 (Slashbunny)
Closed issues:
- python-argparse is virtual on Ubuntu #64
Merged pull requests:
- Remove unused dependency (fixes #64) #66 (Slashbunny)
- Modulesync 0.17.0 #58 (bastelfreak)
v2.1.0 (2017-01-12)
This is the last release with Puppet 3 support!
- Rename python-pip to python2-pip
- Fix several markdown issues
- Adjust minimal required Puppet + dependency versions
- Add missing badges
- Fix: implement optional idempotent update operation
- Modulesync with latest Vox Pupuli defaults
##2016-06-08 - Release 2.0.0 ###Summary
- Dropped Ruby1.8 support!
- Issue #17, Make install source configurable
- Issue #18, use to_yaml methods instead of sort_yaml method (potentially breaking change).
- Issue #21, Job creation retry implementation
- Issue #31, Support for sourcing jobs
- add capability to install job_builder from git
- removing argparse dependency for debian
##2014-10-24 - Release 1.1.0 ###Summary
This releases focuses on fixing some minor bugs and also adds support for supply your own configuration yaml
####Features
- new parameter
job_yaml
to include the yaml configuration for a job in it's raw format and not be generated by the module. This is useful when when dealing with large complex jobs. (#8)
####Bugfixes
- add missing inifile dependency into metadata.json
- fixes bug in the yaml template not generating the correct yaml configuration (#7)
##2014-10-10 - Release 1.0.0 ###Summary
This release focuses on improving the testing and documentation of the module. It also contains a number of small bugfixes
####Features
- Adding new parameter
service_name
to the job definition to better support when jenkins is installed in an app server like tomcat - Improved documentation
- Improved tests
####Bugfixes
- Fix missing '-job' keyword in yaml template
- Added missing python-argparse dependency
##2014-06-13 - Release 0.1.1 ###Summary This release fixes some bugs in the yaml file
####Bugfixes
- fixed bug with double quote escaping causing and invalid yaml file
##2014-06-06 - Release 0.1.0 ###Summary
Initial release. Supports installing jenkins_job_builder package and managing jobs with yaml
* This Changelog was automatically generated by github_changelog_generator