github jmrplens/cs-routeros-bouncer v1.4.5

4 hours ago

CrowdSec Bouncer for MikroTik RouterOS - v1.4.5

Bugfix and maintenance release.

This release fixes the Grafana Reconciliation Duration panel reported in #44: the panel graphed the histogram crowdsec_bouncer_operation_duration_seconds_sum — a monotonic cumulative counter — so it showed the lifetime total of all reconcile durations instead of the most recent cycle. A new crowdsec_bouncer_last_operation_duration_seconds gauge now records the duration of the most recent operation, and the bundled dashboard queries it.

It also bumps the Go toolchain to 1.26.4 to address two Go standard library vulnerabilities (GO-2026-5039 in net/textproto and GO-2026-5037 in crypto/x509), and refreshes Go, Docker and documentation dependencies.

Thanks to @marcusdoc for reporting the dashboard issue, diagnosing the root cause and proposing fixes.

Downloads

Choose the archive that matches the operating system and CPU architecture where the bouncer will run.

Operating system Architecture Download Size
Linux arm64 cs-routeros-bouncer_1.4.5_linux_arm64.tar.gz 4.2 MB
Linux armv6 cs-routeros-bouncer_1.4.5_linux_armv6.tar.gz 4.5 MB
Linux armv7 cs-routeros-bouncer_1.4.5_linux_armv7.tar.gz 4.5 MB
Linux i386 cs-routeros-bouncer_1.4.5_linux_i386.tar.gz 4.5 MB
Linux mips64le cs-routeros-bouncer_1.4.5_linux_mips64le.tar.gz 4.1 MB
Linux mipsle cs-routeros-bouncer_1.4.5_linux_mipsle.tar.gz 4.2 MB
Linux riscv64 cs-routeros-bouncer_1.4.5_linux_riscv64.tar.gz 4.4 MB
Linux x86_64 cs-routeros-bouncer_1.4.5_linux_x86_64.tar.gz 4.7 MB
macOS arm64 cs-routeros-bouncer_1.4.5_darwin_arm64.tar.gz 4.4 MB
macOS x86_64 cs-routeros-bouncer_1.4.5_darwin_x86_64.tar.gz 4.8 MB
FreeBSD arm64 cs-routeros-bouncer_1.4.5_freebsd_arm64.tar.gz 4.2 MB
FreeBSD armv6 cs-routeros-bouncer_1.4.5_freebsd_armv6.tar.gz 4.4 MB
FreeBSD armv7 cs-routeros-bouncer_1.4.5_freebsd_armv7.tar.gz 4.4 MB
FreeBSD x86_64 cs-routeros-bouncer_1.4.5_freebsd_x86_64.tar.gz 4.6 MB
Windows arm64 cs-routeros-bouncer_1.4.5_windows_arm64.zip 4.3 MB
Windows x86_64 cs-routeros-bouncer_1.4.5_windows_x86_64.zip 4.8 MB

Docker

docker pull ghcr.io/jmrplens/cs-routeros-bouncer:1.4.5

Tags: 1.4.5 and latest.

Verification

Changelog

  • Fixed the Grafana "Reconciliation Duration" panel to show the most recent cycle via the new crowdsec_bouncer_last_operation_duration_seconds gauge (#44).
  • Bumped Go to 1.26.4, fixing two standard library vulnerabilities (GO-2026-5039, GO-2026-5037).
  • Updated Go modules, the Docker base image to alpine:3.24, and the documentation site's npm dependencies.

Full Changelog: v1.4.4...v1.4.5

Don't miss a new cs-routeros-bouncer release

NewReleases is sending notifications on new releases.