This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Releases: deep-security/smartcheck-helm
Releases · deep-security/smartcheck-helm
1.2.83
Changelog
- Updated Trend Micro branding material
- Updated 'github.com/lib/pq' library to latest module version
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.83.tar.gz
1.2.82
Changelog
- Updated the 'vulnDBInitializer' image to address an issue introduced in 1.2.81 that prevented fresh installation to leverage the database snapshot
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.82.tar.gz
1.2.81
Changelog
- Refactored alpine vulnerability feed to fetch from https endpoint
- Avoid printing sensitive info in logs
- Addressed NVD vulnerability feed and registry pre-scanning issues introduced in 1.2.79
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.81.tar.gz
1.2.80
Changelog
- Updated CronJob apiVersion to 'batch/v1'
- Updated tooling in various container images
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.80.tar.gz
1.2.79
Changelog
- Fixed various vulnerabilities in container images
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.79.tar.gz
1.2.78
Changelog
- Smart Check console disables malware widget if malware scan is disabled
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.78.tar.gz
1.2.77
Changelog
- This change disables malware scanning by default. The malware scanning state can be observed in the administration console. To turn on malware scanning, add the following lines to overrides.yaml
scan:
malwareScan:
enabled: true
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.77.tar.gz
1.2.76
Changelog
- As we have received quite a bit of feedback that malware scanning is not always a useful use case for customers, especially given the potential for a very long scan time. We have added the ability to disable malware scanning as an option.
To turn off malware scanning, add following lines to overrides.yaml
scan:
malwareScan:
enabled: false
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.76.tar.gz
1.2.75
Changelog
- Upgraded database pod to PostgreSQL 12.7.
ATTENTION:
Smart Check includes a default database pod that's intended for non-production use. If your deployment uses that database pod, you must upgrade by uninstalling Smart Check and deploying this release. There is no upgrade path for this release.
If you use an external database, there is no impact to your deployment.
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.75.tar.gz
1.2.74
Changelog
- Add support for recovering a corrupted database for the vulnerability-scanner
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.74.tar.gz