Skip to content

release 0.7.0 #211

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

Merged
merged 1 commit into from
Jan 12, 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
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# 2016-09-27 Release 0.6.1
# Changelog

## 2017-01-12 - Release 0.7.0

Last release with Puppet 3 support! The next release will be a breaking change!
* Modulesync with latest Vox Pupuli defaults
* Fix several markdown issues
* Add missing badges
* rubocop: fix RSpec/ImplicitExpect
* rubocop: fix Style/MultilineIfModifier
* Update fixtures links
* manage spec_helper.rb with modulesync
* Use Facter 3 if available for some facts
* Fix `mock_with` in `.sync.yml`
* Set min version_requirement for Puppet + bump deps

## 2016-09-27 - Release 0.6.1

* Modulesync with latest Vox Pupuli defaults
* Make fact confinement ruby 1.8 compatible
* Fix name of filemapper dependency


# 2016-09-15 Release 0.6.0
## 2016-09-15 - Release 0.6.0

* Drop support for Ruby 1.8.7
* (#69) debian default route should now be named 'default', same as redhat (backwards incompatible change)
Expand All @@ -22,8 +37,7 @@
* Fix `with_env` support, and trust in PATH being correct
* Support for MTU on bonds


# 2016-03-14 Release 0.5.0
## 2016-03-14 - Release 0.5.0

* add bonding support through network::bond
* add camptocamp/kmod as a dependency
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-network",
"version": "0.6.2-rc0",
"version": "0.7.0",
"author": "Vox Pupuli",
"license": "Apache-2.0",
"summary": "Manage non-volatile network configuration",
Expand Down