allenporter / flux-local

flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
https://allenporter.github.io/flux-local/
Apache License 2.0
155 stars 22 forks source link

fix: update flux-cli to `2.3.0` #675

Closed onedr0p closed 6 months ago

onedr0p commented 6 months ago

API versions have changed so this is needed for those on the newer version. I am not sure if it will work for those still on < 2.3.0 though. It might beed to be part of a larger change if you need to change any code for 2.3.0.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.42%. Comparing base (829d00e) to head (ac4aae7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #675 +/- ## ======================================= Coverage 93.42% 93.42% ======================================= Files 20 20 Lines 2128 2128 ======================================= Hits 1988 1988 Misses 140 140 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

allenporter commented 6 months ago

Presumably we should have a test of this against the test data repos checked into this repo to verify...

allenporter commented 6 months ago

Renovate isn't working on this file? since it should have been updated in https://github.com/allenporter/flux-local/pull/677

allenporter commented 6 months ago

Oh it was updated in https://github.com/allenporter/flux-local/pull/677 :)