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

26 Sep 20:19
@glb glb
Compare
Choose a tag to compare

Changelog

  • Fixed API documentation crash in recent Chrome versions
  • Fixed minor rendering bugs in the user interface
  • Improved the "empty view" for registries, web hooks, and scans
  • Improved troubleshooting for some malware scan failures
  • Updated third-party dependencies

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.22.tar.gz

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

1.2.21

20 Sep 16:53
@glb glb
Compare
Choose a tag to compare

Changelog

  • Made the size of the vulnerability scan work volume configurable
  • Improved error handling when creating registries to add more detail on some Amazon Elastic Container Registry failures
  • Fixed an icon alignment issue in scan details

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.21.tar.gz

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

1.2.20

13 Sep 14:37
@glb glb
Compare
Choose a tag to compare

Changelog

  • Improved security by filtering unauthorized API requests at the proxy (don't worry, we were stopping them before, just now we're doing less work when we block unauthorized requests!)
  • API documentation fixes
  • Fixed vulnerability scanner crash in rare error scenarios

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.20.tar.gz

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

1.2.19

06 Sep 19:58
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added user interface for managing web hooks
  • Updated default roles to deny web hook create/update/delete access for regular users (users can still use web hooks in scans initiated through the API)
  • Updated third-party dependencies

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.19.tar.gz

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

1.2.18

23 Aug 17:43
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added log collection script
  • Added application telemetry
  • Improved UI consistency

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.18.tar.gz

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

1.2.17

14 Aug 18:18
@glb glb
Compare
Choose a tag to compare

Changelog

  • Improved vulnerability scan robustness
  • Fixed update strategy for the db Kubernetes Deployment
  • Updated third-party dependencies

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.17.tar.gz

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

1.2.16

09 Aug 17:04
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added UI support for configuring trusted certificate authorities for registries
  • Fixed display of large finding counts in charts

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.16.tar.gz

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

1.2.15

26 Jul 18:03
@glb glb
Compare
Choose a tag to compare

Changelog

  • Added basic support for multi-architecture manifests
  • Improved malware scan performance
  • Updated Kubernetes Deployments to use apps/v1 instead of extensions/v1beta1 in preparation for Kubernetes 1.16.x
  • Updated dependencies
  • Enabled database startup logs

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.15.tar.gz

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

1.2.14

17 Jul 14:38
@glb glb
Compare
Choose a tag to compare

Changelog

  • Improved troubleshooting for malware scans

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.14.tar.gz

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

1.2.13

12 Jul 19:30
@glb glb
Compare
Choose a tag to compare

Changelog

  • Fixed minor issues in the custom content rules forms
  • Fixed print issues in the scan details page
  • Improved behaviour when scanning new images in connected registries

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.13.tar.gz

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