- build: add after hook for
grype
on generated sboms - build: add .sbom for archive artifacts
- build: update before hooks for
go mod tidy
,govulncheck
andgolangci-lint
- build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0
- build(deps): bump github.com/rs/zerolog from 1.28.0 to 1.31.0
- build(deps): bump golang.org/x/sys from 0.1.0 to 0.14.0
- build(deps): bump github.com/circonus-labs/go-trapmetrics from 0.0.10 to 0.0.13
- build(deps): bump github.com/circonus-labs/go-trapcheck from 0.0.9 to 0.0.13
- chore: add lint workflow
- fix: binary paths (docker)
- feat: debug request body
- feat: increase retry window min:2 max:10
- fix: clarify error message
- feat: update logging messages add req_id
- fix(goreleaser): deprecated syntax
- feat: add
/_index_template/
for elastiflow
- feat: add
/_component_template/
for elastiflow
- feat: expand handling of / to support cua elastic search plugin
- fix: do not auth / and /health
- fix: remove default configs from docker images so env vars will be used
- feat: add
/health
end point
- fix: add
check_target
to example config - fix:
skip_verify
->tls_skip_verify
-- clarify option name - fix: correct build tags
- feat: add env vars for config when in container
- 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)
- chore: change snapshot name template
- chore: ensure all defaults reflected in example config
- doc: add brief install pointers and configuration details
- fix: allow TLS12 to be used AWS doesn't support TLS13 for LBs
- feat: add per-request id
- feat: update messages to include request_id
- feat: add support for data-prepper OTEL config [C3-426]
- build: update go-apiclient v0.7.18 -> v0.7.21
- build: update go-trapmetrics v0.0.9 -> v0.0.10
- feat: add ingestion tracking histograms
- feat: add ingestion tracking metrics
- initial