kuryr-kubernetes/releasenotes/source
Michał Dulko 7ed6e86744 Basic Python 3 compatibility fixes
This is result of running 2to3 without dict fix (as it seems
unnecessary for most of our cases).

In Python 3 {}.values() returns a view that is not indexable. This
commit uses list() on that to make AddHandler.should_callback compatible
with Python 3.

Change-Id: I354597f43d43630f9fb875dd8c9ab741c35af723
2019-11-22 09:19:14 +01:00
..
_static Add Reno release notes support to Kuryr-Kubernetes 2017-11-23 15:26:59 +02:00
_templates Add Reno release notes support to Kuryr-Kubernetes 2017-11-23 15:26:59 +02:00
README.rst Change inline hyperlinks to link-target pairs. 2019-11-13 12:50:05 +01:00
conf.py Basic Python 3 compatibility fixes 2019-11-22 09:19:14 +01:00
index.rst Fix inconsistency in headlines format. 2019-11-13 11:39:10 +01:00
queens.rst Fix inconsistency in headlines format. 2019-11-13 11:39:10 +01:00
rocky.rst Fix inconsistency in headlines format. 2019-11-13 11:39:10 +01:00
stein.rst Fix inconsistency in headlines format. 2019-11-13 11:39:10 +01:00
train.rst Update master for stable/train 2019-09-15 19:07:12 +00:00
unreleased.rst Add Reno release notes support to Kuryr-Kubernetes 2017-11-23 15:26:59 +02:00

README.rst

Kuryr-Kubernetes Release Notes Howto

Release notes are a new feature for documenting new features in OpenStack projects. Background on the process, tooling, and methodology is documented in a mailing list post by Doug Hellmann.

For information on how to create release notes, please consult the Release Notes documentation.