diff --git a/charts/cdefense/Chart.yaml b/charts/cdefense/Chart.yaml index 4c642b6..088eb09 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.0 +version: 4.8.1 # 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.0" +appVersion: "4.8.1" diff --git a/charts/cdefense/values.yaml b/charts/cdefense/values.yaml index 2a12b52..9219a68 100644 --- a/charts/cdefense/values.yaml +++ b/charts/cdefense/values.yaml @@ -1,4 +1,4 @@ -version: "release-4.8.0" +version: "release-4.8.1" domain: clouddefenseai.com hostname: cdefense.clouddefenseai.com @@ -194,7 +194,7 @@ web: tolerations: [] replicas: 1 image: cdefense/webconsole - version: "release-4.8.0" + version: "release-4.8.1" service: type: NodePort ports: diff --git a/release.md b/release.md index 4e5affe..bc77a6e 100644 --- a/release.md +++ b/release.md @@ -1,19 +1,13 @@ -Release Date : 22.09.2023 -Release Notes : 4.8.0 +Release Date : 16.10.2023 +Release Notes : 4.8.1 New feature list: -- Introduced bulk deletion for applications. -- Enabled bulk creation of tags. -- Implemented filters in integration repositories. -- Enhanced the Applications page with a retest feature. -- Extended scanning capabilities to automatically scan new images in Docker Hub, ECR, and GCR. -- Introduced a filter to verify public and deployed applications. -- Developed a feature to select default teams: automatically adding all existing and new users. - +- Email Notifications by Severity. +- Organization-wide False Positive. +- Unified Request Review Page. Improvements: -- Resolved a bug associated with shared organizations. -- Addressed issues related to container scanning. -- Enhanced integration compatibility with CloudSec. -- Bug fixes in User Management. -- Improved Application Management page. \ No newline at end of file +- New Files/Direcrtories Exclusion for Application. +- Improved Performance for GitHub/GitLab Integrations. +- Fixed missing rules from Global SCA/SAST pages. +- Adressed issue with BitBucket Integration. \ No newline at end of file