Prepare 2.0.0 release

Update CHANGELOG, README and metadata.json to bump the module to the
first Kilo release (2.0.0).

Change-Id: I3cb56c86658eec62803036e0480f184f8f76b6c8
This commit is contained in:
Emilien Macchi
2015-07-09 10:36:34 -04:00
parent e73073a120
commit b3d2f93dc0
3 changed files with 18 additions and 4 deletions

14
CHANGELOG.md Normal file
View File

@@ -0,0 +1,14 @@
##2015-07-08 - 2.0.0
###Summary
This is a major release for OpenStack Kilo but contains no API-breaking
changes.
####Features
- Puppet 4.x support
- make dkms on Debian/Ubuntu optional
####Maintenance
- Acceptance tests with Beaker
- Fix spec tests for RSpec 3.x and Puppet 4.x

View File

@@ -1,7 +1,7 @@
VSwitch
=======
1.1.0 - 2014.2 - Juno
2.0.0 - 2015.1 - Kilo
A Puppet module providing things for vSwitches. At the moment OVS is the only
one I've added but please feel free to contribute new providers through

View File

@@ -1,7 +1,7 @@
{
"name": "stackforge-vswitch",
"version": "1.1.0",
"author": "Endre Karlson, Dan Bode and StackForge Contributors",
"name": "openstack-vswitch",
"version": "2.0.0",
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-vswitch.git",
"project_page": "https://launchpad.net/puppet-vswitch",