Skip to content

Releases: trendmicro/cloudone-container-security-helm

2.0.0

27 May 20:01
Compare
Choose a tag to compare

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

03 Dec 16:10
Compare
Choose a tag to compare

Changelog

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

11 Nov 21:05
Compare
Choose a tag to compare

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

10 Sep 14:39
Compare
Choose a tag to compare

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

08 Sep 13:59
Compare
Choose a tag to compare

Changelog

  • Fixed issue with logging severity on HTTP requests

Upgrade instructions

Sample upgrade command:

helm upgrade \
  --values overrides.yaml \
  trendmicro \
  https://github.com/trendmicro/cloudone-container-security-helm/archive/0.0.2.tar.gz

0.0.1

24 Aug 17:33
Compare
Choose a tag to compare

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

19 Aug 18:53
Compare
Choose a tag to compare

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