argoproj / gitops-engine

Democratizing GitOps
https://pkg.go.dev/github.com/argoproj/gitops-engine?tab=subdirectories
Apache License 2.0
1.7k stars 260 forks source link

Upgrade to k8s 1.24 #417

Closed gusfcarvalho closed 2 years ago

gusfcarvalho commented 2 years ago

Similarly to #364, I believe there are some incompatibility with gitops-engine and k8s 1.24 libraries: https://github.com/argoproj/gitops-engine/blob/master/pkg/utils/kube/resource_ops.go#L278 such as DryRunVerifier not being supported anymore.

I'm glad to take this issue if no one else can, but I'd need some input as I've never worked with these libraries before :).

jannfis commented 2 years ago

This apparently has been solved with https://github.com/argoproj/gitops-engine/pull/427