The GitOps Toolkit event forwarder and notification dispatcher
Go to file
dependabot[bot] c51ac08026
build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /api
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 07:24:23 +00:00
.github build(deps): bump the ci group with 1 update 2023-09-25 07:28:16 +00:00
api build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /api 2023-10-12 07:24:23 +00:00
config Release v1.1.0 2023-08-23 16:57:47 +03:00
docs Fix README.md links to notification APIs 2023-09-16 12:28:33 +03:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal misc: fix hypothetical implicit memory aliasing 2023-10-11 15:02:56 +02:00
tests/fuzz Align go.mod version with Kubernetes (Go 1.20) 2023-06-26 19:23:13 +03: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.1.0 2023-08-23 16:56:56 +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 update to new doc links structure 2022-08-30 14:53:24 +02:00
Dockerfile Remove the tini supervisor 2023-05-24 10:58:51 +03: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 Remove the tini supervisor 2023-05-24 10:58:51 +03: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 build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 2023-10-11 23:05:14 +00:00
go.sum build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 2023-10-11 23:05:14 +00:00
main.go Delete stale metrics on object delete 2023-08-15 02:37:58 +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