Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 5, 2017
1 parent e230f0a commit e014a1a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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.2.0](https://github.com/voxpupuli/puppet-yum/tree/v2.2.0) (2017-12-05)

[Full Changelog](https://github.com/voxpupuli/puppet-yum/compare/v2.1.0...v2.2.0)

**Fixed bugs:**

- Fix EPEL repo IDs [\#81](https://github.com/voxpupuli/puppet-yum/pull/81) ([lamawithonel](https://github.com/lamawithonel))

**Closed issues:**

- Add RHEL repos and tests. [\#76](https://github.com/voxpupuli/puppet-yum/issues/76)
- Add support for AmazonLinux 2017 [\#72](https://github.com/voxpupuli/puppet-yum/issues/72)
- EPEL managed\_repo broken [\#53](https://github.com/voxpupuli/puppet-yum/issues/53)

**Merged pull requests:**

- Run beaker tests on all supported & available docker sets [\#79](https://github.com/voxpupuli/puppet-yum/pull/79) ([ekohl](https://github.com/ekohl))
- Add RHEL repos and update README. [\#75](https://github.com/voxpupuli/puppet-yum/pull/75) ([pillarsdotnet](https://github.com/pillarsdotnet))
- release 2.1.0 [\#74](https://github.com/voxpupuli/puppet-yum/pull/74) ([bastelfreak](https://github.com/bastelfreak))

## [v2.1.0](https://github.com/voxpupuli/puppet-yum/tree/v2.1.0) (2017-11-02)

[Full Changelog](https://github.com/voxpupuli/puppet-yum/compare/v2.0.2...v2.1.0)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-yum",
"version": "2.1.1-rc0",
"version": "2.2.0",
"author": "Vox Pupuli",
"summary": "YUM utilities",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.1 < 6.0.0"
"version_requirement": ">= 4.10.9 < 6.0.0"
}
]
}

0 comments on commit e014a1a

Please sign in to comment.