Skip to content

Commit 1ebf5cc

Browse files
Bump fluxcd/notification-controller to latest release
1 parent 8dedae7 commit 1ebf5cc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ projects:
117117
go_version: "1.25"
118118
- name: notification-controller
119119
versions:
120-
- tag: v1.8.2
120+
- tag: v1.8.3
121121
go_version: "1.26"
122122
- name: source-controller
123123
versions:

projects/fluxcd/notification-controller/ATTRIBUTION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ https://github.com/docker/cli
3838
** github.com/fluxcd/cli-utils/pkg; version v0.37.2-flux.1 --
3939
https://github.com/fluxcd/cli-utils
4040

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

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

4747
** github.com/fluxcd/pkg/apis/acl; version v0.9.0 --
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2269f61e2ec58c292fa013537c0f98bbb920dbc14a2ed0afa54bb81e2d865f0d _output/bin/notification-controller/linux-amd64/notification-controller
2-
1b015c7b3a2f19b5b8fe82c7b8249bbab6bfe95d88bdf25f013d6d74f34d201e _output/bin/notification-controller/linux-arm64/notification-controller
1+
c3b0c7f02d59a8ba87dc5a3a10e7546f56e6d1e119bf9c69444b6b6ea0f4703d _output/bin/notification-controller/linux-amd64/notification-controller
2+
6dbd93cd0e1650c3fc695c370fbb55d842a4c5bc8bcfc3b63a76c0a3734871b0 _output/bin/notification-controller/linux-arm64/notification-controller
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.2
1+
v1.8.3

projects/fluxcd/notification-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **Notification Controller**
2-
![Version](https://img.shields.io/badge/version-v1.8.2-blue)
2+
![Version](https://img.shields.io/badge/version-v1.8.3-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVDhSNCt1djNtRytnWTgvQ01BMW13b2Y1YmZPakRrSGlRWitKZ0ZLZUdaS2xxclpLOFNidnBHNjBFWjRueHpOaGRrMzV5OUhLLzhRWHgyaC85R2tET2JZPSIsIml2UGFyYW1ldGVyU3BlYyI6IlZpNGwrazFrZndNMWE4cTciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
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.
@@ -15,7 +15,7 @@ about changes necessary to eks-anywhere to support the new version and/or automa
1515
eks-anywhere version reach out to @jiayiwang7 or @danbudris
1616
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
1717
1. Compare the old tag to the new, looking specifically for Makefile changes.
18-
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
18+
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
1919
any build flag changes, tag changes, dependencies, etc.
2020
1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also
2121
a [dockerfile](https://github.com/fluxcd/notification-controller/blob/main/Dockerfile#L5) they use for building which has it defined.

0 commit comments

Comments
 (0)