Releases: NETWAYS/notify-brevisone
v0.2.0
Changelog
- 5c8b8d5 Add custom error message for http timeouts
- 5abff38 Add legacy API functionality
- a1cdd86 Add new parameters to command.conf
- 60d0013 Deprecate old ioutil stuff
- 5138bb3 Extend tests
- 907943a Refactor http schema condition to be more expressive
- eac4ead Refactor to use strings.Builder
- 0774dcd Set go version to >= 1.19
- 8feb37b Merge branch 'main' into add_legacy_api
- e8acc4b Parameters are name differently in the old API
- 7b865f6 Pin golangci-lint in CI and remove snapshot build
- e33553f Run checks also on branches
- a1ce851 Add Makefile
- cdea04f Update dependencies
- ff89e02 Update dependencies
- f573434 Bump github.com/NETWAYS/go-check from 0.1.0 to 0.3.0
- 66b9768 Bump github.com/NETWAYS/go-check from 0.3.0 to 0.4.0
- 4db1864 Bump github.com/NETWAYS/go-check from 0.4.0 to 0.4.1
- 8e20b86 Bump github.com/jarcoal/httpmock from 1.0.8 to 1.2.0
- 2084ec1 Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0
- 9780689 Bump github.com/stretchr/testify from 1.7.0 to 1.8.0
- fc204e4 Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
- a92799b Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
v0.1.0
Changelog
5b0751b Add API testing
da2f04b Add Flag to skip TLS certificate validation
854411f Add GitHub CI config
05db49f Add golangci config
d89780e Add icinga2 config
8190514 Add module files
ea92b0f Add ring functionality
d221e3d Add some explanation and examples
2a438fa Add targetType option to allow for using contacts and contactgroups
dc882a7 Add version handling
06d2b3c Display Usage if no arguments are given and setup logging
84f7421 Fix arguments in README and add example output
df31652 Ignore compiled file
23dcb68 Initial commit
39db086 Initial commit
94fa07c Merge pull request #4 from NETWAYS/review
1d6f1ae No default checkresult
d91f943 Only ExitError inside main()
a68fc6d Put config in a nice struct
bb459f2 Put some http stuff in a function
18d06c0 Rebuild config and change some formatting
dcff490 Refactor argument syntax and doc
7d9b2f4 Review and refactor for initial release
92e2cf5 Review message format and add tests
9683d99 Send SMS additionally to ring to transport information
9399218 Typos + Formatting
2e11a09 Update README
51a0733 Update go.mod
895e035 Update goreleaser config
20e54b2 Update icinga2 config
c9996c4 Use real json
53f7364 api: Add timeout for the individual requests
847bb6e ci: Fix artifact name
7368c47 go fmt