Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2015.1.1"

(*DRAFT* Release Notes, 2015.1.1)
(add category)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
= *DRAFT* Release Notes, 2015.1.1 =
+
= Release Notes, 2015.1.1 =
  
 
The 2015.1.1 release is a Kilo bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer), OpenStack Data Processing (Sahara) and OpenStack Bare metal service (Ironic).
 
The 2015.1.1 release is a Kilo bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer), OpenStack Data Processing (Sahara) and OpenStack Bare metal service (Ironic).
Line 10: Line 10:
  
 
== Resolved Security Issues ==
 
== Resolved Security Issues ==
 +
=== OpenStack Block Storage (Cinder) ===
 +
* https://security.openstack.org/ossa/OSSA-2015-011.html Cinder host file disclosure through qcow2 backing file
 +
=== OpenStack Image Registry and Delivery Service (Glance) ===
 +
* https://security.openstack.org/ossa/OSSA-2015-013.html Glance task flow may fail to delete image from backend
 +
=== OpenStack Dashboard (Horizon) ===
 +
* https://security.openstack.org/ossa/OSSA-2015-009.html Persistent XSS in Horizon metadata dashboard
 +
* https://security.openstack.org/ossa/OSSA-2015-010.html XSS in Horizon Heat stack creation
 +
=== OpenStack Networking (Neutron) ===
 +
* https://security.openstack.org/ossa/OSSA-2015-012.html Neutron L2 agent DoS through incorrect allowed address pairs
  
 
== Bugs Fixed ==
 
== Bugs Fixed ==
  
In total, > 141 bugs are fixed by this update.
+
In total, 162 bugs are fixed by this update.
 
+
* [https://launchpad.net/nova/kilo/2015.1.1 List of OpenStack Compute (Nova) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/nova/+milestone/2015.1.1 List of OpenStack Compute (Nova) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/keystone/kilo/2015.1.1 List of OpenStack Identity (Keystone) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/keystone/+milestone/2015.1.1 List of OpenStack Identity (Keystone) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/glance/kilo/2015.1.1 List of OpenStack Image Registry and Delivery Service (Glance) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/glance/+milestone/2015.1.1 List of OpenStack Image Registry and Delivery Service (Glance) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/neutron/kilo/2015.1.1 List of OpenStack Networking (Neutron) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/neutron/+milestone/2015.1.1 List of OpenStack Networking (Neutron) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/cinder/kilo/2015.1.1 List of OpenStack Block Storage (Cinder) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/cinder/+milestone/2015.1.1 List of OpenStack Block Storage (Cinder) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/horizon/kilo/2015.1.1 List of OpenStack Dashboard (Horizon) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/horizon/+milestone/2015.1.1 List of OpenStack Dashboard (Horizon) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/heat/kilo/2015.1.1 List of OpenStack Orchestration (Heat) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/heat/+milestone/2015.1.1 List of OpenStack Orchestration (Heat) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/ceilometer/kilo/2015.1.1 List of OpenStack Telemetry (Ceilometer) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/ceilometer/+milestone/2015.1.1 List of OpenStack Telemetry (Ceilometer) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/sahara/kilo/2015.1.1 List of OpenStack Data Processing (Sahara) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/trove/+milestone/2015.1.1 List of OpenStack Database Service (Trove) bugs fixed in the 2015.1.1 release]
+
* [https://launchpad.net/ironic/kilo/2015.1.1 List of OpenStack Bare metal service (Ironic) bugs fixed in the 2015.1.1 release]
* [https://launchpad.net/ironic/+milestone/2015.1.1 List of OpenStack Bare metal service (Ironic) bugs fixed in the 2015.1.1 release]
 
 
 
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==
  
 
None.
 
None.
 +
 +
[[Category:Releases]]
 +
[[Category:Kilo]]

Latest revision as of 14:21, 15 October 2015

Release Notes, 2015.1.1

The 2015.1.1 release is a Kilo bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer), OpenStack Data Processing (Sahara) and OpenStack Bare metal service (Ironic).

OpenStack Database Service (Trove) did not have stable/kilo fixes at this time and will skip 2015.1.1 release.

The bugfixes contained in this release were backported from the development branches into a stable branch. The release is intended to be a low risk update with no intentional regressions or API changes.

Resolved Security Issues

OpenStack Block Storage (Cinder)

OpenStack Image Registry and Delivery Service (Glance)

OpenStack Dashboard (Horizon)

OpenStack Networking (Neutron)

Bugs Fixed

In total, 162 bugs are fixed by this update.

Known Issues and Limitations

None.