From 8e59633a0dfc377fba5b9d001f6b528674dc25c1 Mon Sep 17 00:00:00 2001 From: Jerry Gong Date: Wed, 19 Mar 2025 18:45:47 -0400 Subject: [PATCH] docs: add release notes for 0.38.1 --- docs/release-notes.rst | 13 +++++++++++++ docs/release-notes/security-note.rst | 9 --------- 2 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 docs/release-notes/security-note.rst diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c86a80c14a2..645f6412fee 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,19 @@ Version 0.38 ************** +Version 0.38.1 +============== + +**Release Date:** March 19, 2025 + +**Security Fixes** + +- Dependency: Update SwaggerUI due to a potential phishing vulnerability behind the "Try-it-out" + feature. Refer to the SwaggerUI security advisory `GHSA-qrmm-w75w-3wpx + `_. + +- Dependency: Update golang.org/x/crypto. + Version 0.38.0 ============== diff --git a/docs/release-notes/security-note.rst b/docs/release-notes/security-note.rst deleted file mode 100644 index 81ee3381610..00000000000 --- a/docs/release-notes/security-note.rst +++ /dev/null @@ -1,9 +0,0 @@ -:orphan: - -**Security Fixes** - -- Dependency: Update SwaggerUI due to a potential phishing vulnerability behind the "Try-it-out" - feature. Refer to the SwaggerUI security advisory `GHSA-qrmm-w75w-3wpx - `_. - -- Dependency: Update golang.org/x/crypto.