Preflight Checklist

  • [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.

Problem Description

Recommended to move off of using the gopkg.in/yaml.v3 package. This package is no longer maintained.

Proposed Solution

One option is to use sigs.k8s.io/yaml. That has minimal dependencies and should remain well maintained.

Alternatives Considered

No response

Additional Information

No response

Comment From: ccoVeille

For lazy people like me 😁, here is the repository link

https://github.com/kubernetes-sigs/yaml

Comment From: ccoVeille

Some alternative for records:

https://github.com/goccy/go-yaml

Please note, I have no preference in the library choice

Comment From: sagikazarmark

The yaml library has been replaced with a maintained fork by the yaml team.

I'd appreciate if someone could give it a try before releasing.

Thanks!