Closed TobyPinfold closed 3 weeks ago
links to #358
In order to utilise more recent gRPC libraries we need to upgrade the version of controller-gen used. It currently is using version 0.4.1 which is many years out of date.
This PR upgrades the version used to 0.12.0 which supports v1.27 k8s and above See here for compatibility. This should be acceptable given it is already an unsupported version See here for k8s supported versions
links to #358
In order to utilise more recent gRPC libraries we need to upgrade the version of controller-gen used. It currently is using version 0.4.1 which is many years out of date.
This PR upgrades the version used to 0.12.0 which supports v1.27 k8s and above See here for compatibility. This should be acceptable given it is already an unsupported version See here for k8s supported versions