Releases: trendmicro/cloudone-container-security-helm
Releases · trendmicro/cloudone-container-security-helm
2.0.0
Changelog
- Container Security now extends the protection of your containers to the post-deployment phase. With the new continuous compliance feature, Container Security ensures that running containers continue to conform to the policy you've defined. If there are changes to the policy after the initial deployment or if new vulnerabilities are discovered, Container Security can take action to mitigate the problem. To take advantage of this feature, update your policies with the new continuous compliance settings.
- Container Security now monitors the number of nodes and serverless containers that it's protecting, to allow for accurate billing, as described in About billing and #.
- This update also aligns the labels for Container Security templates with Kubernetes standards. This change means that to upgrade to this release, you must uninstall and reinstall the Helm chart, as detailed in the Container Security Helm Chart.
Upgrade instructions
This release contains a breaking change as described above and requires the helm chart to be re-installed.
Sample uninstall command:
helm delete trendmicro
Sample install command:
helm install \
--values overrides.yaml \
--namespace trendmicro-system \
--create-namespace \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/2.0.0.tar.gz
1.0.1
Changelog
- Added runtime protection support (in preview). See https://cloudone.trendmicro.com/docs/container-security/?topicid=runtime-security for more details.
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/1.0.1.tar.gz
0.0.4
Changelog
- Added support for ephemeral containers
- Override for providing admission controller API key is now
cloudOne.admissionController.apiKey
- Repository has been renamed to
cloudone-container-security-helm
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/0.0.4.tar.gz
0.0.3
Changelog
- Fixed TLS validation issue affecting Kubernetes V1.19.x deployments
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/0.0.3.tar.gz
0.0.2
0.0.1
Changelog
- Fix issue where webhook certificate became out of sync following helm upgrade.
- Use Kubernetes secret for storing API key.
- Add reference to Trend Micro Cloud One Container Security documentation.
Upgrade instructions
Sample upgrade command:
helm upgrade \
--values overrides.yaml \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/0.0.1.tar.gz
0.0.0
Changelog
Initial preview release of Trend Micro Cloud One Admission Controller.
Install instructions
Sample install command:
helm install \
--values overrides.yaml \
trendmicro \
https://github.com/trendmicro/cloudone-container-security-helm/archive/0.0.0.tar.gz