The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan 2503bda903
Merge pull request #1128 from fluxcd/fix-docs-markdown
Fix links in provider API doc
2025-05-29 17:17:07 +03:00
.github Update dependabot config 2025-05-28 16:04:13 +03:00
api CrossNamespaceObjectReference: Fix MaxLength validation to kubernetes max size of 253 2025-05-27 10:34:25 +01:00
config Release v1.6.0 2025-05-27 15:13:55 +01:00
docs Fix links in provider API doc 2025-05-29 17:09:54 +03:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Fix Slack chat.postMessage error handling 2025-05-24 18:23:45 +09:00
tests Update to Kubernetes 1.33.0 and Go 1.24.0 2025-04-29 15:45:24 +03:00
.gitignore fix makefile envtest and controller-gen usage 2022-01-12 18:51:59 +05:30
.goreleaser.yaml Adapt config to GoRelease v2 2024-06-11 09:33:07 +03:00
CHANGELOG.md Add changelog entry for v1.6.0 2025-05-27 15:12:52 +01: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 Kubernetes 1.33.0 and Go 1.24.0 2025-04-29 15:45:24 +03:00
Dockerfile Update to Kubernetes 1.33.0 and Go 1.24.0 2025-04-29 15:45:24 +03:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Add @matheuscscp to core maintainers (remove from maintainers) 2024-12-03 12:33:13 +00:00
Makefile Update controller-runtime to v0.21.0 2025-05-23 18:28:14 +03:00
PROJECT Add Alert and Provider v1beta3 API 2023-11-28 16:17:03 +05:30
README.md Remove old/incorrect API version usage 2023-12-19 18:25:16 +05:30
go.mod Release v1.6.0 2025-05-27 15:13:55 +01:00
go.sum Update dependencies 2025-05-25 14:59:39 +01:00
main.go [RFC-0010] Introduce feature gate 2025-05-19 14:15: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