Skip to content

Releases: lunarway/strong-duckling

v0.6.0

29 Jan 14:36
06350bf
Compare
Choose a tag to compare

Changes

Dependency Updates

40 changes

Full Changelog: v0.5.1...v0.6.0

v0.5.1

14 Apr 09:45
6ccb976
Compare
Choose a tag to compare

Changelog

6ccb976 Close on already registered vici errors (#30)
264bed6 Upgrade prometheus dependencies (#31)

v0.5.0

08 Mar 13:03
27c4457
Compare
Choose a tag to compare

Changelog

1d74a75 Add CODEOWNERS (#23)
c2adff6 Detect and handle vici client connection errors (#26)
73ad53b Remove ListAllVpnConnInfo method (#25)
e7da5bb Remove error state from ClientConn (#27)
d760a7a Remove unused Client type (#24)
d01868b Remove unused vici client constructor (#22)
27c4457 Upgrade dependencies (#29)
b2eea86 Upgrade to Go 1.16.0 (#28)

v0.4.0

07 May 09:12
c11b075
Compare
Choose a tag to compare

Changelog

d5811fe Refactor big metric file into multiple files (#20)
c11b075 Reinitiation of lost Child SAs (#21)

v0.3.1

14 Feb 08:33
d96c60b
Compare
Choose a tag to compare

Changelog

d96c60b Add tcp-checker checked_total metric to registry (#19)

v0.3.0

12 Feb 15:13
59e55ea
Compare
Choose a tag to compare

Changelog

59e55ea Add additional logging (#18)
449174e Add checked_total metric to tcp checker (#16)
c2b8195 Fix stuck command termination (#17)

v0.2.0

10 Feb 10:44
1a72928
Compare
Choose a tag to compare

Changelog

ae594f7 Add LICENSE (#12)
6fb9a37, 6626120, ad32868, b542ff7, 85c7e04, 3b90420, 5c221a7, 56ed9e7, 1a9fd8c, e65fa8f, a16f510 Add TCP port checker
b4559d0 Add badges to README (#11)
1a72928 Check marshalling errors in whooping (#13)
9da3b40 Fix goreleaser setup (#7)
bf45f06 Set version on releases (#5)
b29cecc Fix goreleaser replacements (#6)
0b330dc Goreleaser and Travis setup (#4)
46b00c9 Add test setup using strongswan (#3)
606b24f Instrument daemon with metrics (#14)
9cf4eda Prometheus instrumentation from VICI client (#8)
c725fab Rest of TCP checker implementation (#2)
39e3fea Run Go tests in all packages (#9)
491b7c7 Use daemon for whooping loop (#1)
c322252 Use time.Since instead of time.Now().Sub() (#10)

v0.1.0

04 Feb 10:51
Compare
Choose a tag to compare

Changelog

6fb9a37 Add TCP port checker
6626120 Add prometheus instance to docker-compose setupThis should make it easier to evaluate the metrics in development
ad32868 Align naming and implement metrics
b542ff7 Debug log ticks in daemon
50858a0 Fix breaking change in goreleaser.yaml
bf45f06 Fix build flag for version variable (#5)
b29cecc Fix goreleaser replacements (#6)
85c7e04 Fix issue with start of http server
0b330dc Goreleaser and Travis setup (#4)
3b90420 Hide tcpchecker.Reporter in metrics behind method
46b00c9 Implemeting test setup using strongswan (#3)
5c221a7 Initial setup
56ed9e7 Remove commented code blob
c725fab Rest of TCP checker implementation (#2)
1a9fd8c Use errors.As instead of cast
491b7c7 Use daemon for whooping loop (#1)
e65fa8f Use daemon with port checker
a16f510 Use string builder instead of dumb string concat