From 4390bf3c0e083531c52aaa8aee7b67e23c159d91 Mon Sep 17 00:00:00 2001 From: Nikhil Khinchi Date: Tue, 5 Dec 2023 13:07:17 +0000 Subject: [PATCH] release4.8.3 --- charts/cdefense/Chart.yaml | 4 ++-- charts/cdefense/values.yaml | 4 ++-- release.md | 13 +++++++------ 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/charts/cdefense/Chart.yaml b/charts/cdefense/Chart.yaml index 3c8c0cb..901ebc1 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.2 +version: 4.8.3 # 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.2" +appVersion: "4.8.3" diff --git a/charts/cdefense/values.yaml b/charts/cdefense/values.yaml index ff7cea2..9bb0ea3 100644 --- a/charts/cdefense/values.yaml +++ b/charts/cdefense/values.yaml @@ -1,4 +1,4 @@ -version: "release-4.8.2" +version: "release-4.8.3" domain: clouddefenseai.com hostname: cdefense.clouddefenseai.com @@ -194,7 +194,7 @@ web: tolerations: [] replicas: 1 image: cdefense/webconsole - version: "release-4.8.2" + version: "release-4.8.3" service: type: NodePort ports: diff --git a/release.md b/release.md index 2f4ce44..d5b6bd9 100644 --- a/release.md +++ b/release.md @@ -1,10 +1,11 @@ -Release Date : 10.11.2023 -Release Notes : 4.8.2 +Release Date : 05.12.2023 +Release Notes : 4.8.3 New feature list: -- Added a page for all dependencies and licenses. -- Branch visibility now on the apps page. +- Daily email notifications on Allowed List Requests. Improvements: -- Team admins can now approve allowlist requests. -- Enhanced PHP and JS scan logic. \ No newline at end of file +- Updated logic for False Positive. +- Improved flow for team management. +- Extended integration with CloudSec. +- Fixed issues with DAST scanning.