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:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user