The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Somtochi Onyekwere 72a1668cd4
Merge pull request #448 from fluxcd/receiver-new-servemux
receiver: Use new ServeMux
2022-12-01 14:39:04 +01:00
.github/workflows Update Go to 1.19 2022-09-26 18:18:32 +03:00
api api: update dependencies 2022-11-22 10:05:51 +00:00
config Release v0.29.0 2022-11-22 12:35:26 +00:00
controllers Refactor notifiers to use Event API v1beta1 2022-11-22 11:00:25 +00:00
docs docs: update spec to reflect v1beta1 Event API 2022-11-22 12:14:37 +00:00
hack Update dependencies 2021-02-24 15:40:54 +02:00
internal receiver: Use new ServeMux 2022-12-01 18:30:20 +05:30
tests/fuzz build: Improve fuzz tests' reliability 2022-11-23 14:56:32 +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.29.0 2022-11-22 12:35:26 +00: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 to new doc links structure 2022-08-30 14:53:24 +02:00
Dockerfile Remove nsswitch.conf creation 2022-11-14 17:40:37 +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 Update Go to 1.19 2022-09-26 18:18:32 +03:00
PROJECT Promote API to v1beta1 2020-09-30 18:21:17 +03:00
README.md update to new doc links structure 2022-08-30 14:53:24 +02:00
go.mod Release v0.29.0 2022-11-22 12:35:26 +00:00
go.sum Update dependencies 2022-11-22 10:13:10 +00:00
main.go Add flags to configure exponential back-off retry 2022-08-09 17:49:57 +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