Skip to content

Commit

Permalink
Merge pull request voxpupuli#432 from bastelfreak/rel271
Browse files Browse the repository at this point in the history
release 2.7.1
  • Loading branch information
llowder authored Aug 3, 2018
2 parents bcf3eae + 4872cc6 commit 4969bb9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deploy:
provider: puppetforge
user: puppet
password:
secure: ""
secure: "I/IK9bG88UOVll0hpuxluGp6IY5gicLaDHug/jGwfuWlN4R3coPAqWO/sGOyaEMbc9V5/Fw0H0ThQdYY3eI3rW5M4a1r9TSg/Z9d46JximPat/XvcpLvUc0G+QxCVhTRmYqD7u0wuX5VSric0PQU6KSjH84ZbKgAA8l04NGObgUI6ugjaNBhkaoIP3glYcHY1fgn5vwER2T/iiXZ5q3qDtYboR2GWLUODLWSpXWZRy7oYvp/RGTSe1fKjDwkbtrZiFvRoyzQvDhEAr+0MFDxJiOLdoKJFeBs6BrF2lyUJ6udlOmEYV94DfKoxEhhlZbxkPCh4SedT79i3c3xkKlf9wfAsEyGSTfc9OtyYBfoHcE9GMRZIvLf2Jn2mpHMO2694Fil4d7JdhLYQ/9Gv9VgFrYosQdVlDh+RxE2CXzrO39LhA1GeOY/n1r+DdvuCJs1fZfBZ1ORb7eQNp1BknurJ8FoYCKlEgihS223IJEnGueDdYkchMSRjS6C3a/HIzBz0RvEDGXD3WgrY5edRIaGziSoSr5eXzumK7N1FFBlpfY/7j38zI1ibWN4PRakmZppeeWOb1xiuVS5JkngCLoYerxLJEEjt8+klXhwnqqJukFuObaVsyprSWp+aAu/UHD/4w/6/lC6Elv+VzccLpITOR5b7VdAuCttQ5PGse6fits="
on:
tags: true
# all_branches is required to use tags
Expand Down
30 changes: 20 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.

## [v2.7.1](https://github.com/voxpupuli/puppet-cassandra/tree/v2.7.1) (2018-08-03)

[Full Changelog](https://github.com/voxpupuli/puppet-cassandra/compare/v2.7.0...v2.7.1)

**Closed issues:**

- Fix / update modules puppetlabs/apt dependencies [\#426](https://github.com/voxpupuli/puppet-cassandra/issues/426)

**Merged pull requests:**

- allow puppetlabs-apt version 5.x [\#430](https://github.com/voxpupuli/puppet-cassandra/pull/430) ([bastelfreak](https://github.com/bastelfreak))
- bumping version dependency for puppetlabs/apt [\#429](https://github.com/voxpupuli/puppet-cassandra/pull/429) ([paulseward](https://github.com/paulseward))
- Remove docker nodesets [\#425](https://github.com/voxpupuli/puppet-cassandra/pull/425) ([bastelfreak](https://github.com/bastelfreak))
- drop EOL OSs; fix puppet version range [\#423](https://github.com/voxpupuli/puppet-cassandra/pull/423) ([bastelfreak](https://github.com/bastelfreak))

## [v2.7.0](https://github.com/voxpupuli/puppet-cassandra/tree/v2.7.0) (2018-01-04)

[Full Changelog](https://github.com/voxpupuli/puppet-cassandra/compare/2.6.0...v2.7.0)
Expand All @@ -12,6 +27,7 @@ These should not affect the functionality of the module.

- migrate to voxpupuli [\#394](https://github.com/voxpupuli/puppet-cassandra/issues/394)
- adding paramter to define whether or not to manage the config file at… [\#411](https://github.com/voxpupuli/puppet-cassandra/pull/411) ([zmarois](https://github.com/zmarois))
- \#395 Adding Red Hat OS [\#396](https://github.com/voxpupuli/puppet-cassandra/pull/396) ([stijnvdb](https://github.com/stijnvdb))

**Closed issues:**

Expand All @@ -25,7 +41,9 @@ These should not affect the functionality of the module.
- This project no longer uses CircleCI. [\#408](https://github.com/voxpupuli/puppet-cassandra/pull/408) ([dallinb](https://github.com/dallinb))
- Fix merge conflicts for PR \#404 [\#405](https://github.com/voxpupuli/puppet-cassandra/pull/405) ([dallinb](https://github.com/dallinb))
- Release 2.6.0 [\#403](https://github.com/voxpupuli/puppet-cassandra/pull/403) ([dallinb](https://github.com/dallinb))
- Release 2.6.0 [\#402](https://github.com/voxpupuli/puppet-cassandra/pull/402) ([dallinb](https://github.com/dallinb))
- Implement apache\_repo for RedHat [\#400](https://github.com/voxpupuli/puppet-cassandra/pull/400) ([dallinb](https://github.com/dallinb))
- Cassandra 3.X and Debian 7 clash over GLIBC version. [\#399](https://github.com/voxpupuli/puppet-cassandra/pull/399) ([dallinb](https://github.com/dallinb))
- Bugfix 397 - Spec tests not working. [\#398](https://github.com/voxpupuli/puppet-cassandra/pull/398) ([dallinb](https://github.com/dallinb))

## [2.6.0](https://github.com/voxpupuli/puppet-cassandra/tree/2.6.0) (2017-09-11)

Expand All @@ -34,7 +52,6 @@ These should not affect the functionality of the module.
**Implemented enhancements:**

- Implement apache\_repo for RedHat [\#395](https://github.com/voxpupuli/puppet-cassandra/issues/395)
- \#395 Adding Red Hat OS [\#396](https://github.com/voxpupuli/puppet-cassandra/pull/396) ([stijnvdb](https://github.com/stijnvdb))

**Fixed bugs:**

Expand All @@ -44,13 +61,6 @@ These should not affect the functionality of the module.

- Release 2.6.0 [\#401](https://github.com/voxpupuli/puppet-cassandra/issues/401)

**Merged pull requests:**

- Implement apache\_repo for RedHat [\#400](https://github.com/voxpupuli/puppet-cassandra/pull/400) ([dallinb](https://github.com/dallinb))
- Cassandra 3.X and Debian 7 clash over GLIBC version. [\#399](https://github.com/voxpupuli/puppet-cassandra/pull/399) ([dallinb](https://github.com/dallinb))
- Bugfix 397 - Spec tests not working. [\#398](https://github.com/voxpupuli/puppet-cassandra/pull/398) ([dallinb](https://github.com/dallinb))
- Release 2.5.0 [\#390](https://github.com/voxpupuli/puppet-cassandra/pull/390) ([dallinb](https://github.com/dallinb))

## [2.5.0](https://github.com/voxpupuli/puppet-cassandra/tree/2.5.0) (2017-05-31)

[Full Changelog](https://github.com/voxpupuli/puppet-cassandra/compare/2.4.1...2.5.0)
Expand Down Expand Up @@ -1186,4 +1196,4 @@ Added more attributes and improved the module metadata.
An initial release with **VERY** limited options.


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-cassandra",
"version": "2.7.1-rc0",
"version": "2.7.1",
"author": "Vox Pupuli",
"summary": "Installs Cassandra & DataStax Agent on RHEL/Ubuntu/Debian.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4969bb9

Please sign in to comment.