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

1.2.19

Compare
Choose a tag to compare
@glb glb released this 06 Sep 19:58
· 141 commits to master since this release

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.