Skip to content

Commit 948438e

Browse files
authored
Merge pull request #511 from amudukutore/cccl_update
Added link to CCCL issue under bug fix listed in release notes
2 parents 439ea8d + ed8dbf2 commit 948438e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/RELEASE-NOTES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Bug Fixes
3030
* :issues:`460` - Remove risk that pools will update with wrong members after a node update (NodePort mode).
3131
* :issues:`428` - Controller writes unnecessary updates when no config changes occurred.
3232
* :issues:`506` - Controller stops updating BIG-IP after an exception occurs in the python driver.
33-
* Corrected a comparison problem in CCCL that caused unnecessary updates for BIG-IP Virtual Server resources.
33+
* :cccl-issue:`198` - Corrected a comparison problem in CCCL that caused unnecessary updates for BIG-IP Virtual Server resources.
3434

3535
Limitations
3636
```````````

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090

9191
# External links
9292
extlinks = {'issues': ('https://github.com/F5Networks/k8s-bigip-ctlr/issues/%s',
93+
'issue '),
94+
'cccl-issue': ('https://github.com/f5devcentral/f5-cccl/issues/%s',
9395
'issue ')}
9496

9597
# Substitutions

0 commit comments

Comments
 (0)