The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan a75b04398a
Update dependencies
- k8s.io/* v0.26.1
- sigs.k8s.io/controller-runtime v0.14.2
- github.com/Azure/azure-amqp-common-go/v4 v4.0.0
- github.com/Azure/azure-event-hubs-go/v3 v3.4.0
- github.com/ktrysmt/go-bitbucket v0.9.55
- github.com/xanzy/go-gitlab v0.79.0
- github.com/getsentry/sentry-go v0.17.0
- github.com/fluxcd/pkg/runtime v0.27.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2023-01-30 14:36:22 +02:00
.github/workflows Update dependencies 2023-01-30 14:36:22 +02:00
api Update dependencies 2023-01-30 14:36:22 +02:00
config Release v0.30.2 2022-12-22 14:53:12 +02:00
controllers Update dependencies 2023-01-30 14:36:22 +02:00
docs fix secret name in example 2023-01-16 15:14:02 +01:00
hack Refactor reconcilers and introduce v1beta2 API 2022-12-09 11:03:53 +00:00
internal Update dependencies 2023-01-30 14:36:22 +02:00
tests/fuzz fuzz: Use build script from upstream 2022-12-14 21:54:36 +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 docs: fix up typos in providers document and changelog 2022-12-28 14:33:44 +08: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 Update Alpine to v3.17 2023-01-30 13:40:15 +02: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 2023-01-30 14:36:22 +02:00
PROJECT Refactor reconcilers and introduce v1beta2 API 2022-12-09 11:03:53 +00:00
README.md update to new doc links structure 2022-08-30 14:53:24 +02:00
go.mod Update dependencies 2023-01-30 14:36:22 +02:00
go.sum Update dependencies 2023-01-30 14:36:22 +02:00
main.go Issue warning events on reconciliation errors 2022-12-09 12:05:51 +00: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