kube-gen icon indicating copy to clipboard operation
kube-gen copied to clipboard

[dependency] Upgrade kubernetes client

Open lhriley opened this issue 1 year ago • 1 comments

The kubernetes client is getting pretty ancient, and should be upgraded to a modern version.

https://github.com/kubernetes/client-go

Current version is

https://github.com/kylemcc/kube-gen/blob/16e1462f32d6feb6419dacfdaa52789188de2cd6/go.mod#L9C26-L10C1

from

https://github.com/kubernetes/client-go/releases/tag/v0.24.2

lhriley avatar Jan 23 '24 20:01 lhriley

@lhriley Yeah, agreed. Have let the dependencies stagnate quite a bit here. I'm not as heavy a k8s user these day, but happy to accept a PR if you have the bandwidth. Otherwise, I can take a look this weekend.

kylemcc avatar Jan 31 '24 01:01 kylemcc