Skip to content

Commit

Permalink
New release. Bumped version in metadata.json and updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Mannem committed Jul 3, 2017
1 parent 2b2ed75 commit ef3d720
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions files/releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.1:
- Cluster logger doesn't use DNS. From now on, deploying a new cluster can finish without DNS properly setup
- Moved some manifests to subfolders for clarity
- Puppet lint
- Small issue in pure_repmgr_facts script. Added Exception as e so that Exceptions are properly outputen in debug mode

1.1.0: Cleanup, commenting, less dependant of facts and copyrights
- Cleanup with puppet lint
- Added a line to some files and templates stating that the file is managed by puppet
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pure_remgr",
"version": "1.1.0",
"version": "1.1.1",
"author": "Joint venture of KPN and Splendid Data",
"license": "GPLv3.0",
"summary": "A module for deploying a replicated postgres cluster with packages from PostgresPure distribution",
Expand All @@ -19,7 +19,7 @@
}
],
"dependencies": [
{ "name": "pure_postgres", "version_requirement": ">= 1.1.0 < 1.1.1" }
{ "name": "pure_barman", "version_requirement": ">= 1.0.0 < 1.0.1" }
{ "name": "pure_postgres", "version_requirement": ">= 1.1.1 < 1.1.2" }
{ "name": "pure_barman", "version_requirement": ">= 1.0.1 < 1.0.2" }
]
}

0 comments on commit ef3d720

Please sign in to comment.