Skip to content

Releases: NETWAYS/check_logstash

v0.12.0

01 Mar 08:31
a1ca5d2
Compare
Choose a tag to compare

Changelog

  • a45255a Add CLI flag to override exit code if API is unreachable
  • 85ef7de Bump golangci/golangci-lint-action from 3 to 4

v0.11.0

06 Feb 20:05
376bacd
Compare
Choose a tag to compare

Changelog

  • 508cc33 Add option to set CLI flags via env variables
  • 53cbf5d Add Issue Templates
  • d65aa5d Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • 65e3e86 Bump go-check to v0.6.0

v0.10.0

28 Sep 14:40
da973e9
Compare
Choose a tag to compare

Changelog

  • f1cdff0 Set inflight events to zero if below zero (caused a lot of confusion with users)
  • b02dfcc Refactor to use go-check-network

v0.9.1

21 Sep 11:14
d1a5f98
Compare
Choose a tag to compare

Changelog

  • b53f361 Bump go.mod to 1.21
  • f78fa5a Fix golangci-lint issues
  • e13ff93 Remove status perfdata for health check
  • 5d3dc13 Update default roundtripper

v0.9.0

25 Jul 12:27
aa0ab19
Compare
Choose a tag to compare

Changelog

  • 244bc1f Add check for flow metrics
  • b84a362 Add check for pipeline configuration reload
  • ad17510 Fix missing project name in goreleaser config
  • 0ed0300 Update goreleaser.yml

v0.9.0-rc1

11 May 10:09
6760d6d
Compare
Choose a tag to compare
v0.9.0-rc1 Pre-release
Pre-release

Changelog

  • b84a362 Add check for pipeline configuration reload
  • 147af10 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • c6155f9 Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0

v0.8.2

16 Mar 15:52
fbd483b
Compare
Choose a tag to compare

Changelog

  • ef8bb6e Add Logstash 6 compatibility for health check
  • 0422ae4 Change goreleaser to draft releases
  • fbd483b Merge pull request #65 from NETWAYS/logstash6-health

v0.8.1

10 Mar 10:46
ed078a3
Compare
Choose a tag to compare

Changelog

Just minor stuff under the hood.

  • b7201a9 Pin golangci-lint version
  • 1be9304 Remove third party dependencies
  • 5795425 Extend Tests to separate Logstash versions
  • 6245226 Add go vet to CI
  • 9f9b62e Bump github.com/NETWAYS/go-check from 0.3.0 to 0.4.1
  • cda5215 Bump golang.org/x/net from 0.4.0 to 0.5.0
  • c289f29 Bump golang.org/x/oauth2 from 0.3.0 to 0.5.0
  • 9df6123 Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0
  • 397d1fd Merge pull request #50 from NETWAYS/dependabot/go_modules/golang.org/x/net-0.5.0
  • 6713dd7 Merge pull request #57 from NETWAYS/cleanup-dependencies
  • 4bd7232 Merge pull request #58 from NETWAYS/dependabot/go_modules/golang.org/x/oauth2-0.5.0
  • 7bc12c4 Merge pull request #60 from NETWAYS/dependabot/go_modules/golang.org/x/oauth2-0.6.0
  • 6a5f0e5 Merge pull request #61 from NETWAYS/dependabot/go_modules/github.com/NETWAYS/go-check-0.4.1
  • ed078a3 Merge pull request #64 from NETWAYS/extend-tests

v0.8.0 - Golang Rewrite

07 Feb 08:54
08984d0
Compare
Choose a tag to compare

We have rewritten the Check Plugin in Golang :shipit:

This has many advantages for you and for us. It now comes in a single binary, so no need for additional packages on your machine. Plus, the code is now fully tested, so we can improve it more easily.

Changelog

  • f100a90 Rewrite in Golang (#47)
  • a5ac50a Add Uom to perfdata
  • 3c5493d Add goreleaser configuration
  • ce486a4 Add tests for config.go
  • 25e5d49 Merge pull request #54 from NETWAYS/fix/optimizations
  • 08984d0 Merge pull request #56 from NETWAYS/refactor-strings
  • b055aa0 Optimize slice memory allocations
  • 1cb71fe Refactor to use strings.Builder
  • c51ecc3 Update golangci-lint config

v0.8.0-rc2

12 Jan 13:02
Compare
Choose a tag to compare

Changelog