From 4ba65cb20378b2504c5cbd1fff51572a26194d51 Mon Sep 17 00:00:00 2001 From: ANISHRO2 Date: Thu, 21 Dec 2023 12:04:01 +0530 Subject: [PATCH] release 4.8.4 --- charts/cdefense/Chart.yaml | 4 ++-- charts/cdefense/values.yaml | 4 ++-- release.md | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/cdefense/Chart.yaml b/charts/cdefense/Chart.yaml index 901ebc1..623a629 100755 --- a/charts/cdefense/Chart.yaml +++ b/charts/cdefense/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.8.3 +version: 4.8.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.8.3" +appVersion: "4.8.4" diff --git a/charts/cdefense/values.yaml b/charts/cdefense/values.yaml index 9bb0ea3..34049ef 100644 --- a/charts/cdefense/values.yaml +++ b/charts/cdefense/values.yaml @@ -1,4 +1,4 @@ -version: "release-4.8.3" +version: "release-4.8.4" domain: clouddefenseai.com hostname: cdefense.clouddefenseai.com @@ -194,7 +194,7 @@ web: tolerations: [] replicas: 1 image: cdefense/webconsole - version: "release-4.8.3" + version: "release-4.8.4" service: type: NodePort ports: diff --git a/release.md b/release.md index d5b6bd9..e3acf69 100644 --- a/release.md +++ b/release.md @@ -1,11 +1,11 @@ -Release Date : 05.12.2023 -Release Notes : 4.8.3 +Release Date : 21.12.2023 +Release Notes : 4.8.4 New feature list: -- Daily email notifications on Allowed List Requests. +1) Vulnerabilities Trend Report Page: Introducing a new page that allows users to track the fluctuation in the number of vulnerabilities over a selected time period. This feature provides enhanced visibility into security trends, helping users to better understand and manage vulnerabilities in their systems. +2) Vulnerability Trends Chart Modal Window: A new interactive feature on the dashboard. Clicking on a date in the Vulnerability Trends chart now opens a modal window displaying a list of applications contributing to that count. This enhancement provides a more detailed and user-friendly way to inspect specific data points. Improvements: -- Updated logic for False Positive. -- Improved flow for team management. -- Extended integration with CloudSec. -- Fixed issues with DAST scanning. +1) Enhanced Scan Logic: We have improved the scanning logic for better stability under heavy loads. This upgrade ensures more reliable and efficient scanning, reducing the likelihood of errors and interruptions during large-scale operations. +2) Fixed Vulnerabilities Report Filter Bug: Resolved an issue with the filter on the Vulnerabilities report page. Users can now expect a smoother, error-free filtering experience, enhancing the usability and accuracy of the report. +3) Resolved Integration Deletion Error with CloudSec: Fixed a bug that caused errors during the deletion of integrations with CloudSec. This fix streamlines the integration management process, ensuring a more seamless and error-free user experience.