Skip to content

Releases: falcosecurity/falco-exporter

v0.5.0

26 Jan 16:09
Compare
Choose a tag to compare

Changelog

acceb9b build: upgrade deps (bring metrics about drop)
a9c2175 fix(cmd): correct unix:// prefix check
4577e13 update(cmd): make unix:// prefix optional for --client-socket

Docker images

  • docker pull falcosecurity/falco-exporter:latest
  • docker pull falcosecurity/falco-exporter:0.5.0

v0.4.1

18 Nov 12:45
Compare
Choose a tag to compare

Changelog

31258a2 update(deploy): new probes configuration
2b9a1c2 docs(deploy): correct templates filepath
03166e4 fix: Separate probes from main server to avoid mTLS conflict

Docker images

  • docker pull falcosecurity/falco-exporter:latest
  • docker pull falcosecurity/falco-exporter:0.4.1

v0.4.0

12 Nov 16:42
Compare
Choose a tag to compare

Changelog

8a2f052 chore(cmd): remove deprecated func and correct indent
de6d168 new: optional mutual TLS for HTTP metrics server

Docker images

  • docker pull falcosecurity/falco-exporter:latest
  • docker pull falcosecurity/falco-exporter:0.4.0

v0.3.0

17 Jul 15:00
Compare
Choose a tag to compare

Changelog

d71f4db docs(README.md): update instructions for Docker and Kubernetes
f2d1bd1 build(Makefile): fetch chart source from another dir
d2e8f46 chore(deploy): remove helm chart
4230220 update(deploy): bump versions
dca84f7 update: correct client-go version
a38b5ec docs: update minimum requirements
f68c92a fix(Makefile): correct cleanup for deploy/k8s target
23c4fb0 fix(deploy): remove unnecessary new lines
b17093a docs(README.md): update for v0.2.0
4865682 docs(deploy/k8s): update instructions for gRPC over unix socket
7cda9c3 update(deploy/k8s): switch to gRPC over unix socket by default
713e5e7 update(deploy/helm): bump versions to 0.2.0
56c4d69 update(deploy/helm): gRPC over unix socket by default
d81a41d new(deploy/helm): gRPC over unix socket support
30ac411 build: avoid custom user
bffa9d6 chore(cmd): print timeout to log
5d5f6a3 update(docker)!: remove local Dockerfile
922713e new(cmd): gRPC over unix socket
95b8a0a feat(cmd): graceful shutdown
2ce1c9f update: switch to bidirectional gRPC
eaf43ae update(.github): fix contributing.md link
9b9c58e update(.github): remove release-note block from PR template

Docker images

  • docker pull falcosecurity/falco-exporter:latest
  • docker pull falcosecurity/falco-exporter:0.3.0

v0.2.0

25 Jun 09:26
Compare
Choose a tag to compare

Changelog

66d3be8 build(goreleaser): remove go mod tidy
628cecd update(grafana): add namespace and pod name
3e3da4a fix(cmd): correct /readiness status code
c55544a fix(deploy): correct readiness, add timeout (default to 2m)
4ed9d79 feat: add --timeout, enable exponential backoff, expose readiness endpoint
d56be55 update(pkg/exporter): split receiving from subscription
5a02ea3 update(pkg/exporter): add source label
0827a24 chore(pkg/exporter): labels renamed to k8s_ns_name and k8s_pod_name
c766c9b update(pkg/exporter): add namespace and pod name labels
11de13a fix(.circleci): add context for env vars
354fa76 fix(.goreleaser): enable docker image publishing
8472b24 docs(release.md): remove manual steps
0642840 docs: remove issue templates
fb22b6c build(.goreleaser.yaml): enable image push, disable snapshot and tag aliasing
bc84f37 build(.circleci): correct filters
b9739ba build: circleci configuration
032cfeb deps: bump base images version
3a052c1 build: use goreleaser to build and publis images

Docker images

  • docker pull falcosecurity/falco-exporter:latest
  • docker pull falcosecurity/falco-exporter:0.2.0

v0.1.0

17 Mar 16:43
Compare
Choose a tag to compare

Changelog

c678a71 fix: cleanup unneeded GO111MODULE=on
2ffa2ab docs: update README.md
16fa8fd docs: release process
b2b9894 build: releases using goreleaser
7ac0efe docs(grafana): add dashboard preview screenshot
32673b0 docs: grafana dashboard
318b233 new(grafana): Grafana dashboard
8fda532 docs: prerequisites and deploy instructions
e8bde2f docs(deply/k8s): Daemon Sets templates instruction
454270e fix(pkg/deploy): correct secret labels
dc9302f new(deploy/k8s): deployment templates for k8s
6450e83 update(deploy/helm): initial chart configuration
5febdfa new(deploy/helm): helm chart
dd6ef5e new(build): base dockerfile
c8ca49a chore: default certs path
51cbdcf feat: add hostname output
1b33d08 chore: non-root and alpine build
132d3f8 chore: multistage build
846e660 new: dockerfile for local builds
8c18f93 docs: issues templates
0ecfc8b docs: pull requests template
6db6524 new: owners file
8bbe83d update(LICENSE): copyright line
9752e7c chore: add Apache 2 License
a84e062 chore: rename module path
73c6a16 chore(cmd/falco-exporter): use Falco reserved port
3981658 docs: basic usage instructions
3d1eb7a build: makefile and go modules
85a4e2d feat(cmd/falco-exporter): root command
4e10472 feat(pkg/exporter): initial exporter package
06dc4e1 docs: README init