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.12

04 Jul 18:40
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added "no status" scan status icon
  • Improved helm chart parameter handling
  • Improved scanner performance on layer retries

Upgrade instructions

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.

Sample upgrade command:

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

If you are upgrading from version 1.2.11, you can omit the --force parameter when upgrading.

1.2.11

28 Jun 16:01
@glb glb
Compare
Choose a tag to compare

Changelog

  • Updated recommended Helm version
  • Addded explicit pod selector value to Deployments
  • Removed invalid restartProperty from metrics container spec

Upgrade instructions

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.

Sample upgrade command:

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

1.2.10

26 Jun 17:42
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added support for using an external database with Deep Security Smart Check
  • Removed requirement for persistent volumes (if an external database is used)
  • Fixed an issue with the vulnerability scan failing in environments with a proxy
  • Modified default imagePullPolicy to IfNotPresent to reduce unneeded downloads
  • Added support for creating a recovery user
  • Added severity colour coding for findings in the user interface

1.2.9

14 Jun 17:47
@glb glb
Compare
Choose a tag to compare

Changelog

  • Improved user interface navigation
  • Added support for using the API to cancel pending scans
  • Added support for allowing outbound network traffic to ports other than 80/443
  • Fixed proxy handling when proxies are specified without a protocol

1.2.8

04 Jun 14:06
@glb glb
Compare
Choose a tag to compare

Changelog

  • Fixed memory leak in registry integration
  • Fixed API documentation issues

1.2.7

24 May 15:35
@glb glb
Compare
Choose a tag to compare

Changelog

  • Fixed print layout not taking the full width of the page
  • Fixed overflow in registry completion status progress bar
  • Improved reliability of the built-in registry

1.2.6

17 May 19:07
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added vulnerability scan support for Amazon Linux 2018.03 and Amazon Linux 2
  • Fixed install errors with unknown field "namespace" in io.k8s.api.rbac.v1.RoleRef
  • Fixed connectivity to Azure Container Registry

1.2.5

13 May 15:45
@glb glb
Compare
Choose a tag to compare

Changelog

  • Improved robustness for content and malware scans
  • Improved print layout for scan details page

1.2.4

09 May 16:16
@glb glb
Compare
Choose a tag to compare

Changelog

  • Initial user interface for content rules
  • Miscellaneous fixes and improvements

1.2.3

06 May 13:40
@glb glb
Compare
Choose a tag to compare

Changelog

  • Improved vulnerability scanning for Ubuntu "Disco Dingo" release