Skip to content

Commit d2a37f9

Browse files
Bump fluxcd/source-controller to latest release
1 parent f664de7 commit d2a37f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ projects:
121121
go_version: "1.25"
122122
- name: source-controller
123123
versions:
124-
- tag: v1.7.0
124+
- tag: v1.7.4
125125
go_version: "1.25"
126126
- org: goharbor
127127
repos:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.7.0
1+
v1.7.4

projects/fluxcd/source-controller/README.md

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

55
The [source-controller](https://github.com/fluxcd/source-controller) is a Kubernetes operator specialized in artifacts acquisition from external sources such as Git, Helm repositories and S3 buckets. The controller watches for `Source` objects in a cluster and acts on them. It was designed with the goal of offloading the sources' registration, authentication, verification and resource-fetching to a dedicated controller.
@@ -26,7 +26,7 @@ about calling breaking changes and other upgrade gotchas between release. Please
2626
about changes necessary to eks-anywhere to support the new version and/or automatically update between
2727
eks-anywhere version reach out to @jiayiwang7 or @danbudris
2828
1. Compare the old tag to the new, looking specifically for Makefile changes.
29-
ex: [v1.2.2 compared to v1.7.0](https://github.com/fluxcd/source-controller/compare/v1.2.2...v1.2.3). Check the `build` target for
29+
ex: [v1.2.2 compared to v1.7.4](https://github.com/fluxcd/source-controller/compare/v1.2.2...v1.2.3). Check the `build` target for
3030
any build flag changes, tag changes, dependencies, etc.
3131
1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also
3232
a [dockerfile](https://github.com/fluxcd/source-controller/blob/main/Dockerfile#L2) they use for building which has it defined.

0 commit comments

Comments
 (0)