Releases: lunarway/strong-duckling
v0.6.0
Changes
- Set odyssey as CODEOWNER (#43) @Crevil
- removed docker support from dependabot as no docker files exist (#34) @mahlunar
- added dependabot (#33) @mahlunar
- Feature/actions migration (#32) @mahlunar
Dependency Updates
40 changes
- Update prom/prometheus Docker tag to v2.49.1 (#95) @lunar-renovate
- Update actions/cache action to v4 (#96) @lunar-renovate
- Update prom/prometheus Docker tag to v2.49.0 (#94) @lunar-renovate
- Update actions/cache action to v3.3.3 (#93) @lunar-renovate
- Update goreleaser/goreleaser-action action to v5 (#92) @lunar-renovate
- Update actions/setup-go action to v5 (#90) @lunar-renovate
- Update prom/prometheus Docker tag to v2.48.1 (#89) @lunar-renovate
- Update prom/prometheus Docker tag to v2.48.0 (#86) @lunar-renovate
- Update actions/cache action to v3.3.2 (#87) @lunar-renovate
- Update actions/checkout action to v4 (#88) @lunar-renovate
- Update prom/prometheus Docker tag to v2.47.2 (#84) @lunar-renovate
- Update module github.com/prometheus/client_golang to v1.11.1 [SECURITY] (#83) @lunar-renovate
- Configure Renovate (#59) @lunar-renovate
- Bump actions/setup-go from 3 to 4 (#70) @dependabot
- Bump actions/cache from 3.2.2 to 3.3.1 (#69) @dependabot
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#67) @dependabot
- Bump actions/cache from 3.2.1 to 3.2.2 (#62) @dependabot
- Bump actions/cache from 3.2.0 to 3.2.1 (#61) @dependabot
- Bump actions/cache from 3.0.11 to 3.2.0 (#60) @dependabot
- Bump goreleaser/goreleaser-action from 3 to 4 (#58) @dependabot
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#57) @dependabot
- Bump actions/cache from 3.0.10 to 3.0.11 (#56) @dependabot
- Bump actions/cache from 3.0.9 to 3.0.10 (#55) @dependabot
- Bump actions/cache from 3.0.8 to 3.0.9 (#54) @dependabot
- Bump actions/checkout from 2 to 3 (#53) @dependabot
- Bump actions/cache from 3.0.7 to 3.0.8 (#52) @dependabot
- Bump actions/cache from 3.0.6 to 3.0.7 (#51) @dependabot
- Bump actions/cache from 3.0.5 to 3.0.6 (#50) @dependabot
- Bump actions/cache from 3.0.4 to 3.0.5 (#49) @dependabot
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#48) @dependabot
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#47) @dependabot
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#46) @dependabot
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#44) @dependabot
- Bump actions/cache from 3.0.3 to 3.0.4 (#45) @dependabot
- Bump actions/setup-go from 2 to 3 (#40) @dependabot
- Bump actions/cache from 3.0.1 to 3.0.3 (#42) @dependabot
- Bump goreleaser/goreleaser-action from 2 to 3 (#41) @dependabot
- Bump actions/cache from 3.0.0 to 3.0.1 (#38) @dependabot
- Bump actions/cache from 2.1.7 to 3.0.0 (#37) @dependabot
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#36) @dependabot
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
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
v0.3.1
v0.3.0
v0.2.0
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
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