Skip to content

Commit 1a7e147

Browse files
committed
Fix link to release notes; change how release notes link is generated
1 parent e5b5b40 commit 1a7e147

3 files changed

Lines changed: 25 additions & 8 deletions

File tree

docs/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ F5 Driver for OpenStack LBaaSv2
1616
:titlesonly:
1717
:hidden:
1818

19+
RELEASE-NOTES
1920
environment-generator
2021

2122
version |version|
2223
-----------------
2324

24-
|release-notes|
25+
:ref:`Release Notes`
2526

2627
The |driver-long| is a Neutron LBaaSv2 service provider driver (``f5lbaasdriver``) that runs within the `OpenStack Neutron`_ controller.
2728
The |driver-short| is an alternative to the default Neutron LBaaS service provider driver.

docs/RELEASE-NOTES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. index:: Release Notes; |version|
2+
3+
.. _Release Notes:
4+
5+
Release Notes
6+
=============
7+
8+
v10.2.0 (Newton)
9+
----------------
10+
11+
Added Functionality
12+
```````````````````
13+
* Enhanced F5 Agent resiliency.
14+
- F5 Agents manage BIG-IPs dynamically, resulting in improved tolerance for BIG-IP device failures.
15+
- F5 Agents will continue to run during BIG-IP device downtime and discover when BIG-IP devices come back online.
16+
17+
Bug Fixes
18+
`````````
19+
* See the `changelog <https://github.com/F5Networks/f5-openstack-lbaasv2-driver/compare/v10.1.0...v10.2.0>`_ for the full list of changes in this release.
20+
21+
Limitations
22+
```````````
23+
* None noted.

docs/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@
7878
version = VERSION
7979
release = VERSION
8080

81-
# The short X.Y version.
82-
vxy = "(VERSION | cut -d . -f 1,2)"
83-
8481
# OpenStack release
8582
openstack_release = "Newton"
8683

@@ -362,9 +359,6 @@
362359
.. |rpm-download| raw:: html
363360
364361
<a class="btn btn-info" href="https://github.com/F5Networks/f5-openstack-lbaasv2-driver/releases/download/v%(version)s/f5-openstack-lbaasv2-driver-%(version)s-1.el7.noarch.rpm">RPM package</a>
365-
.. |release-notes| raw:: html
366-
367-
<a class="btn btn-success" href="%(base_url)s/products/openstack/lbaasv2-driver/%(openstack_release_l)s/v%(vx-y)s/">Release Notes</a>
368362
.. |agent-long| replace:: F5 Agent for OpenStack Neutron
369363
.. |agent| replace:: :code:`f5-openstack-agent`
370364
.. |driver| replace:: :code:`f5-openstack-lbaasv2-driver`
@@ -390,7 +384,6 @@
390384
'openstack_release_l': openstack_release.lower(),
391385
'f5_lbaasv2_driver_shim_url': f5_lbaasv2_driver_shim_url,
392386
'version': version,
393-
'vx-y': release,
394387
'base_url': 'http://clouddocs.f5.com'
395388
}
396389

0 commit comments

Comments
 (0)