""" Multus Version Repo: https://github.com/k8snetworkplumbingwg/multus-cni Release Cadence: - Upgrade to every minor release when patch version reaches x.x.2. For example 4.0.2, 3.9.2. - Upgrade to every major release. Updating: 1. Update VERSION value to release. 2. Run `just third_party/k8s/multus/update` """ VERSION = "v4.1.1" REGISTRY = "ghcr.io" REPO = "k8snetworkplumbingwg"