diff --git a/charts/cdefense/Chart.yaml b/charts/cdefense/Chart.yaml index 8da4140..8d3650c 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.7.4 +version: 4.7.5 # 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.7.4" +appVersion: "4.7.5" diff --git a/charts/cdefense/values.yaml b/charts/cdefense/values.yaml index cdc269b..8f0dde6 100644 --- a/charts/cdefense/values.yaml +++ b/charts/cdefense/values.yaml @@ -1,4 +1,4 @@ -version: "release-4.7.4" +version: "release-4.7.5" domain: clouddefenseai.com hostname: cdefense.clouddefenseai.com @@ -194,7 +194,7 @@ web: tolerations: [] replicas: 1 image: cdefense/webconsole - version: "release-4.7.4" + version: "release-4.7.5" service: type: NodePort ports: diff --git a/release.md b/release.md index 6139163..094b69e 100644 --- a/release.md +++ b/release.md @@ -1,11 +1,11 @@ -Release Date : 22.05.2023 -Release Notes : 4.7.4 +Release Date : 19.06.2023 +Release Notes : 4.7.5 New feature list: -- Added allowed rules expiration -- Last branch update time now is displayed on UI -- Added ability to provide info about project image through CLI +- New Security Role "Security Auditor +- Added Thrend Chart with fixes count and customisable date ranges +- Implemented Scan Status on UI to see if scans are running constantly Improvements: -- Improved overall performance -- Improved trend chart -- Improved real time user interaction by adding WebSockets \ No newline at end of file +- Improved email notifications +- Improved Import Logs to see all scans and branches +- Improved application naming \ No newline at end of file