Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.0.0 #46

Merged
merged 3 commits into from
Oct 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# CHANGELOG
# Changelog

## 2017-02-11 Release 2.1.0
All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v3.0.0](https://github.com/voxpupuli/puppet-filemapper/tree/v3.0.0) (2017-10-19)

[Full Changelog](https://github.com/voxpupuli/puppet-filemapper/compare/v2.1.0...v3.0.0)

**Merged pull requests:**

- Fix github license detection [\#44](https://github.com/voxpupuli/puppet-filemapper/pull/44) ([alexjfisher](https://github.com/alexjfisher))

## [v2.1.0](https://github.com/voxpupuli/puppet-filemapper/tree/v2.1.0) (2017-02-11)

This is the last release with Puppet3 support!

* Set minimum version_requirement for Puppet
* Remove unnecessary disabling of RSpec/NestedGroups

Expand Down Expand Up @@ -77,3 +90,6 @@ This is a backwards compatible maintenance release.
* Remove call `#symbolize` method; said method was removed in Puppet 3.0.0
* Fail fast if an including class returns bad data from Provider.parse_file
* Don't try to fall back to `@resource.should` value for properties


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ group :system_tests do
end

group :release do
gem 'github_changelog_generator', :require => false if RUBY_VERSION >= '2.2.2'
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/skywinder/github-changelog-generator', :ref => 'master'
gem 'puppet-blacksmith', :require => false
gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem'
gem 'puppet-strings', '~> 1.0', :require => false
Expand Down
78 changes: 78 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
## [v2.1.0](https://github.com/voxpupuli/puppet-filemapper/tree/v2.1.0) (2017-02-11)

This is the last release with Puppet3 support!

* Set minimum version_requirement for Puppet
* Remove unnecessary disabling of RSpec/NestedGroups

## 2016-12-08 Release 2.0.1

* Modulesync with latest Vox Pupuli changes
* Fix several rubocop issues
* define #path on filetype mocks/fix broken symbols

## 2016-08-19 Release 2.0.0

This is a backwards incompatible release.

* Drop Ruby 1.8.7 support
* 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 and the Vox Pupuli teams for their work on this release.


## 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.


## 2014-07-04 Release 1.1.2

This is a backwards compatible bugfix release.

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


## 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.


## 2012-12-07 Release 1.1.0

This is a backwards compatible feature release.

* Add Apache 2.0 LICENSE
* Add Gemfile
* (filemapper-#3) Add `unlink_empty_files` attribute
* (maint) spec cleanup for readability
* (filemapper-#2) Add pre and post flush hook support


## 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


## 2012-10-16 Release 1.0.1

This is a backwards compatible maintenance release.

* Remove call `#symbolize` method; said method was removed in Puppet 3.0.0
* Fail fast if an including class returns bad data from Provider.parse_file
* Don't try to fall back to `@resource.should` value for properties
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-filemapper",
"version": "3.0.0-rc0",
"version": "3.0.0",
"author": "Vox Pupuli",
"summary": "Developer extension for permitting complex manipulation of file contents as resources",
"license": "Apache-2.0",
Expand All @@ -13,7 +13,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.1 < 5.0.0"
"version_requirement": ">= 4.7.1 < 6.0.0"
}
]
}