Update Helm release x509-certificate-exporter to v4 #217
Reference in New Issue
Block a user
Delete Branch "renovate/x509-certificate-exporter-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.21.0→4.1.0Release Notes
enix/x509-certificate-exporter (x509-certificate-exporter)
v4.1.0Compare Source
Changelog
Features
e4457ef: feat(chart): drop privileged from hostPathsExporter securityContext defaults (@npdgm)Bug Fixes
8f1a1f9: fix(chart): preserve build metadata in pre-upgrade version detection (@npdgm)v4.0.0Compare Source
⚠ BREAKING CHANGES
add new metric gates, diags and not_before off by defaut,
container: switch default variant from busybox to scratch (floating tags)
chart: make the Service headless by default (no ClusterIP)
the Helm chart is now published exclusively as an OCI artifact at oci://quay.io/enix/charts/x509-certificate-exporter. The legacy Helm repository at https://charts.enix.io is no longer updated; users must switch to the OCI reference (Helm 3.8+ required). Installation:
helm install x509-certificate-exporter oci://quay.io/enix/charts/x509-certificate-exporter --version <vX.Y.Z>. the Helm chart's values schema may diverge from v3 in edge cases despite a best-effort to preserve backwards compatibility. Review your existing values against the updated chart/values.yaml before upgrading. A JSON schema (chart/values.schema.json) is shipped with the chart sohelm install/helm upgradewill reject any values that no longer match the expected shape, surfacing regressions early instead of at runtime. Alpine-based container images are no longer published. The release pipeline now ships only thebusyboxandscratchvariants on linux/amd64,arm64,riscv64. Users pulling*-alpinetags must switch to one of the new variants —busyboxis the closest functional replacement (still has a shell),scratchis the minimal distroless option.release 4.0.0-alpha.1 (410319d)
release 4.0.0-alpha.1 (3f5d581)
release 4.0.0-alpha.2 (c43ed24)
release 4.0.0-alpha.3 (39d54d6)
Features
automaxprocsto limit threads count (efd7a6e)extraDeployVerbatimto skip templating engine (8b88740)Bug Fixes
app.kubernetes.io/componentlabel to identify different resources (dad3408)Documentation
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.