chore(release): v0.1.8 - #517
Conversation
| - NET_RAW | ||
| runAsNonRoot: false | ||
| runAsUser: 0 | ||
| {{- if eq $.Values.global.k8sProvider "gcp"}} | ||
| privileged: true |
There was a problem hiding this comment.
💡 Security: dcgm-exporter now runs privileged on all providers
Removing the {{- if eq $.Values.global.k8sProvider "gcp"}} gate makes the dcgm-exporter sidecar run with privileged: true unconditionally, so every cluster (not just GCP) now grants the container full host access. The change is intentional and documented (MIG enumeration requirement), but it broadens the security posture for all existing non-GCP installs on upgrade; ensure operators are aware and, if possible, keep it gated behind a values flag (e.g. dcgmExporter.privileged) defaulting appropriately so clusters without MIG can opt out.
Was this helpful? React with 👍 / 👎
CI failed: The CI build check failed because generated installer files in the dist/ directory are out of sync with current source templates, requiring a local run of 'make build-installer' and committing the updated bundles.Overview1 change-related build failure found across 1 analyzed log. The CI check 'Check if build-installer produces changes' detected uncommitted modifications in the FailuresUncommitted Changes in dist/ Directory (confidence: high)
Summary
Code Review 👍 Approved with suggestions 0 resolved / 1 findingsAdvances public main to release version v0.1.8 for browser convenience. Consider restricting privileged execution on dcgm-exporter to avoid security escalation across all providers. 💡 Security: dcgm-exporter now runs privileged on all providers📄 helm-chart/zxporter-nodemon/templates/daemonset.yaml:246-249 Removing the 🤖 Prompt for agentsTip Comment Was this helpful? React with 👍 / 👎 | Gitar |
Release v0.1.8 of zxporter, published from the internal services monorepo.
The
v0.1.8tag has already been created and points at this branch's tip — ArgoCD and other tag consumers can use it immediately. This PR is only to advance public main to the released commit for browser convenience.