diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-02-10 13:28:46 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-02-10 14:23:56 -0500 |
commit | 6d93d060a8715a42af37e68545840b4372cf9832 (patch) | |
tree | e4401c65872abd9f0a4594529a14e9c207cb71d8 | |
parent | 474f0ba2ab7a79691b60a2a973ca37f65501934e (diff) |
misc: VPP 22.06.1 Release Notes
Type: docs
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I8770a35c801126ffd2de8f58d79e6616642709a9
(cherry picked from commit 1513b381d8879d9d437bbbc9a270b4ff5f4b19ba)
-rw-r--r-- | docs/aboutvpp/releasenotes/index.rst | 1 | ||||
-rw-r--r-- | docs/aboutvpp/releasenotes/past.rst | 1 | ||||
-rw-r--r-- | docs/aboutvpp/releasenotes/v22.06.1.rst | 12 |
3 files changed, 13 insertions, 1 deletions
diff --git a/docs/aboutvpp/releasenotes/index.rst b/docs/aboutvpp/releasenotes/index.rst index fa8d6a91bac..d1aaa6c8a83 100644 --- a/docs/aboutvpp/releasenotes/index.rst +++ b/docs/aboutvpp/releasenotes/index.rst @@ -7,6 +7,7 @@ Release notes :maxdepth: 2 v22.10 + v22.06.1 v22.06 v22.02 past diff --git a/docs/aboutvpp/releasenotes/past.rst b/docs/aboutvpp/releasenotes/past.rst index b60ff7fcc9f..be2bcdd0e1b 100644 --- a/docs/aboutvpp/releasenotes/past.rst +++ b/docs/aboutvpp/releasenotes/past.rst @@ -39,4 +39,3 @@ Past releases v17.01 v16.09 v16.06 - diff --git a/docs/aboutvpp/releasenotes/v22.06.1.rst b/docs/aboutvpp/releasenotes/v22.06.1.rst new file mode 100644 index 00000000000..6a391da4328 --- /dev/null +++ b/docs/aboutvpp/releasenotes/v22.06.1.rst @@ -0,0 +1,12 @@ +Release notes for VPP 22.06.1 +============================= + +This is bug fix release. + +Of particular importance, this release contains the fix for +`JIRA VPP-2307: CVE-2022-46397 FD.io VPP (Vector Packet Processor) IPSec generates a predictable IV in AES-CBC mode <https://jira.fd.io/browse/VPP-2037>`__ + +For the full list of fixed issues please refer to: + +- fd.io `JIRA <https://jira.fd.io>`__ +- git `commit log <https://git.fd.io/vpp/log/?h=stable/2206>`__ |