Skip to content

Commit 5ca8b0b

Browse files
committed
release: prepare 7.0.0 (liberty)
This patch prepares this Puppet module to be released in 7.x series (Liberty) with 7.0.0. Change-Id: Ie4215a8aa36c886972ad4ab801fb038e2afffc93
1 parent 6145bf6 commit 5ca8b0b

File tree

5 files changed

+45
-5
lines changed

5 files changed

+45
-5
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
##2015-11-25 - 7.0.0
2+
###Summary
3+
4+
This is a backwards-incompatible major release for OpenStack Liberty.
5+
6+
####Backwards-incompatible changes
7+
- remove tenant parameter from keystone_user
8+
9+
####Features
10+
- add tag to package and service resources
11+
- add swift::config class
12+
- reflect provider change in puppet-openstacklib
13+
- keystone/auth: make service description configurable
14+
- add support for swift-object-expirer service
15+
- drop useless comment in authtoken.conf.erb
16+
- improve File resources idempotency
17+
- proxy: ceilometer httpd support
18+
- stop managing file modes
19+
- add support for DLO configuration
20+
- warn that object storage parameter mount_check changes next release
21+
- provide means to disable log_requests in config templates
22+
- add incoming/outgoing chmod params to storage/all
23+
- rely on autorequire for config resource ordering
24+
- add tempauth middleware options
25+
- add tempurl middleware options
26+
- config resources applied after config template
27+
28+
####Bugfixes
29+
- fix swift.conf / Swift_config ordering
30+
- make sure Facter is only executed on agent
31+
- add a blank line to the beginning of each filter
32+
33+
####Maintenance
34+
- initial msync run for all Puppet OpenStack modules
35+
- spec: Enable webmock connect to IPv4 link-local
36+
- try to use zuul-cloner to prepare fixtures
37+
- remove class_parameter_defaults puppet-lint check
38+
- acceptance: use common bits from puppet-openstack-integration
39+
- fix rspec 3.x syntax
40+
141
##2015-10-10 - 6.1.0
242
###Summary
343

README.md

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

4-
6.1.0 - 2015.1 - Kilo
4+
7.0.0 - 2015.2 - Liberty
55

66
#### Table of Contents
77

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ task :spec_prep do
5858
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
5959
sh(*zuul_clone_cmd)
6060
else
61-
sh("git clone https://git.openstack.org/#{repo} #{repo}")
61+
sh("git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}")
6262
end
6363
script = ['env']
6464
script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"]

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openstack-swift",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"author": "Puppet Labs and OpenStack Contributors",
55
"summary": "Puppet module for OpenStack Swift",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"description": "Installs and configures OpenStack Swift (Object Storage).",
3333
"dependencies": [
3434
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
35-
{ "name": "openstack/keystone", "version_requirement": ">=6.0.0 <7.0.0" },
35+
{ "name": "openstack/keystone", "version_requirement": ">=7.0.0 <8.0.0" },
3636
{ "name": "puppetlabs/rsync", "version_requirement": ">=0.2.0 <1.0.0" },
3737
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
3838
{ "name": "puppetlabs/xinetd", "version_requirement": ">=1.0.1 <2.0.0" },

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
zuul_clone_cmd += "git://git.openstack.org #{repo}"
3939
on host, zuul_clone_cmd
4040
else
41-
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
41+
on host, "git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}"
4242
end
4343

4444
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh"

0 commit comments

Comments
 (0)