File tree Expand file tree Collapse file tree 3 files changed +49
-25
lines changed Expand file tree Collapse file tree 3 files changed +49
-25
lines changed Original file line number Diff line number Diff line change 1- # This file is generated by ModuleSync, do not edit.
21---
3- sudo : false
2+ dist : trusty
43language : ruby
54cache : bundler
6- script : " bundle exec rake release_checks"
5+ before_install :
6+ - bundle -v
7+ - rm -f Gemfile.lock
8+ - gem update --system $RUBYGEMS_VERSION
9+ - gem --version
10+ - bundle -v
11+ script :
12+ - ' bundle exec rake $CHECK'
13+ bundler_args : --without system_tests
14+ rvm :
15+ - 2.5.1
16+ env :
17+ global :
18+ - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6.0"
719matrix :
820 fast_finish : true
921 include :
10- - rvm : 2.3.1
11- dist : trusty
12- env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
13- script : bundle exec rake beaker
14- services : docker
15- sudo : required
16- - rvm : 2.3.1
17- dist : trusty
18- env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
19- script : bundle exec rake beaker
20- services : docker
21- sudo : required
22- - rvm : 2.5.1
23- bundler_args : --without system_tests
24- env : PUPPET_GEM_VERSION="~> 6.0"
25- - rvm : 2.4.1
26- bundler_args : --without system_tests
27- env : PUPPET_GEM_VERSION="~> 5.0"
28- - rvm : 2.1.9
29- bundler_args : --without system_tests
30- env : PUPPET_GEM_VERSION="~> 4.0"
22+ -
23+ bundler_args :
24+ dist : trusty
25+ env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/centos-7 BEAKER_TESTMODE=apply
26+ rvm : 2.5.1
27+ script : bundle exec rake beaker
28+ services : docker
29+ sudo : required
30+ -
31+ bundler_args :
32+ dist : trusty
33+ env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply
34+ rvm : 2.5.1
35+ script : bundle exec rake beaker
36+ services : docker
37+ sudo : required
38+ -
39+ env : CHECK=parallel_spec
40+ -
41+ env : PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
42+ rvm : 2.4.4
43+ branches :
44+ only :
45+ - master
46+ - /^v\d/
47+ - release
3148notifications :
3249 email : false
Original file line number Diff line number Diff line change 1+ ## Unsupported Release 3.2.0
2+ ### Summary
3+ This is a moderate release that serves to increases the maximum compatible puppet version from ` 5.x ` to ` 6.x ` .
4+
5+ #### Added
6+ - Maximum compatible puppet version has been increased from from ` 5.x ` to ` 6.x ` .
7+
18## Unsupported Release 3.1.0
29### Summary
310This is a moderate release that serves to increases the maximum compatible version of stdlib from ` 5.0.0 ` to ` 6.0.0 ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " puppetlabs-xinetd" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 3.2 .0" ,
44 "author" : " puppetlabs" ,
55 "summary" : " Configures xinetd and exposes the xinetd::service definition for adding new services." ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments