Skip to content

Releases: circonus/c3-exporter

v0.0.15

28 Nov 15:03
Compare
Choose a tag to compare

Changelog

Others

  • 9db7d20 v0.0.15
  • a427908 build: update before hooks for go mod tidy, govulncheck and golangci-lint
  • 34940b9 build: add after hook for grype on generated sboms
  • 0938983 build: add .sbom for archive artifacts
  • 65ae831 build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0
  • 4ebb74e Merge pull request #6 from circonus/dependabot/go_modules/golang.org/x/sys-0.15.0

v0.0.14

14 Nov 15:45
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

  • e452aca v0.0.14
  • 927fd85 chore: add lint workflow
  • 6fa27e7 build(deps): bump golang.org/x/sys from 0.1.0 to 0.14.0
  • 4147b06 build(deps): bump github.com/rs/zerolog from 1.28.0 to 1.31.0
  • 9fa62a7 build(deps): bump github.com/circonus-labs/go-trapmetrics
  • b577a65 build(deps): bump github.com/circonus-labs/go-trapcheck
  • 6a00d21 Merge pull request #5 from circonus/dependabot/go_modules/github.com/rs/zerolog-1.31.0
  • 1cdd388 Merge pull request #4 from circonus/dependabot/go_modules/golang.org/x/sys-0.14.0
  • 7a8a4b0 Merge pull request #2 from circonus/dependabot/go_modules/github.com/circonus-labs/go-trapmetrics-0.0.13
  • 578c14a Merge pull request #1 from circonus/dependabot/go_modules/github.com/circonus-labs/go-trapcheck-0.0.13
  • e1773dd Create dependabot.yml

v0.0.13

17 Mar 18:46
Compare
Choose a tag to compare

Changelog

Features

  • de77479 feat: update logging messages add req_id
  • 57c0256 feat: increase retry window min:2 max:10

Bug fixes

  • 99844f6 fix: clarify error message
  • e21b183 fix(goreleaser): deprecated syntax

Others

v0.0.12

06 Mar 15:42
Compare
Choose a tag to compare

Changelog

Features

  • eb845fc feat: add /_index_template/ for elastiflow

Others

v0.0.11

06 Mar 15:29
Compare
Choose a tag to compare

Changelog

Features

  • 5a8a631 feat: add /_component_template/ for elastiflow

Others

v0.0.10

23 Feb 19:10
Compare
Choose a tag to compare

Changelog

Features

  • a1efd7c feat: expand handling of / to support cua elastic search plugin

Others

v0.0.9

06 Jan 21:26
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 2f3c206 fix: do not auth / and /health

Others

v0.0.8

06 Jan 20:22
Compare
Choose a tag to compare

Changelog

Bug fixes

  • d0bcfe4 fix: remove default configs from docker images so env vars will be used

Others

v0.0.7

06 Jan 17:57
Compare
Choose a tag to compare

Changelog

Features

  • d8e4a88 feat: add /health handler

Others

v0.0.6

22 Dec 17:08
Compare
Choose a tag to compare

Changelog

Features

  • 4788733 feat: provide more information when -version requested e.g. c3-exporter v0.0.6-devel (branch:main commit:5d85d3c build_date:2022-12-22T16:31:33Z build_tag:v0.0.5)
  • dc451e7 feat: add env vars for config when in container

Bug fixes

  • 954efad fix: skip_verify -> tls_skip_verify -- clarify option name
  • chore: ensure all defaults reflected in example config
  • 63aa79d fix: skip_verify -> tls_skip_verify -- clarify option name
  • 018f1a3 fix: correct build tags
  • 5d85d3c fix: build tags chore: change snapshot name template
  • 0f6b804 fix: add check_target to example config

Others