Skip to content

Commit d69eda1

Browse files
cmurphyEmilienM
authored andcommitted
Release 5.1.0 - Juno
Prepare 5.1.0 release. Change-Id: Ifee8f9026427903cda7aad09a974493055190c8b (cherry picked from commit 96208fc)
1 parent 4656133 commit d69eda1

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swift
22
=======
33

4-
5.0.0 - 2014.2.0 - Juno
4+
5.1.0 - 2014.2 - Juno
55

66
#### Table of Contents
77

@@ -250,6 +250,32 @@ Contributors
250250
Release Notes
251251
-------------
252252

253+
**5.1.0**
254+
255+
* Update .gitreview file for project rename
256+
* mount.pp: fix lint issue
257+
* Fix concat file mode
258+
* Handle both string and array for memcache param.
259+
* read_affinity requires affinity sorting_method
260+
* Remove unused fragment_title variable
261+
* Fix ipv6 support
262+
* doc spelling corrections
263+
* Add base `swift` class name to call
264+
* Swift proxy won't start if using proxy:ceilometer
265+
* Add seed parameter to ringbuilder::rebalance.
266+
* Correct proxy::authtoken docs
267+
* Allow setting reseller_prefix for keystone filter
268+
* Pin puppetlabs-concat to 1.2.1 in fixtures
269+
* Update ssh module version
270+
* Notify services if swift.conf is modified
271+
* Add node_timeout parameter for proxy-server.conf
272+
* Provide a mean to change the default rsync chmod
273+
* Pin fixtures for stables branches
274+
* Use keystonemiddleware instead of client
275+
* Add manage_service feature
276+
* Remove non-ASCII characters from puppet doc
277+
* Fix spec tests in stable/juno branch
278+
253279
**5.0.0**
254280

255281
* Stable Juno release

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "stackforge-swift",
3-
"version": "5.0.0",
4-
"author": "Puppet Labs and StackForge Contributors",
3+
"version": "5.1.0",
4+
"author": "Puppet Labs and OpenStack Contributors",
55
"summary": "Puppet module for OpenStack Swift",
66
"license": "Apache License 2.0",
7-
"source": "git://github.com/stackforge/puppet-swift.git",
7+
"source": "git://github.com/openstack/puppet-swift.git",
88
"project_page": "https://launchpad.net/puppet-swift",
99
"issues_url": "https://bugs.launchpad.net/puppet-swift",
1010
"requirements": [

0 commit comments

Comments
 (0)