Skip to content

Commit d2872c2

Browse files
Bump fluxcd/flux2 to latest release
1 parent 84526d2 commit d2872c2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ projects:
105105
repos:
106106
- name: flux2
107107
versions:
108-
- tag: v2.8.3
108+
- tag: v2.8.5
109109
go_version: "1.26"
110110
- name: helm-controller
111111
versions:

projects/fluxcd/flux2/ATTRIBUTION.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ https://github.com/distribution/distribution
7171
** github.com/fluxcd/cli-utils/pkg; version v0.37.2-flux.1 --
7272
https://github.com/fluxcd/cli-utils
7373

74-
** github.com/fluxcd/flux2/v2; version v2.8.3 --
74+
** github.com/fluxcd/flux2/v2; version v2.8.5 --
7575
https://github.com/fluxcd/flux2/v2
7676

7777
** github.com/fluxcd/go-git-providers; version v0.26.0 --
@@ -86,10 +86,10 @@ https://github.com/fluxcd/image-automation-controller/api
8686
** github.com/fluxcd/image-reflector-controller/api/v1; version v1.1.1 --
8787
https://github.com/fluxcd/image-reflector-controller/api
8888

89-
** github.com/fluxcd/kustomize-controller/api/v1; version v1.8.2 --
89+
** github.com/fluxcd/kustomize-controller/api/v1; version v1.8.3 --
9090
https://github.com/fluxcd/kustomize-controller/api
9191

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

9595
** github.com/fluxcd/pkg/apis/acl; version v0.9.0 --
@@ -116,7 +116,7 @@ https://github.com/fluxcd/pkg/envsubst
116116
** github.com/fluxcd/pkg/git; version v0.43.1 --
117117
https://github.com/fluxcd/pkg/git
118118

119-
** github.com/fluxcd/pkg/kustomize; version v1.27.1 --
119+
** github.com/fluxcd/pkg/kustomize; version v1.27.2 --
120120
https://github.com/fluxcd/pkg/kustomize
121121

122122
** github.com/fluxcd/pkg/oci; version v0.60.1 --
@@ -137,7 +137,7 @@ https://github.com/fluxcd/pkg/ssh
137137
** github.com/fluxcd/pkg/version; version v0.12.0 --
138138
https://github.com/fluxcd/pkg/version
139139

140-
** github.com/fluxcd/source-controller/api/v1; version v1.8.1 --
140+
** github.com/fluxcd/source-controller/api/v1; version v1.8.2 --
141141
https://github.com/fluxcd/source-controller/api
142142

143143
** github.com/fluxcd/source-watcher/api/v2/v1beta1; version v2.1.1 --

projects/fluxcd/flux2/CHECKSUMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
e32b32aa7ce8018b2012fc001020a46062765648997272dcde68d974e74118d3 _output/bin/flux2/linux-amd64/flux
2-
c23fd9bd79aa8326eaee2223c1845be22339a58cd06645c3a96c728052d7d949 _output/bin/flux2/linux-arm64/flux
1+
787d4ecf14a88dcc11b5555c607022a9d4b744376018ed05f0154542fefdc349 _output/bin/flux2/linux-amd64/flux
2+
5db141124677533992eab8904c8732683a7ca366ff8885dc9c4b6088980edda7 _output/bin/flux2/linux-arm64/flux

projects/fluxcd/flux2/GIT_TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.8.3
1+
v2.8.5

projects/fluxcd/flux2/README.md

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

55
[Flux](https://github.com/fluxcd/flux2) is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when new code is deployed.
@@ -17,7 +17,7 @@ review carefully and if there are questions about changes necessary to eks-anywh
1717
and/or automatically update between eks-anywhere version reach out to @jiayiwang7 or @danbudris
1818
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
1919
1. Compare the old tag to the new, looking specifically for Makefile changes.
20-
ex: [v2.1.2 compared to v2.8.3](https://github.com/fluxcd/flux2/compare/v2.1.2...v2.2.1). Check the `build` target for
20+
ex: [v2.1.2 compared to v2.8.5](https://github.com/fluxcd/flux2/compare/v2.1.2...v2.2.1). Check the `build` target for
2121
any build flag changes, tag changes, dependencies, etc. Check that the manifest target has not changed, this is called
2222
from our Makefile.
2323
1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also

0 commit comments

Comments
 (0)