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

1.2.49

Compare
Choose a tag to compare
@henryguan henryguan released this 25 Sep 13:54
· 66 commits to master since this release

Changelog

  • Smart Check leverages NIST's NVD vulnerability feed (via Clair) as one of its sources for vulnerability data. Previous releases of Smart Check used the NVD JSON 1.0 feed, which NIST has discontinued. In this release, the feed source has been updated to the NVD JSON 1.1 feed, so we can continue to receive updates. Without this update, Smart Check will continue to get new vulnerability updates but incorrect severity levels could be reported. All customers should install this release.

Upgrade instructions

Sample upgrade command:

helm upgrade \
  --values overrides.yaml \
  deepsecurity-smartcheck \
  https://github.com/deep-security/smartcheck-helm/archive/1.2.49.tar.gz

IMPORTANT NOTE: If you are upgrading from version 1.2.8, 1.2.9, or 1.2.10, we recommend that you use the --force parameter in the helm upgrade command. There was an error in these releases that could cause upgrading the Deployment resources to fail. Using the --force parameter will tell Helm to re-create the Deployment resources if the initial upgrade attempt fails, and should cause the overall upgrade to be successful.
If you are upgrading from version 1.2.11 or later, you can omit the --force parameter when upgrading.