Releases: balena-io/sshproxy
v6.1.56
v6.1.55
Update module github.com/prometheus/client_golang to v1.20.5
Notable changes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15
We decided to revert the testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.
Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil
package/module with more flexible and safer APIs.
Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
List of commits
1c1124f (Update module github.com/prometheus/client_golang to v1.20.5, 2024-10-15)
v6.1.54
v6.1.53
v6.1.52
v6.1.51
v6.1.50
Update module github.com/prometheus/client_golang to v1.20.4
Notable changes
- [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.4
- [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
List of commits
bf6438b (Update module github.com/prometheus/client_golang to v1.20.4, 2024-09-17)
v6.1.49
v6.1.48
Update module github.com/prometheus/client_golang to v1.20.3
Notable changes
- [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.3
- [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
List of commits
6aa6804 (Update module github.com/prometheus/client_golang to v1.20.3, 2024-09-05)