Releases: deep-security/smartcheck-helm
1.2.22
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
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
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
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
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
Changelog
- Improved vulnerability scan robustness
- Fixed update strategy for the
db
KubernetesDeployment
- 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
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
Changelog
- Added basic support for multi-architecture manifests
- Improved malware scan performance
- Updated Kubernetes
Deployment
s to useapps/v1
instead ofextensions/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
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
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.