fluxcd / flux

Successor: https://github.com/fluxcd/flux2
https://fluxcd.io
Apache License 2.0
6.9k stars 1.08k forks source link

Go Yaml v3 #3640

Closed kingdonb closed 2 years ago

kingdonb commented 2 years ago

Unsure why this apparently causes tests to fail

stefanprodan commented 2 years ago

yaml v3 is not backwards compatible with v2, why are we doing such major changes in Flux v1?

kingdonb commented 2 years ago

We aren't, I figured it out in #3639 – it should pass now.

Flux will stay on yaml.v2

Some dependencies have moved on to yaml.v3 but they pin an incorrect version with a CVE.

We can replace it and no more CVE warnings 👍