The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Max Jonas Werner 4b32bfd8d3
Merge pull request #503 from fluxcd/release-1.0.0-rc.1
Release 1.0.0-rc.1
2023-03-30 18:06:09 +02:00
.github/workflows Update Go to 1.20 2023-03-08 09:42:25 +01:00
api bump github.com/fluxcd/pkg/ dependencies 2023-03-30 15:47:49 +02:00
config Release 1.0.0-rc.1 2023-03-30 17:56:20 +02:00
docs document receivers.spec.resources.matchLabels in v1 API 2023-03-30 15:47:49 +02:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal move all controllers to `internal` package 2023-03-30 15:53:04 +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 release: pass `--yes` to cosign in signs 2023-03-08 13:26:54 +01:00
CHANGELOG.md Release 1.0.0-rc.1 2023-03-30 17:56:20 +02: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 move all controllers to `internal` package 2023-03-30 15:53:04 +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 Use GitRepository v1 as default version in receiver handler 2023-03-30 15:48:42 +02:00
PROJECT Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
README.md update to new doc links structure 2022-08-30 14:53:24 +02:00
go.mod Release 1.0.0-rc.1 2023-03-30 17:56:20 +02:00
go.sum bump github.com/fluxcd/pkg/ dependencies 2023-03-30 15:47:49 +02:00
main.go move all controllers to `internal` package 2023-03-30 15:53:04 +02: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