The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan c5bf42ae19
Merge pull request #764 from fluxcd/backport-763-to-release/v1.2.x
[release/v1.2.x] Update controller-gen to v0.14.0
2024-03-12 17:54:16 +02:00
.github Backport workflows changes from the main branch 2024-01-31 13:37:51 +00:00
api Update controller-gen to v0.14.0 2024-03-12 15:14:15 +00:00
config Update controller-gen to v0.14.0 2024-03-12 15:14:15 +00:00
docs Add the Provider `.spec.timeout` field to the API docs 2024-03-07 19:08:32 +00:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Fix timout propagation for alerts 2024-03-07 19:08:32 +00:00
tests/fuzz Update Go to 1.21.x 2023-12-06 08:37:55 +00:00
.gitignore fix makefile envtest and controller-gen usage 2022-01-12 18:51:59 +05:30
.goreleaser.yaml Add SLSA3 generators to release workflow 2023-06-22 15:19:59 +03:00
CHANGELOG.md Add changelog entry for v1.2.4 2024-02-01 13:07:02 +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 build: update Alpine to 3.19 2023-12-11 08:20:05 +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 controller-gen to v0.14.0 2024-03-12 15:14:15 +00: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 13:42:36 +00:00
go.mod Release v1.2.4 2024-02-01 13:09:18 +00:00
go.sum build(deps): bump the go-deps group with 2 updates 2024-01-31 12:11:39 +00: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