The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Matheus Pimenta d7cba67d48
Merge pull request #1160 from abhijith-darshan/feat/gh_app_tls
Add support for mTLS to GitHub App transport
2025-08-18 10:16:40 +01:00
.github Update dependabot config 2025-05-28 16:04:13 +03:00
api Remove deprecated APIs in group `notification.toolkit.fluxcd.io/v1beta1` 2025-08-08 15:11:48 +03:00
config Remove deprecated APIs in group `notification.toolkit.fluxcd.io/v1beta1` 2025-08-08 15:11:48 +03:00
docs Add support for mTLS to GitHub App transport 2025-08-18 11:03:43 +02:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Add support for mTLS to GitHub App transport 2025-08-18 11:03:43 +02: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 Add support for mTLS to GitHub App transport 2025-08-18 11:03:43 +02:00
go.sum Add support for mTLS to GitHub App transport 2025-08-18 11:03:43 +02:00
main.go [RFC-0010] Add default-service-account for lockdown 2025-08-18 01:44:25 +09: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