Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 19, 2016
1 parent ae11ad3 commit 90c9047
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
36 changes: 14 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,46 @@
CHANGELOG
=========

1.2.0
-----

2016 - TBD
## 2016-08-19 Release 2.0.0

This is a backwards incompatible release.

* Drop Ruby 1.8.7 support
* Move to voxpupuli namespace
* Move to Vox Pupuli namespace
* Significant code quality improvements
* Modulesync with latest Vox Pupuli defaults
* Sync mk_resource_methods with Puppet Core


Thanks to Joseph Yaworski for his work on this release.
Thanks to Joseph Yaworski and the Vox Pupuli teams for their work on this release.

1.1.3
-----

2014-09-02
## 2014-09-02 Release 1.1.3

This is a backwards compatible bugfix release.

* Invoke super in self.initvars to initialize `@defaults`

Thanks to Igor Galić for his work on this release.

1.1.2
-----

2013-07-04
## 2014-07-04 Release 1.1.2

This is a backwards compatible bugfix release.

* Update permissions of built modules to be a+rX.

1.1.1
-----

2012-12-30
## 2012-12-30 Release 1.1.1

This is a backwards compatible bugfix release.

* (filemapper-#4) Add resource failure when in error state

Thanks to Reid Vandewiele for his contribution for this release.

1.1.0
-----

2012-12-07
## 2012-12-07 Release 1.1.0

This is a backwards compatible feature release.

Expand All @@ -58,16 +50,16 @@ This is a backwards compatible feature release.
* (maint) spec cleanup for readability
* (filemapper-#2) Add pre and post flush hook support

1.0.2
-----

## 2012-10-28 Release 1.0.2

This is a backwards compatible maintenance release.

* Update metadata to reference forge username
* Ensure implementing classes return a string from format_file

1.0.1
-----

## 2012-10-16 Release 1.0.1

This is a backwards compatible maintenance release.

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "puppet-filemapper",
"version": "1.2.0",
"author": "puppet",
"version": "2.0.0",
"author": "Vox Pupuli",
"summary": "Developer extension for permitting complex manipulation of file contents as resources",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-filemapper",
Expand Down

0 comments on commit 90c9047

Please sign in to comment.