The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan d82666efaf
Publish SBOM and sign release artifacts
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-01-21 17:11:42 +02:00
.github/workflows Publish SBOM and sign release artifacts 2022-01-21 17:11:42 +02:00
api Downgrade fluxcd/pkg/apis/meta to v0.10.2 2022-01-11 15:02:41 +02:00
config drop capabilities, enable seccomp and enforce runAsNonRoot 2022-01-20 06:36:44 +00:00
controllers Update flux pkg components 2021-12-15 23:14:08 +01:00
docs Add docs for gitea 2022-01-12 14:44:29 +01:00
hack Update dependencies 2021-02-24 15:40:54 +02:00
internal Add fuzz testing for notifiers 2022-01-12 10:26:07 +00:00
tests/fuzz Add fuzz testing for notifiers 2022-01-12 10:26:07 +00: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.20.1 2022-01-11 16:03:29 +02:00
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 Add fuzz testing for notifiers 2022-01-12 10:26:07 +00:00
go.sum Add fuzz testing for notifiers 2022-01-12 10:26:07 +00:00
main.go Use conditions helper in reconciler 2021-11-01 14:20:12 +01: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