You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
17
17
and/or automatically update between eks-anywhere version reach out to @jiayiwang7 or @danbudris
18
18
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
19
19
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
21
21
any build flag changes, tag changes, dependencies, etc. Check that the manifest target has not changed, this is called
22
22
from our Makefile.
23
23
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