Skip to content

Releases: sensu/sensu-influxdb-handler

4.0.0

16 Jun 23:17
Compare
Choose a tag to compare

Changelog

  • 4ef9132 update readme with v2 and v1.8 configuration examples
  • 4fb94e1 preparing for 4.0.0 release
  • f7d4122 Merge pull request #52 from sensu/js/refactor-support-v2
  • d513681 Fix for mistaken case change in arguments during refactoring
  • 23c5b65 update readme
  • 867f6dd make linter happy
  • f0d5128 update github action logic
  • 21bfa80 complete refactor using test against influx 1.8.x in workshop environment
  • fb34821 refactor precision argument to work with new influx client sdk
  • 0f38c69 refactor to use latest sdk; fix testing
  • 99de5c9 refactor to use latest influxdb go client with support for v1.8+ and v2.0+
  • 2b4c658 Fix summary links in readme
  • 01ee597 Update README with InfluxDBv2 compat instructions

3.7.0

26 Feb 20:16
Compare
Choose a tag to compare

Changelog

0e75f54 Rolling version 3.7.0
58fc609 Merge pull request #49 from sensu/maintenance/handler-updates
d4da12b fix changelog
8970ff4 * Updated build to Go 1.14 * Updated modules (go get -u && go mod tidy) * README updates

3.6.1

14 Jan 13:14
Compare
Choose a tag to compare

Changelog

204acae Rolling version 3.6.1
af211bb Merge pull request #47 from sensu/fix_bonsai
988250d Remove darwin_386 from .bonsai.yml

3.5.0

20 Oct 19:49
Compare
Choose a tag to compare

Changelog

1a91922 Rolled version
d40205d Merge pull request #42 from nixwiz/update_mods
7bd4256 subsequent go.sum change following go test run
c8c5745 Update CHANGELOG
cc24faa set secret: true for password
1ffbbb3 update SDK and sensu modules

3.4.0

01 Sep 13:39
9928ca8
Compare
Choose a tag to compare

Changelog

9928ca8 Update readme with new --strip-host flag
96c4658 Update changelog in preparation for release
1f60339 #35 - Added support for stripping host from metric (#39)

3.3.0

11 Jun 14:51
Compare
Choose a tag to compare

Changelog

a75ef87 Prepare for 3.3.0 release
b98c6b1 Merge pull request #37 from nixwiz/event_annotations
9d314bc Commit to force actions to run on frok
d62822e Use FormattedMessage from Sensu SDK
657f5ca Merge branch 'event_annotations' of github.com:nixwiz/sensu-influxdb-handler into event_annotations
1eb1b78 Switched to new community SDK Added binary name sensu-influxdb-handler to .gitignore Added config keyspace for annotation support Added event annotation for Sensu Enterprise parity Added tests
be9c32c Add tests, further changes
767a2aa Switched to new community SDK Added binary name sensu-influxdb-handler to .gitignore Added config keyspace for annotation support Added event annotation for Sensu Enterprise parity

3.2.0

10 Mar 20:50
Compare
Choose a tag to compare

Changelog

08fdc7b Remove travis badge from readme
adae37c Create separate jobs for lint and test
e938e62 Prepare for 3.2.0 release
94c071a Add feature to capture check status field as a metric. (#34)

3.1.2

25 Feb 19:15
3.1.2
b28f871
Compare
Choose a tag to compare

Changelog

b28f871 Change how Travis setups and runs goreleaser (#26)
d83d9a4 Update CHANGELOG for release 3.1.2 (#25)
7f8b3c9 Don't unnecessarily require configuration vars (#24)
c87e64b Merge pull request #22 from sensu/cleanup
7d47822 Update license file
71fb4cb Add changelog entry, more cleanup
b996cf2 Remove redundant files, update travis post deploy script, update license file, general cleanup

3.1.1

09 Jan 19:10
14da96e
Compare
Choose a tag to compare

Changelog

14da96e Update changelog with 3.1.1 release
78bc823 Merge pull request #20 from sensu/bonsai
2916505 Merge branch 'master' into bonsai
45d52de Merge pull request #21 from jspaleta/feature/sensitive-arguments-as-envvars
6388c5b remove spurious comment
b3033df grammar fix
0afef93 updated README and CHANGELOG with information on how to use envvars for sensitive information
b6e9b9a use envvars as default value for sensitive argments.
e00a9e2 Add .bonsai.yml

3.1.0

03 Jan 21:04
246c326
Compare
Choose a tag to compare

Changelog

246c326 Merge pull request #18 from sensu/feature/flags
65cd0f7 Correct help usage to match influx client docs
d1b1850 Add --precision and --insecure-skip-verify flags