diff --git a/charts/cdefense/Chart.yaml b/charts/cdefense/Chart.yaml index 5ed2a4f..7114dd9 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.6 +version: 4.8.7 # 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.6" +appVersion: "4.8.7" diff --git a/charts/cdefense/values.yaml b/charts/cdefense/values.yaml index aec7840..33bec6f 100644 --- a/charts/cdefense/values.yaml +++ b/charts/cdefense/values.yaml @@ -1,4 +1,4 @@ -version: "release-4.8.6" +version: "release-4.8.7" domain: clouddefenseai.com hostname: cdefense.clouddefenseai.com @@ -194,7 +194,7 @@ web: tolerations: [] replicas: 1 image: cdefense/webconsole - version: "release-4.8.6" + version: "release-4.8.7" service: type: NodePort ports: diff --git a/release.md b/release.md index d2e5b23..4884fbc 100644 --- a/release.md +++ b/release.md @@ -1,19 +1,13 @@ -Release Date : 06.03.2024 -Release Notes : 4.8.6 +Release Date : 02.04.2024 +Release Notes : 4.8.7 New feature list: -1) Import Logs Functionality on Organizational Level: We have made the import logs to show information for all Organization if `all teams` selector is enabled. -2) New Field Addition on Application Page: We have included the last scan of the current branch and the last scan in the app with the branch name under the Application page. -3) CTO Report TeamName: Added team name to CTO report. -4) CTO Report False Positive: Added False positive column under CTO report. -5) Time Series Graph: Updated time series graph with below 3 legends on daily basis, weekly basis, monthly basis, quarterly basis - - Open Vulnerability trend - - New Vulnerability Identified trend - - Closed/Fixed Vulnerability -6) Generate report for 30 days and 60 days -7) Updates Team admin acess role: Team admin can now invite new user/existing team member to any team. +1) Team admin to have access to delete applications: We have now provided access to team admin to delete applications. +2) Access to delete an excluded path for Team Admin: We have now provided access to team admin to delete an excluded path. +3) Added email notification update to show which branch was scanned: Added scanned branch information under scan email notification. Improvements: -1) Fixed Audit Log Search By date Filter: We have resolved audit log search on date filter. -2) Fixed the issue with parallel execution of scans: Fixed the CloudDefense processes hang issues with parallel execution of scans. -3) Fixed Ruby still has false positives: Fixed false positive in the Ruby Gemfile.lock. \ No newline at end of file +1) Fixed allowed list in branches: We have made the allowed list to apply to all branches once it is marked for one. +2) Fixed branch view: Fixed the branch view to show the Protected branches correctly. +3) Fixed new vulnerabilities identified the next day: We have fixed the new vulnerabilities identified in the subsequent scan. The new vulnerabilities get highlighted with a "New" label. +4) Merged SAST and DAST/API rules tabs on Global Rules Management page into one. \ No newline at end of file