The GitOps Toolkit event forwarder and notification dispatcher
Go to file
dependabot[bot] 6dafac748f
build(deps): bump the go-deps group with 2 updates
Bumps the go-deps group with 2 updates: [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `cloud.google.com/go/pubsub` from 1.36.0 to 1.36.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.36.0...pubsub/v1.36.1)

Updates `google.golang.org/api` from 0.160.0 to 0.161.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.160.0...v0.161.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 08:05:35 +00:00
.github dependabot: Ignore `go-logr` package 2024-01-29 15:24:47 +02:00
api Update API to Kubernetes v1.28.6 2024-01-29 15:39:57 +02:00
config Remove old/incorrect API version usage 2023-12-19 18:25:16 +05:30
docs fix typo in docs/spec/v1beta3/providers.md 2024-01-26 20:04:14 +05:30
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Fix BitBucket status update panic 2024-01-30 15:23:38 +02:00
tests/fuzz Update Go to 1.21.x 2023-12-06 09:02:25 +01: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.3 2023-12-14 18:09:08 +05:30
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 09:04:49 +01:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS change company 2024-01-09 19:48:47 +01:00
Makefile Update Go to 1.21.x 2023-12-06 09:02:25 +01: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 build(deps): bump the go-deps group with 2 updates 2024-01-31 08:05:35 +00:00
go.sum build(deps): bump the go-deps group with 2 updates 2024-01-31 08:05:35 +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