Commit graph

16 commits

Author SHA1 Message Date
Ken Barber
a67363f4d3 Release 4.3.0 of module
This updates the CHANGELOG and the metadata.json ready for a new release.

Signed-off-by: Ken Barber <ken@bob.sh>
2015-06-10 19:16:42 +01:00
Andrew Roetker
ff3b314e03 (MODULES-1917) Ignore ._ files when building the module tarball
This commit bumps the version of the module so the we can build a
version without ._foo copy files (done by prefixing our `puppet module
build` step `COPYFILE_DISABLE=false`).
2015-04-08 09:53:05 -07:00
Andrew Roetker
27e1d62678 (PDB-1382) Add release notes for 4.2.0
This commit prepares the module for a 4.2.0 release by adding a
pmtignore file to exclude tests from the module build process and by
adding release notes in the CHANGELOG.
2015-04-02 15:46:12 -07:00
Garrett Honeycutt
fdb75dbd7c Update license string in metadata to use SPDX format
License is still Apache Software License v2. This is the format that the
Puppet Forge would like.
2015-03-03 15:45:22 -05:00
njm506
0df5a89faa Fix separator in module name in metadata.json 2015-01-15 11:43:53 +00:00
jbondpdx
e257cbf45d FM-1523: Added module summary to metadata.json 2014-11-20 15:45:28 -08:00
Ken Barber
5e1584baf9 (PDB-1025) Release 4.1.0
This patch updates the changelog for 4.1.0 (and for 4.0.0 which we missed) and
preps the module for a 4.1.0 release.

Signed-off-by: Ken Barber <ken@bob.sh>
2014-11-13 15:52:22 +00:00
Ryan Senior
f5d7479572 4.0.0 release commit 2014-09-16 10:37:26 -05:00
Ryan Senior
4894c2038f (PDB-871) Prepare for 4.0.0 release
Bumped versions of dependencies, removed support for older
version (since this is a major release boundry)
2014-09-16 15:59:43 +01:00
Reid Vandewiele
0372b22b28 Bump version requirement for puppetlabs/stdlib
The is_pe fact was first defined in stdlib in 3.1.0. We want to use that
fact for making the "PE or Not PE" determination in params, so we need
to require a stdlib at least that new. Note that at the time of commit
the current version of stdlib is 4.1.0, so we're not exactly requiring
bleeding edge.
2014-02-25 09:35:12 -08:00
Ken Barber
2171f2cf6a Release 3.0.1
Includes CHANGELOG changes and release bump.

Signed-off-by: Ken Barber <ken@bob.sh>
2014-02-11 22:09:25 +00:00
Ken Barber
923e35d6c0 Release 3.0.0
This updates the CHANGELOG and module metadata files for a new major release.

Signed-off-by: Ken Barber <ken@bob.sh>
2013-10-28 16:13:32 +00:00
Ken Barber
3c71c5f8cf Update test fixtures and module dependencies to use postgresql 3.1.0
Signed-off-by: Ken Barber <ken@bob.sh>
2013-10-27 01:33:29 +02:00
Ken Barber
603df7381d (GH-93) Switch to using puppetlabs-postgresql 3.x
This updates the module to be able to use puppetlabs-postgresql.

Since this change is a major change, it marks this patch as a breaking change.

I have prepared a suitable amount of upgrade notes for upgrading to this later
version of the module plus removed anything marked deprecated.

As cleanup, I've removed the troublesome 'tests' directory in favour of good
README.md documentation. I've also removed any puppet docs from each module
until such times as puppet docs become automated through the forge. This is
just to avoid contributors having to double their efforts - the README.md
is the authority now.

Signed-off-by: Ken Barber <ken@bob.sh>
2013-10-21 18:43:41 +01:00
Ashley Penney
902ab15f04 Update metadata.json
Make Puppet versions strings, and update for 2.0.
2013-10-18 12:20:52 -04:00
Ashley Penney
85684640b7 FM-103: Add metadata.json to all modules.
I've been asked to add metadata.json to all modules.  I've just
listed the main RedHat/Debian distros as supported for now.
2013-10-08 11:15:49 -07:00