From nobody Sun Oct 3 07:39:29 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C9A1617DBDF7 for ; Sun, 3 Oct 2021 07:39:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMbMj5G9cz4bsy for ; Sun, 3 Oct 2021 07:39:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9525D22327 for ; Sun, 3 Oct 2021 07:39:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1937dTUi010049 for ; Sun, 3 Oct 2021 07:39:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1937dT2E010048 for ports-bugs@FreeBSD.org; Sun, 3 Oct 2021 07:39:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258881] databases/redis_exporter: update to 1.27.1 Date: Sun, 03 Oct 2021 07:39:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arcade@b1t.name X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258881 Bug ID: 258881 Summary: databases/redis_exporter: update to 1.27.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: easy, patch-ready Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: arcade@b1t.name Attachment #228389 maintainer-approval+ Flags: Flags: maintainer-feedback+ Created attachment 228389 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228389&action= =3Dedit patch to 1.27.1 Update to 1.27.1 (lot of small changes) Changelog: v1.27.1 PR #547 - Addtl logging when loading the password file and parsing lua script results v1.27.0 PR #543 - Update to Golang 1.17, mirror images to quay.io v1.26.0 PR #538 - Performance improvement when checking keys (thx @kerossin ) v1.25.0 PR #497 & #534 - Client List: convert age and idle fields to timestamps (thx @h3isenbug) v1.24.0 PR #526 - Add support for TLS certificate hot-reload (thx @bjosv ) v1.23.1 PR #520 - fix bug to allow scraping Redis Sentinel (thx @zhaozizhou ) v1.23.0 PR #518 - Add more Tile38 metrics (thx @cep-ter ) v1.22.0 PR #390 - Add COUNT option for SCAN command (thx @houstonheat ) PR #508 - Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0 v1.21.0 PR #517 - Copy /etc/nsswitch.conf to scratch docker image (thx @xanecs ) v1.20.0 PR #504 - run docker image as non-root (thx @eumel8 ) v1.19.0 PR #505 fix cmd stats parsing logic, less noisy logging when "LATENCY LATEST" fails v1.18.0 PR #501 - Update logrus, redigo modules, add new expired_stale_percenta= ge metric v1.17.1 PR #490 - Update to Golang 1.16 PR #488 - Bump logrus to 1.8.0 v1.17.0 PR #483 - Default metric to 0 when using check-single-keys (thx @tomasgareau ) v1.16.0 PR #474 - major refactor, broke up exporter code into smaller units, no= new features v1.15.1 PR #465 Add scrape password file support (thx @Ansen ) v1.15.0 PR #457 Support for memory usage aggregation by key groups (thanks @rmak-cpi ) PR #466 Bump prometheus/client_golang library from 1.8.0 to 1.9.0 v1.14.0 PR #462 - allow configuring whether the port is included in the client's details (by default it is not) v1.13.1 PR #449 - fix docker builds (thx @rayanimesh ) v1.13.0 PR #444 - fix count-keys command line option (thx @laubstein ) PR #442 - add sentinel metrics (thx @rayanimesh ) PR #436 - bumped Prometheus library from 1.7.1 to 1.8.0 v1.12.1 PR #428 - Add count-keys functionality (thx @felixb ) v1.12.0 PR #423 - Add output buffer memory usage in client details (thx @ben-tazulev ) v1.11.1 PR #418 - Add sentinel info metrics (thx @houstonheat ) v1.11.0 PR #412 Add metrics for streams (thx @houstonheat ) PR #415 Update to Golang 1.15, add builds for Illumos --=20 You are receiving this mail because: You are the assignee for the bug.=