The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan 478718ee48
Merge pull request #907 from fluxcd/go-1.23
Build with Go 1.23
2024-08-15 16:00:53 +03:00
.github Build with Go 1.23 2024-08-15 09:36:36 -03:00
api Upgrade dependencies 2024-08-15 09:03:03 -03:00
config Release v1.3.0 2024-05-06 14:34:36 +03:00
docs chore: set stringData for secret of github PAT in githubdispatch provider doc 2024-07-09 10:42:28 +02:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Upgrade dependencies 2024-08-15 09:03:03 -03:00
tests/fuzz Build with Go 1.23 2024-08-15 09:36:36 -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.3.0 2024-05-06 14:34:06 +03: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 Build with Go 1.23 2024-08-15 09:36:36 -03:00
Dockerfile Build with Go 1.23 2024-08-15 09:36:36 -03:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Add matheuscscp as maintainer 2024-07-03 15:35:51 +01:00
Makefile Update dependencies to Kubernetes 1.30 2024-04-26 12:33:21 +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 Upgrade dependencies 2024-08-15 09:03:03 -03:00
go.sum Upgrade dependencies 2024-08-15 09:03:03 -03:00
main.go Add alert and provider reconcilers for migration 2023-11-28 16:17:03 +05:30

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