Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ projects:
go_version: "1.25"
- name: notification-controller
versions:
- tag: v1.8.2
- tag: v1.8.3
go_version: "1.26"
- name: source-controller
versions:
Expand Down
4 changes: 2 additions & 2 deletions projects/fluxcd/notification-controller/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ https://github.com/docker/cli
** github.com/fluxcd/cli-utils/pkg; version v0.37.2-flux.1 --
https://github.com/fluxcd/cli-utils

** github.com/fluxcd/notification-controller; version v1.8.2 --
** github.com/fluxcd/notification-controller; version v1.8.3 --
https://github.com/fluxcd/notification-controller

** github.com/fluxcd/notification-controller/api/v1; version v1.8.2 --
** github.com/fluxcd/notification-controller/api/v1; version v1.8.3 --
https://github.com/fluxcd/notification-controller/api

** github.com/fluxcd/pkg/apis/acl; version v0.9.0 --
Expand Down
4 changes: 2 additions & 2 deletions projects/fluxcd/notification-controller/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2269f61e2ec58c292fa013537c0f98bbb920dbc14a2ed0afa54bb81e2d865f0d _output/bin/notification-controller/linux-amd64/notification-controller
1b015c7b3a2f19b5b8fe82c7b8249bbab6bfe95d88bdf25f013d6d74f34d201e _output/bin/notification-controller/linux-arm64/notification-controller
c3b0c7f02d59a8ba87dc5a3a10e7546f56e6d1e119bf9c69444b6b6ea0f4703d _output/bin/notification-controller/linux-amd64/notification-controller
6dbd93cd0e1650c3fc695c370fbb55d842a4c5bc8bcfc3b63a76c0a3734871b0 _output/bin/notification-controller/linux-arm64/notification-controller
2 changes: 1 addition & 1 deletion projects/fluxcd/notification-controller/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.2
v1.8.3
4 changes: 2 additions & 2 deletions projects/fluxcd/notification-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Notification Controller**
![Version](https://img.shields.io/badge/version-v1.8.2-blue)
![Version](https://img.shields.io/badge/version-v1.8.3-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVDhSNCt1djNtRytnWTgvQ01BMW13b2Y1YmZPakRrSGlRWitKZ0ZLZUdaS2xxclpLOFNidnBHNjBFWjRueHpOaGRrMzV5OUhLLzhRWHgyaC85R2tET2JZPSIsIml2UGFyYW1ldGVyU3BlYyI6IlZpNGwrazFrZndNMWE4cTciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

The [notification-controller](https://github.com/fluxcd/notification-controller) is a Kubernetes operator specialized in handling inbound and outbound events. The controller exposes an HTTP endpoint for receiving events from other controllers. It can be configured with Kubernetes custom resources such as `Alert`, `Event`,`Provider` and `Receiver` to define how events are processed and where to dispatch them.
Expand All @@ -15,7 +15,7 @@ about changes necessary to eks-anywhere to support the new version and/or automa
eks-anywhere version reach out to @jiayiwang7 or @danbudris
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
1. Compare the old tag to the new, looking specifically for Makefile changes.
ex: [v1.2.2 compared to v1.8.2](https://github.com/fluxcd/notification-controller/compare/v1.2.2...v1.2.3). Check the `manager` target for
ex: [v1.2.2 compared to v1.8.3](https://github.com/fluxcd/notification-controller/compare/v1.2.2...v1.2.3). Check the `manager` target for
any build flag changes, tag changes, dependencies, etc.
1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also
a [dockerfile](https://github.com/fluxcd/notification-controller/blob/main/Dockerfile#L5) they use for building which has it defined.
Expand Down
Loading