Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe committed Nov 6, 2016
2 parents ada5f32 + 5b2a2e4 commit b216270
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2016-11-06 Release 1.3.0

### Summary

- [Rubocop] Fix several Rubocop issues
- [Puppet] Add support for Ubuntu 16.04.x (Xenial Xerus)
- [Puppet] Fix version of module puppet/extlib

## 2016-11-06 Release 1.2.1

### Summary
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ operating systems and distributions.

* Puppet >= 3.0
* Facter >= 1.6
* [Extlib module](https://github.com/voxpupuli/puppet-extlib)
* [Stdlib module](https://github.com/puppetlabs/puppetlabs-stdlib)

### Beginning with bash
Expand Down Expand Up @@ -292,7 +293,7 @@ Determines which hostname (prompt) should be used. Defaults to '\h'.
This module has been tested on:

* Debian 6/7/8
* Ubuntu 12.04/14.04
* Ubuntu 12.04/14.04/16.04

## Development

Expand Down
7 changes: 4 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhoppe-bash",
"version": "1.2.1",
"version": "1.3.0",
"author": "Dennis Hoppe",
"summary": "This module installs and configures the Bash package.",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppet/extlib",
"version_requirement": ">= 1.1.0 < 2.0.0"
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand All @@ -30,7 +30,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
"14.04",
"16.04"
]
}
],
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
c.default_facts = default_facts
end


# vim: syntax=ruby

0 comments on commit b216270

Please sign in to comment.