Skip to content

Commit

Permalink
release4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Khinchi committed Dec 5, 2023
1 parent ad835fa commit 4390bf3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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.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"
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.2"
version: "release-4.8.3"
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.2"
version: "release-4.8.3"
service:
type: NodePort
ports:
Expand Down
13 changes: 7 additions & 6 deletions release.md
Original file line number Diff line number Diff line change
@@ -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.
- Updated logic for False Positive.
- Improved flow for team management.
- Extended integration with CloudSec.
- Fixed issues with DAST scanning.

0 comments on commit 4390bf3

Please sign in to comment.