Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shoekstra committed Jan 11, 2015
1 parent 9b847fd commit 77f46f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
0.2.0 (2015-01-11)

- Added the ability to configure an SSL enabled vhost.
- Added `owncloud::database` wrapper to collect exported `mysql::db` resource.
- Moved Apache related configuration to `owncloud::apache` to resolve some dependency issues.

0.1.1 (2014-10-31)
* b419211 (HEAD, tag: 0.1.1, origin/develop, origin/HEAD, develop) version bump
* bc46f14 basic acceptance tests for ubuntu 12.04 and 14.04
* 01a7b9a removed inheritance
* 0fcdd0f Merge pull request #2 from nhinds/specify-path-to-test
* 1f75793 Add /usr/bin to the path so /usr/bin/test can be executed
* c628889 Merge pull request #1 from nhinds/fix-mysql-dependency
* 14443c7 Depend on a version of puppetlabs/mysql that exists

- Added basic acceptance tests for Ubuntu 12.04 and 14.04
- Corrected puppetlabs-mysql module dependency version
- Fixed exec path
- Fixed puppet-lint scope warnings
- Removed inheritance in classes.

0.1.0 (2014-08-28)
* 68601a6 (tag: 0.1.0, origin/master, origin/0.1-stable) fixed example alignment
* 237e45c updated metadata.json to publish to forge

- First release.
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "shoekstra-owncloud",
"version": "0.1.1",
"version": "0.2.0",
"author": "shoekstra",
"summary": "Puppet module for ownCloud",
"license": "Apache 2.0",
"license": "Apache-2.0",
"source": "https://github.com/shoekstra/puppet-owncloud.git",
"project_page": "https://github.com/shoekstra/puppet-owncloud",
"issues_url": "https://github.com/shoekstra/puppet-owncloud/issues",
Expand All @@ -23,19 +23,19 @@
"dependencies": [
{
"name": "puppetlabs/apache",
"version_requirement": ">= 1.0.1"
"version_requirement": ">= 1.0.1 <= 1.2.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.5.0"
"version_requirement": ">= 1.5.0 <= 1.7.0"
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">= 2.3.1"
"version_requirement": ">= 2.3.1 <= 3.1.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.4.0"
"version_requirement": ">= 2.4.0 <= 4.5.0"
}
],
"requirements": [
Expand Down

0 comments on commit 77f46f6

Please sign in to comment.