Skip to content

Releases: balena-io/sshproxy

v6.1.55

15 Oct 11:04
be0847a
Compare
Choose a tag to compare

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

Compare Source

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

10 Oct 16:01
e5494d2
Compare
Choose a tag to compare

cc56338 (Update actions/upload-artifact digest to b4b15b8, 2024-10-10)

v6.1.53

08 Oct 20:03
fadda53
Compare
Choose a tag to compare

0ec63ed (Update actions/upload-artifact digest to 8448086, 2024-10-08)

v6.1.52

07 Oct 17:13
38a0060
Compare
Choose a tag to compare

4e683e1 (Update actions/upload-artifact digest to 604373d, 2024-10-07)

v6.1.51

02 Oct 00:04
481a757
Compare
Choose a tag to compare

25e2a0c (Update golang Docker tag to v1.23.2, 2024-10-01)

v6.1.50

17 Sep 09:08
2696f0e
Compare
Choose a tag to compare

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

Compare Source

  • [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

06 Sep 00:02
5567a5c
Compare
Choose a tag to compare

a8f3e87 (Update golang Docker tag to v1.23.1, 2024-09-05)

v6.1.48

05 Sep 13:15
d7e2ea1
Compare
Choose a tag to compare

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

Compare Source

  • [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)

v6.1.47

04 Sep 13:53
aea147d
Compare
Choose a tag to compare

4ded07f (Update module golang.org/x/crypto to v0.26.0, 2024-09-03)

v6.1.46

03 Sep 18:04
cf6c793
Compare
Choose a tag to compare

Update module github.com/prometheus/client_golang to v1.20.2

Notable changes

Read more