Skip to content

Commit

Permalink
Merge pull request #113 from puppetlabs/release
Browse files Browse the repository at this point in the history
3.2.0 Mergeback
  • Loading branch information
david22swan authored Feb 7, 2019
2 parents 8a17f61 + 657dec7 commit 98b4231
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 25 deletions.
65 changes: 41 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,49 @@
#This file is generated by ModuleSync, do not edit.
---
sudo: false
dist: trusty
language: ruby
cache: bundler
script: "bundle exec rake release_checks"
before_install:
- bundle -v
- rm -f Gemfile.lock
- gem update --system $RUBYGEMS_VERSION
- gem --version
- bundle -v
script:
- 'bundle exec rake $CHECK'
bundler_args: --without system_tests
rvm:
- 2.5.1
env:
global:
- BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6.0"
matrix:
fast_finish: true
include:
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
script: bundle exec rake beaker
services: docker
sudo: required
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
script: bundle exec rake beaker
services: docker
sudo: required
- rvm: 2.5.1
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 6.0"
- rvm: 2.4.1
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 5.0"
- rvm: 2.1.9
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0"
-
bundler_args:
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/centos-7 BEAKER_TESTMODE=apply
rvm: 2.5.1
script: bundle exec rake beaker
services: docker
sudo: required
-
bundler_args:
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply
rvm: 2.5.1
script: bundle exec rake beaker
services: docker
sudo: required
-
env: CHECK=parallel_spec
-
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.4
branches:
only:
- master
- /^v\d/
- release
notifications:
email: false
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Unsupported Release 3.2.0
### Summary
This is a moderate release that serves to increases the maximum compatible puppet version from `5.x` to `6.x`.

#### Added
- Maximum compatible puppet version has been increased from from `5.x` to `6.x`.

## Unsupported Release 3.1.0
### Summary
This is a moderate release that serves to increases the maximum compatible version of stdlib from `5.0.0` to `6.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-xinetd",
"version": "3.1.0",
"version": "3.2.0",
"author": "puppetlabs",
"summary": "Configures xinetd and exposes the xinetd::service definition for adding new services.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 98b4231

Please sign in to comment.