diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-12-16 09:49:20 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-12-16 10:05:11 +0000 |
commit | 7742d5b355564bc21a45db0d5fc10d5f63778749 (patch) | |
tree | 445600296da271f9a557f5c6d666d8803acb2500 | |
parent | 53be16d053328941f4738d83385a9c19b2c3776a (diff) |
misc: Initial 21.06-rc0 commitv21.06-rc0
Type:docs
Change-Id: I07959a860194b06bb30455b6072d651058bb5d47
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r-- | RELEASE.md | 10 | ||||
-rw-r--r-- | doxygen/test_framework_doc.md | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md index dd9d48bf1ff..e9b17b7e2c0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,7 @@ # Release Notes {#release_notes} +* @subpage release_notes_2106 +* @subpage release_notes_2101 * @subpage release_notes_2009 * @subpage release_notes_20051 * @subpage release_notes_2005 @@ -30,6 +32,14 @@ * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_2106 Release notes for VPP 21.06 + +TBD + +@page release_notes_2101 Release notes for VPP 21.01 + +TBD + @page release_notes_2009 Release notes for VPP 20.09 More than 458 commits since the previous release, including 266 fixes. diff --git a/doxygen/test_framework_doc.md b/doxygen/test_framework_doc.md index 22a68037d37..8d9bbf8dbd4 100644 --- a/doxygen/test_framework_doc.md +++ b/doxygen/test_framework_doc.md @@ -4,6 +4,9 @@ Test Framework Documentation {#test_framework_doc} PyDoc generated documentation for the "make test" framework is available for the following releases: +- [Test framework documentation for VPP 21.06](https://docs.fd.io/vpp/21.06/vpp_make_test/html) +- [Test framework documentation for VPP 21.01](https://docs.fd.io/vpp/21.01/vpp_make_test/html) +- [Test framework documentation for VPP 20.09](https://docs.fd.io/vpp/20.09/vpp_make_test/html) - [Test framework documentation for VPP 20.05](https://docs.fd.io/vpp/20.05/vpp_make_test/html) - [Test framework documentation for VPP 20.01](https://docs.fd.io/vpp/20.01/vpp_make_test/html) - [Test framework documentation for VPP 19.08](https://docs.fd.io/vpp/19.08/vpp_make_test/html) |