Bug 244895 - databases/redis_exporter: update to 1.5.2
Summary: databases/redis_exporter: update to 1.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitri Goutnik
URL:
Keywords: buildisok, easy, patch-ready
Depends on:
Blocks:
 
Reported: 2020-03-18 19:36 UTC by Volodymyr Kostyrko
Modified: 2020-03-20 12:31 UTC (History)
1 user (show)

See Also:


Attachments
patch to version 1.5.2 (3.88 KB, patch)
2020-03-18 19:36 UTC, Volodymyr Kostyrko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volodymyr Kostyrko 2020-03-18 19:36:44 UTC
Created attachment 212507 [details]
patch to version 1.5.2

Changelog:

1.5.2:
PR #361 fix incompatibility with Aliyun Redis instances (thx @Zivn )
PR #363 Bump prometheus/client_golang 1.5.1

1.5.1:
additional debug output to help solve #326

1.5.0:
exporter binary is now build with Golang 1.14
removed vendor folder and updated logrus and prometheus packages

1.4.0:
PR #349 - record latency results for more than just one command (thx @szook )
PR #343 - record more metrics from Redis, record connect and PING timings,
update github.com/gomodule/redigo to latest

1.3.5:
PR #339 - allow controlling if the redis_exporter should set the Redis client name (thx @Tom-Fawcett )

1.3.4:
PR #334 - correctly pick up two client buffer metrics in redis 5.x
Comment 1 Automation User 2020-03-18 19:52:49 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/127548911
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-20 12:31:23 UTC
A commit references this bug:

Author: dmgk
Date: Fri Mar 20 12:30:41 UTC 2020
New revision: 528774
URL: https://svnweb.freebsd.org/changeset/ports/528774

Log:
  databases/redis_exporter: Update to 1.5.2

  Changes:	https://github.com/oliver006/redis_exporter/releases
  PR:		244895
  Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)

Changes:
  head/databases/redis_exporter/Makefile
  head/databases/redis_exporter/distinfo
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-03-20 12:31:58 UTC
Committed, thanks!