...

Text file src/edge-infra.dev/third_party/k8s/multus/version.bzl

Documentation: edge-infra.dev/third_party/k8s/multus

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

View as plain text