Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Releases: deep-security/smartcheck-helm

1.2.83

21 Mar 19:37
Compare
Choose a tag to compare

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

22 Feb 21:52
Compare
Choose a tag to compare

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

16 Feb 17:19
Compare
Choose a tag to compare

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

19 Jan 15:51
Compare
Choose a tag to compare

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

21 Dec 21:21
Compare
Choose a tag to compare

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

11 May 19:26
Compare
Choose a tag to compare

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

07 Apr 20:31
Compare
Choose a tag to compare

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

15 Feb 00:21
Compare
Choose a tag to compare

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

07 Dec 02:59
Compare
Choose a tag to compare

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

02 Nov 14:32
Compare
Choose a tag to compare

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