Skip to content

Releases: runityru/anycastd

v0.1.8

09 Dec 18:14
v0.1.8
b774bff
Compare
Choose a tag to compare

Changelog

  • b774bff Bump github.com/osrg/gobgp/v3 from 3.31.0 to 3.32.0 (#87)
  • 1ff7b57 Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#86)
  • 1183bc4 Add golangci linter to the pipelines & fix the issues it has reported (#85)
  • 2d4dfbf Switch to go-ping fork since it is unmaintained now (#84)
  • ff94775 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#82)

v0.1.7

26 Nov 09:15
v0.1.7
d3d2c48
Compare
Choose a tag to compare

Changelog

  • d3d2c48 Set own User Agent for http_2xx check (#81)
  • 6b9e79e Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#80)

v0.1.6

18 Nov 03:41
v0.1.6
1c72def
Compare
Choose a tag to compare

Changelog

  • 1c72def Bump github.com/osrg/gobgp/v3 from 3.30.0 to 3.31.0 (#79)
  • 9c3e5f5 Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#78)
  • b335a30 Add metric to indicate anycastd is running and its version (#77)

v0.1.5

22 Oct 06:24
v0.1.5
587b149
Compare
Choose a tag to compare

Changelog

  • 587b149 Update go.mod according base go version & toolchain (#76)
  • 59e630d Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#74)
  • 928645a Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#75)
  • cf77e23 Bump github.com/osrg/gobgp/v3 from 3.29.0 to 3.30.0 (#73)
  • 04707c3 Update Go to 1.23 in CI (#72)
  • eda7ce4 Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#70)
  • 038d00a Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#69)
  • e8517a5 Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#68)
  • 904dee6 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#67)
  • d9e4b2b Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#65)
  • e894ad6 Bump github.com/osrg/gobgp/v3 from 3.28.0 to 3.29.0 (#64)
  • fcdbd25 Build container image in verify pipeline (#63)

v0.1.4

15 Jul 08:34
v0.1.4
7f1d856
Compare
Choose a tag to compare

Changelog

  • 7f1d856 Update ca-certificates to fix the build (#62)

v0.1.3

15 Jul 08:26
v0.1.3
df4012d
Compare
Choose a tag to compare

Changelog

  • df4012d Update project path (#61)
  • 7c8b41b Bump github.com/osrg/gobgp/v3 from 3.27.0 to 3.28.0 (#60)
  • f57c82c Bump github.com/teran/go-time from 0.0.1 to 0.0.2 (#59)

v0.1.2

30 Jun 07:16
v0.1.2
0275bed
Compare
Choose a tag to compare

Changelog

  • 0275bed Fix excess prepend attribute & handle errors in announcer (#58)
  • 28d7117 Add ability to specify payload for http_2xx check (#57)
  • a0622ba Add ability to specify headers in http_2xx requests (#56)

v0.1.1

17 Jun 06:51
v0.1.1
beb5bbf
Compare
Choose a tag to compare

Changelog

  • beb5bbf Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#55)
  • a94e975 Use go-time instead of own duration implementation (#54)
  • 7ac9456 Add latest tag for produced container images (#53)
  • bb1b6d7 Add ca-certificates to the image (#52)
  • 8e674f3 Bump github.com/teran/go-ptr from 0.0.0-20240512195200-a1b6b1bdfee4 to 1.1.0 (#51)
  • 5a82f8b Bump github.com/osrg/gobgp/v3 from 3.26.0 to 3.27.0 (#50)

v0.1.0

09 Jun 16:03
9dc527c
Compare
Choose a tag to compare

Changelog

  • 9dc527c Fix missed tftp timeout (#49)
  • 5a507f6 Fix tftp_rrq check name in README (#48)
  • 49b8ab9 Add tftp_rrq check (#47)
  • 883bda4 Fix README according to http_2xx check parameters (#46)
  • 126c4cc Code style and cosmetics (#45)
  • f298762 Specify version for goreleaser API (#44)
  • 9ba0378 Move host configuration under static section for icmp_ping (#43)
  • e966302 Add ICMP ping checker (#42)
  • 7bbe8ff Cosmetics fix for Validate() to be specified on struct instead of pointer (#41)
  • 3bd935a Add ability to check remote TLS endpoint w/ tls_certificate check (#40)
  • e28937f Fix flaky platform dependent test (#39)
  • 4637e0a Create CONTRIBUTING.md (#38)
  • 2c9c42c Add issue templates (#37)
  • 2f45b67 Add GoBGP metrics & metrics description in README (#36)
  • 90c7413 Rename anycastd_up -> anycastd_service_up metric (#35)

v0.0.3

05 Jun 21:07
v0.0.3
7337d7b
Compare
Choose a tag to compare

Changelog

  • 7337d7b Update README with a more verbose tls_certificate configuration descr… (#34)
  • bfee5a4 Add tls_certificate check (#33)
  • 5437c44 Fix check_duration_seconds metric help (#32)
  • 7cc5699 Use seconds to measure check duration
  • b405b43 Fix missed gauge in the metrics repository
  • 746f438 Add ability to measure check duration
  • d3f410a Avoid panics in libraries: use Register() for metrics
  • 3f224b9 Format trace log in assigned_address check (#30)
  • a7709ca Fix double announce/denounce/implicit withdrawals (#29)
  • 356c2b7 Extend configuration validation (#28)
  • 6faa85e Add tests for assigned_address spec handling (#27)
  • 26de5a8 Add ability to mock metrics and fix their handling (#26)
  • 690473c Update README w/ usage paragraph (#25)
  • e61a544 Fix service to properly handle checks status (#24)
  • 44ef189 Add assigned_address checker (#23)
  • 500798b Bump github.com/prometheus/client_golang from 1.16.0 to 1.19.1 (#22)
  • 5ffe5a0 Bump golang.org/x/sync from 0.5.0 to 0.7.0 (#21)
  • 73c3fca Add dns_lookup checker (#20)
  • b49e369 Add some formatting to README (#19)
  • 609b684 Add metrics for passed checks (#18)