The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan 9566e80d91
Merge pull request #562 from fluxcd/go.mod-1.20
Align `go.mod` version with Kubernetes (Go 1.20)
2023-06-27 08:34:29 +03:00
.github Add SLSA3 generators to release workflow 2023-06-22 15:19:59 +03:00
api Align go.mod version with Kubernetes (Go 1.20) 2023-06-26 19:23:13 +03:00
config Add Provider for Google Pub/Sub Topic 2023-06-16 17:08:11 +01:00
docs docs: fix generic webhook example 2023-06-20 13:37:28 +00:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Improve error messages in Gitea notifier 2023-06-21 08:42:57 +02:00
tests/fuzz Align go.mod version with Kubernetes (Go 1.20) 2023-06-26 19:23:13 +03:00
.gitignore fix makefile envtest and controller-gen usage 2022-01-12 18:51:59 +05:30
.goreleaser.yaml Add SLSA3 generators to release workflow 2023-06-22 15:19:59 +03:00
CHANGELOG.md Release v1.0.0-rc.4 2023-05-26 18:26:32 +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 to new doc links structure 2022-08-30 14:53:24 +02:00
Dockerfile Remove the tini supervisor 2023-05-24 10:58:51 +03: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 Remove the tini supervisor 2023-05-24 10:58:51 +03:00
PROJECT Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
README.md update to new doc links structure 2022-08-30 14:53:24 +02:00
go.mod Align go.mod version with Kubernetes (Go 1.20) 2023-06-26 19:23:13 +03:00
go.sum Add Provider for Google Pub/Sub Topic 2023-06-16 17:08:11 +01:00
main.go Rename controllers to controller 2023-05-24 10:58:18 +03: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