c9d6f5f Update to Kubernetes 1.26.3

Authored and Committed by buckaroogeek a year ago
0 file changed. 0 lines added. 0 lines removed.
    Update to Kubernetes 1.26.3
    
    Update to 1.26.3 from upstream. Resolves, in part, #2179470. Primarily
    bug fixes. Upstream change log at
    https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#changelog-since-v1262.
    
    With this release upstream modified how go lang versions: "The go
    version defined in .go-version is now fetched when invoking test, build,
    and code generation targets if the current go version does not match it.
    Set $FORCE_HOST_GO=y while testing or building to skip this behavior, or
    set $GO_VERSION to override the selected go version.".
    
    Fedora now uses $FORCE_HOST_GO=y to retain existing practice for
    Kubernetes rpms and golang - the built with version from upstream is the
    acceptable minimum in the spec file; the version is go.mod is used by
    the host go compiler to set the api standard.