The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Sunny be94e47ea0
Release v0.22.3
Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-03-16 01:51:10 +05:30
.github/workflows Pass headers to generic provider through secretRef 2022-01-26 12:39:02 +01:00
api api: Move Status in CRD printcolumn to the end 2022-02-24 02:12:36 +05:30
config Release v0.22.3 2022-03-16 01:51:10 +05:30
controllers Add basic auth support to grafana provider 2022-02-21 12:37:38 +00:00
docs Add basic auth support to grafana provider 2022-02-21 12:37:38 +00:00
hack Update dependencies 2021-02-24 15:40:54 +02:00
internal Add basic auth support to grafana provider 2022-02-21 12:37:38 +00:00
tests/fuzz Pass headers to generic provider through secretRef 2022-01-26 12:39:02 +01:00
.gitignore fix makefile envtest and controller-gen usage 2022-01-12 18:51:59 +05:30
.goreleaser.yaml Publish SBOM and sign release artifacts 2022-01-21 17:11:42 +02:00
CHANGELOG.md Release v0.22.3 2022-03-16 01:51:10 +05:30
CODE_OF_CONDUCT.md Init controller 2020-06-29 15:45:22 +03:00
DCO Init controller 2020-06-29 15:45:22 +03:00
DEVELOPMENT.md Update dev docs 2022-01-12 23:02:50 +00:00
Dockerfile drop capabilities, enable seccomp and enforce runAsNonRoot 2022-01-20 06:36:44 +00:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Add Somtochi as a maintainer 2021-08-26 11:07:16 +01:00
Makefile Replace cifuzz with custom smoke test 2022-01-13 16:27:56 +00:00
PROJECT Promote API to v1beta1 2020-09-30 18:21:17 +03:00
README.md Add CII badge 2021-04-08 12:30:12 +02:00
go.mod Release v0.22.3 2022-03-16 01:51:10 +05:30
go.sum Update github.com/gin-gonic/gin to v1.7.7 (CVE fix) 2022-02-25 09:11:05 +00:00
main.go Allow disabling cross-namespace event sources 2022-01-28 10:30:31 +02:00

README.md

notification-controller

CII Best Practices e2e report license release

Event forwarder and notification dispatcher for the GitOps Toolkit controllers. The notification-controller is an implementation of the notification.toolkit.fluxcd.io API based on the specifications described in the RFC.

overview