github czerwonk/junos_exporter v0.17.1

latest release: v0.17.2
pre-release2 hours ago

⚠️ Breaking changes

  • Container image is now based on gcr.io/distroless/static-debian13:nonroot (previously alpine)
    • The container runs as UID 65532 instead of root. Mounted files (SSH key, config, TLS files, password/passphrase files) must be readable by this user, e.g. chown 65532 <file>, or override the user with --user.
    • The image no longer contains a shell or tools like wget/curl. Healthchecks or commands executed inside the container (sh -c ..., docker exec ... sh) no longer work. Use an external check against / instead.

Changes

  • The environment variables SSH_KEYFILE, CONFIG_FILE, ALARM_FILTER and CMD_FLAGS work as before. They are now handled by the binary itself and apply only when the container is started without arguments.
  • Values containing spaces (e.g. an ALARM_FILTER regex) are no longer split up.
  • Fixed the -ssh.keyfile flag description ("Private key file").

Don't miss a new junos_exporter release

NewReleases is sending notifications on new releases.