Skip to content

Commit 8530839

Browse files
Bump fluxcd/kustomize-controller to latest release
1 parent f629ef9 commit 8530839

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ projects:
113113
go_version: "1.25"
114114
- name: kustomize-controller
115115
versions:
116-
- tag: v1.7.3
117-
go_version: "1.25"
116+
- tag: v1.8.0
117+
go_version: "1.26"
118118
- name: notification-controller
119119
versions:
120120
- tag: v1.7.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.7.3
1+
v1.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25
1+
1.26

projects/fluxcd/kustomize-controller/README.md

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

55
The [kustomize-controller](https://github.com/fluxcd/kustomize-controller) is a Kubernetes operator, specialized in running continuous delivery pipelines for infrastructure and workloads defined with Kubernetes manifests and assembled with Kustomize.
@@ -30,7 +30,7 @@ about changes necessary to eks-anywhere to support the new version and/or automa
3030
eks-anywhere version reach out to @jiayiwang7 or @danbudris
3131
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
3232
1. Compare the old tag to the new, looking specifically for Makefile changes.
33-
ex: [v1.1.1 compared to v1.7.3](https://github.com/fluxcd/kustomize-controller/compare/v1.1.1...v1.2.1). Check the `manager` target for
33+
ex: [v1.1.1 compared to v1.8.0](https://github.com/fluxcd/kustomize-controller/compare/v1.1.1...v1.2.1). Check the `manager` target for
3434
any build flag changes, tag changes, dependencies, etc.
3535
1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also
3636
a [dockerfile](https://github.com/fluxcd/kustomize-controller/blob/main/Dockerfile#L5) they use for building which has it defined.

0 commit comments

Comments
 (0)