The GitOps Toolkit event forwarder and notification dispatcher
Go to file
dependabot[bot] 129f60e6e6
build(deps): bump the ci group across 1 directory with 6 updates
Bumps the ci group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.4` | `4.1.6` |
| [korthout/backport-action](https://github.com/korthout/backport-action) | `2.5.0` | `3.0.2` |
| [docker/login-action](https://github.com/docker/login-action) | `3.1.0` | `3.2.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.15.11` | `0.16.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `5.0.0` | `6.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2.13.4` | `3.25.8` |



Updates `actions/checkout` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...a5ac7e51b4)

Updates `korthout/backport-action` from 2.5.0 to 3.0.2
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](ef20d86abc...bd410d37cd)

Updates `docker/login-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](e92390c5fb...0d4c9c5ea7)

Updates `anchore/sbom-action` from 0.15.11 to 0.16.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](7ccf588e3c...e8d2a6937e)

Updates `goreleaser/goreleaser-action` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](7ec5c2b0c6...286f3b13b1)

Updates `github/codeql-action` from 2.13.4 to 3.25.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](cdcdbb5797...2e230e8fe0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: korthout/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 07:35:41 +00:00
.github build(deps): bump the ci group across 1 directory with 6 updates 2024-06-05 07:35:41 +00:00
api Update runtime dependencies 2024-05-02 21:02:29 +03:00
config Release v1.3.0 2024-05-06 14:34:36 +03:00
docs Alertmanager: Change timestamp label to .StartsAt 2024-04-27 16:20:12 +05:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Update Helm APIs to v1 2024-05-02 21:00:30 +03:00
tests/fuzz Update dependencies to Go 1.22 and Kubernetes 1.29.3 2024-04-02 15:32:20 +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.3.0 2024-05-06 14:34:06 +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 Update dependencies to Go 1.22 and Kubernetes 1.29.3 2024-04-02 15:32:20 +03: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 dependencies to Kubernetes 1.30 2024-04-26 12:33:21 +03: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 Release v1.3.0 2024-05-06 14:34:36 +03:00
go.sum build(deps): bump the go-deps group with 3 updates 2024-05-06 08:05:11 +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