Skip to content

Commit

Permalink
release 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Oct 16, 2023
1 parent b9b9cea commit 14403cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/cdefense/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/cdefense/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "release-4.8.0"
version: "release-4.8.1"
domain: clouddefenseai.com
hostname: cdefense.clouddefenseai.com

Expand Down Expand Up @@ -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:
Expand Down
24 changes: 9 additions & 15 deletions release.md
Original file line number Diff line number Diff line change
@@ -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.
- 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.

0 comments on commit 14403cb

Please sign in to comment.