Skip to content

Commit 96208fc

Browse files
committed
Release 5.1.0 - Juno
Prepare 5.1.0 release. Change-Id: Ifee8f9026427903cda7aad09a974493055190c8b
1 parent 6cf7327 commit 96208fc

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

@@ -262,6 +262,32 @@ Contributors
262262
Release Notes
263263
-------------
264264

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

267293
* 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-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)