From 15965b826283805bcf7fc77df5e9ddb3357de3a8 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw Date: Tue, 9 Aug 2022 16:57:27 -0400 Subject: [PATCH] docs: fix version reference for logs UI fix (#10245) Signed-off-by: CI --- CHANGELOG.md | 4 ++-- docs/operator-manual/upgrading/2.3-2.4.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96120e7d2998e..d371bf2fe26bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -186,9 +186,9 @@ your feedback and introduced additional access control settings that control acc #### Pod Logs UI -Since 2.4.7, the LOGS tab in pod view is visible in the UI only for users with explicit allow get logs policy. +Since 2.4.9, the LOGS tab in pod view is visible in the UI only for users with explicit allow get logs policy. -#### Known pod logs UI issue prior to 2.4.7 +#### Known pod logs UI issue prior to 2.4.9 Upon pressing the "LOGS" tab in pod view by users who don't have an explicit allow get logs policy, the red "unable to load data: Internal error" is received in the bottom of the screen, and "Failed to load data, please try again" is displayed. diff --git a/docs/operator-manual/upgrading/2.3-2.4.md b/docs/operator-manual/upgrading/2.3-2.4.md index a57ae8ea8f8aa..b46a7ed956b3e 100644 --- a/docs/operator-manual/upgrading/2.3-2.4.md +++ b/docs/operator-manual/upgrading/2.3-2.4.md @@ -153,9 +153,9 @@ p, role:test-db-admins, logs, get, staging-db-admins/*, allow ### Pod Logs UI -Since 2.4.7, the LOGS tab in pod view is visible in the UI only for users with explicit allow get logs policy. +Since 2.4.9, the LOGS tab in pod view is visible in the UI only for users with explicit allow get logs policy. -### Known pod logs UI issue prior to 2.4.7 +### Known pod logs UI issue prior to 2.4.9 Upon pressing the "LOGS" tab in pod view by users who don't have an explicit allow get logs policy, the red "unable to load data: Internal error" is received in the bottom of the screen, and "Failed to load data, please try again" is displayed.