Releases: octarinesec/octarine-operator
Releases · octarinesec/octarine-operator
v5.3.0
- Prevent multiple cluster being registered with the same name/domain
- Improve the data plane logs at info level
- Bugfix: Infinite reconcile loop for mutating webhook on kind 1.14
v5.2.0
- Runtime scanning - Support RKE2(Rancher)
- Change imagePullPolicy for DP services to IfNotPresent
- Change operator to create a dedicated role for the agent components
- Turn the mutating webhook on by default in the operator/agent
- Exclude kube system namespace from the mutate/validate by default
- Runtime scanning - Support microK8s
- Upgrade operator SDK to 1.22
- Upgrade to GO 1.18
- Build image for operator container that protects metrics
- Add HTTP Proxy support to Runtime & image-scanning
- Add support to track agent CR labels
Adding Cluster Scanning flag
- The ability to deploy Cluster Scanning Components was added
Adding Runtime flag & Using one Agent CRD - v4.0.0
- One CRD type: CBContainersAgent
- The ability to deploy Runtime Components was added
Release with Kubernetes 1.22 support
- Add Kubernetes 1.22 Support by providing
apiextensions/v1beta1
andapiextensions/v1
CustomResourceDefinition versions and have compatible code
Runtime CRD
Merge pull request #44 from octarinesec/runtime-crd Runtime crd