Skip to content

Releases: NETWAYS/check_elasticsearch

v0.5.2

21 Oct 07:32
d65087a
Compare
Choose a tag to compare

Changelog

  • f22a44e Add cmdline option to set returned state if no snapshots are found (#62)
  • 895d589 Bump go version to 1.22

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

27 Sep 14:45
a9b94d2
Compare
Choose a tag to compare

Changelog

  • c32a520 Remove unused fields in Snapshot struct to fix bug
  • eab9f7f Bump CI to Go 1.23 and golangci-lint v1.61.0
  • f437f8f Update goreleaser config

v0.5.0

12 Apr 12:32
ea9d866
Compare
Choose a tag to compare

Changelog

  • 39769b1 Add subcommand for snapshots
  • 4e85a83 Add Issue Templates (#47)
  • 89139f9 Bump actions/setup-go from 4 to 5
  • dc0ee9f Bump github.com/NETWAYS/go-check from 0.5.0 to 0.6.0
  • c54c144 Bump github.com/NETWAYS/go-check from 0.6.0 to 0.6.1
  • eb4d933 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • 65ab77d Bump golangci/golangci-lint-action from 3 to 4

v0.4.0

18 Oct 13:06
fb61823
Compare
Choose a tag to compare

Changelog

  • 5a495b1 Add flags to adjust TLS configuration
  • c33cf97 Add option to load CLI flags via environment variables
  • 44b343f Bump Go version and pin golang-ci-lint in GH Actions
  • e336f2b Update default roundtripper to support environment variables
  • 33aedf4 Refactor to use go-check-network
  • 0b2ec88 Remove unused attribute in Config struct
  • 7150fc0 Update golangci-lint config

v0.3.1

25 Jul 12:40
3f06e87
Compare
Choose a tag to compare

Changelog

Rebuild with goreleaser.

v0.3.0

07 Jul 13:19
c58ea0d
Compare
Choose a tag to compare

Changelog

  • e5b99d2 Add sub-check for Ingest Pipelines
  • 22957b4 Add dependabot config for GH Actions
  • 1e4c19a Refactor to remove go-elasticsearch
  • 41a0ec9 Add icinga2-commands.conf Add icinga2-service-example.conf
  • 9cc0d4d Change non public var name
  • a77edcb Extend tests for query.go
  • 4021c51 Improve invalid data handling for health subcommand
  • e4a5688 Refactor to use strings.Builder
  • 55e8f1f Set default version/date
  • 591d7d4 Update goreleaser config to work with v1.19.0
  • 31269f6 Bump github.com/NETWAYS/go-check from 0.3.0 to 0.4.1
  • 23c5d45 Bump github.com/NETWAYS/go-check from 0.4.1 to 0.4.2
  • 63cf172 Bump github.com/elastic/go-elasticsearch/v7 from 7.17.7 to 7.17.10
  • 83d7091 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • 28ebec8 Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0
  • 25e3fe6 Bump goreleaser/goreleaser-action from 2 to 4

v0.2.1

09 Dec 12:25
e5ad9e3
Compare
Choose a tag to compare

Changelog

  • e5ad9e3 Merge pull request #17 from NETWAYS/docs/readme-flags
  • 7fbea7f Update help texts and README

v0.2.0

28 Nov 15:27
39bc084
Compare
Choose a tag to compare

Changelog

  • 09c12e3 Add basic integration tests
  • a50d0f4 Bump github.com/spf13/cobra from 1.4.0 to 1.6.0
  • 674321d Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
  • 8affac7 Feature/threshold ranges (#15)
  • 4b33605 Fix timeout never being triggered
  • 2f4f833 Merge pull request #10 from NETWAYS/dependabot/go_modules/github.com/spf13/cobra-1.6.0
  • 25a7422 Merge pull request #12 from NETWAYS/dependabot/go_modules/github.com/spf13/cobra-1.6.1
  • 5491115 Merge pull request #13 from NETWAYS/fix/timeout
  • 39bc084 Merge pull request #16 from NETWAYS/feature/add-tests

v0.1.1

20 Apr 13:46
Compare
Choose a tag to compare

Changelog

  • db57ec2 Bump github.com/elastic/go-elasticsearch/v7 from 7.17.0 to 7.17.1
  • 40e397f Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • 7db92bd Bump version 0.1.1
  • dc05856 Fix lint SA4003: every value of type uint is >= 0 (staticcheck)
  • 0d23df7 Fix return code
  • dce7769 Merge pull request #6 from NETWAYS/dependabot/go_modules/github.com/elastic/go-elasticsearch/v7-7.17.1
  • 13e6b6a Merge pull request #7 from NETWAYS/dependabot/go_modules/github.com/spf13/cobra-1.4.0
  • b344608 Merge pull request #8 from NETWAYS/bug/fix_return_code

v0.1.0

14 Feb 13:18
bf8b8cc
Compare
Choose a tag to compare

Changelog

  • 0886eba Add documentation
  • ffa06df Add workflows
  • 1d2736e Bump github.com/NETWAYS/go-check from 0.2.0 to 0.3.0
  • 33e3b82 Bump github.com/elastic/go-elasticsearch/v7 from 7.15.1 to 7.17.0
  • 3c7f987 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
  • c9c9afc Fix go build
  • 027bc00 Fixes typo
  • 32c8bc0 Merge pull request #1 from NETWAYS/enchantment/documentation
  • 8027d12 Merge pull request #2 from NETWAYS/feature/git-workflows
  • bf8b8cc Merge pull request #3 from NETWAYS/dependabot/go_modules/github.com/spf13/cobra-1.3.0
  • 8f3035e Merge pull request #4 from NETWAYS/dependabot/go_modules/github.com/NETWAYS/go-check-0.3.0
  • 82fc0c7 Merge pull request #5 from NETWAYS/dependabot/go_modules/github.com/elastic/go-elasticsearch/v7-7.17.0
  • 3f710a9 Remove artifacts
  • 4edb662 Remove lint
  • 3c0d387 Remove lint
  • 2ad212f git init