The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan c4377ceb51
Merge pull request #231 from makkes/default-observed-generation
feat: set default observedGeneration to -1 on CRDs
2021-08-28 10:01:13 +03:00
.github/workflows feat: set default observedGeneration to -1 on CRDs 2021-08-27 17:18:38 +02:00
api feat: set default observedGeneration to -1 on CRDs 2021-08-27 17:18:38 +02:00
config feat: set default observedGeneration to -1 on CRDs 2021-08-27 17:18:38 +02:00
controllers Fix error message formats 2021-04-21 13:07:35 +02:00
docs feat: set default observedGeneration to -1 on CRDs 2021-08-27 17:18:38 +02:00
hack Update dependencies 2021-02-24 15:40:54 +02:00
internal Add support for Matrix notification 2021-08-26 10:21:50 +01:00
.gitignore Init controller 2020-06-29 15:45:22 +03:00
CHANGELOG.md Release v0.16.0 2021-08-26 14:10:29 +03:00
CODE_OF_CONDUCT.md Init controller 2020-06-29 15:45:22 +03:00
CONTRIBUTING.md Init controller 2020-06-29 15:45:22 +03:00
DCO Init controller 2020-06-29 15:45:22 +03:00
Dockerfile Update dependencies 2021-06-08 14:39:53 +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 Update dependencies 2021-06-08 14:39:53 +03: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.16.0 2021-08-26 14:10:29 +03:00
go.sum Release v0.16.0 2021-08-26 14:10:29 +03:00
main.go Remove rate limiter from receiver 2021-04-01 10:50:29 +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