k8snetworkplumbingwg / ovs-cni

Open vSwitch CNI plugin
Apache License 2.0
224 stars 71 forks source link

chore(deps): update all dependencies on main (main) #328

Open redhat-renovate-bot opened 3 months ago

redhat-renovate-bot commented 3 months ago

This PR contains the following updates:

Package Type Update Change
dario.cat/mergo require patch v1.0.0 -> v1.0.1
github.com/containernetworking/plugins require minor v1.5.1 -> v1.6.0
github.com/golang/glog require patch v1.2.2 -> v1.2.3
github.com/k8snetworkplumbingwg/network-attachment-definition-client require patch v1.7.1 -> v1.7.5
github.com/onsi/ginkgo/v2 require minor v2.20.0 -> v2.22.0
github.com/onsi/gomega require minor v1.34.1 -> v1.36.0
github.com/vishvananda/netlink require minor v1.2.1-beta.2 -> v1.3.0
k8s.io/api replace patch v0.31.0 -> v0.31.3
k8s.io/api require patch v0.31.0 -> v0.31.3
k8s.io/apiextensions-apiserver replace patch v0.31.0 -> v0.31.3
k8s.io/apimachinery replace patch v0.31.0 -> v0.31.3
k8s.io/apimachinery require patch v0.31.0 -> v0.31.3
k8s.io/apiserver replace patch v0.31.0 -> v0.31.3
k8s.io/cli-runtime replace patch v0.31.0 -> v0.31.3
k8s.io/client-go replace patch v0.31.0 -> v0.31.3
k8s.io/client-go require patch v0.31.0 -> v0.31.3
k8s.io/cloud-provider replace patch v0.31.0 -> v0.31.3
k8s.io/cluster-bootstrap replace patch v0.31.0 -> v0.31.3
k8s.io/code-generator replace patch v0.31.0 -> v0.31.3
k8s.io/component-base replace patch v0.31.0 -> v0.31.3
k8s.io/cri-api replace patch v0.31.0 -> v0.31.3
k8s.io/csi-translation-lib replace patch v0.31.0 -> v0.31.3
k8s.io/kube-aggregator replace patch v0.31.0 -> v0.31.3
k8s.io/kube-controller-manager replace patch v0.31.0 -> v0.31.3
k8s.io/kube-proxy replace patch v0.31.0 -> v0.31.3
k8s.io/kube-scheduler replace patch v0.31.0 -> v0.31.3
k8s.io/kubectl replace patch v0.31.0 -> v0.31.3
k8s.io/kubelet replace patch v0.31.0 -> v0.31.3
k8s.io/legacy-cloud-providers replace patch v0.30.4 -> v0.30.7
k8s.io/metrics replace patch v0.31.0 -> v0.31.3
k8s.io/sample-apiserver replace patch v0.31.0 -> v0.31.3

Release Notes

containernetworking/plugins (github.com/containernetworking/plugins) ### [`v1.6.0`](https://redirect.github.com/containernetworking/plugins/releases/tag/v1.6.0): CNI plugins v1.6.0 [Compare Source](https://redirect.github.com/containernetworking/plugins/compare/v1.5.1...v1.6.0) This is the v1.6.0 release of the CNI community plugins. ### Changelog #### Important - revert htb changes due to ongoing issues and missing maintainer by [@​h0nIg](https://redirect.github.com/h0nIg) in [https://github.com/containernetworking/plugins/pull/1105](https://redirect.github.com/containernetworking/plugins/pull/1105). This reverts the (undocumented) feature added in v1.5 where traffic from a specific CIDR would be exempted from bandwidth shaping. Unfortunately the implementation was lacking. We hope to re-add this feature in the future. #### New features - nftables support for ipmasq and portmap by [@​danwinship](https://redirect.github.com/danwinship) in [https://github.com/containernetworking/plugins/pull/935](https://redirect.github.com/containernetworking/plugins/pull/935) - dhcp: Add priority option to dhcp. by [@​lisongmin](https://redirect.github.com/lisongmin) in [https://github.com/containernetworking/plugins/pull/1091](https://redirect.github.com/containernetworking/plugins/pull/1091) #### CNI v1.1 support - Use of Scope for routes in IPAM by [@​LionelJouin](https://redirect.github.com/LionelJouin) in [https://github.com/containernetworking/plugins/pull/1087](https://redirect.github.com/containernetworking/plugins/pull/1087) - Pass status along ipam update by [@​LionelJouin](https://redirect.github.com/LionelJouin) in [https://github.com/containernetworking/plugins/pull/1082](https://redirect.github.com/containernetworking/plugins/pull/1082) #### Other improvements - macvlan: add bcqueuelen setting by [@​champtar](https://redirect.github.com/champtar) in [https://github.com/containernetworking/plugins/pull/1074](https://redirect.github.com/containernetworking/plugins/pull/1074) - SBR: option to pass the table id by [@​LionelJouin](https://redirect.github.com/LionelJouin) in [https://github.com/containernetworking/plugins/pull/1088](https://redirect.github.com/containernetworking/plugins/pull/1088) - host-device: use temp network namespace for rename by [@​champtar](https://redirect.github.com/champtar) in [https://github.com/containernetworking/plugins/pull/1073](https://redirect.github.com/containernetworking/plugins/pull/1073) #### Fixes - Fix unnecessary retrying when the link is down in dhcp by [@​lisongmin](https://redirect.github.com/lisongmin) in [https://github.com/containernetworking/plugins/pull/1076](https://redirect.github.com/containernetworking/plugins/pull/1076) - Fix inadvertent txqueuelen being set to zero by [@​gudmundur](https://redirect.github.com/gudmundur) in [https://github.com/containernetworking/plugins/pull/1100](https://redirect.github.com/containernetworking/plugins/pull/1100) - VRF: Wait for the local/host routes to be added by [@​LionelJouin](https://redirect.github.com/LionelJouin) in [https://github.com/containernetworking/plugins/pull/1104](https://redirect.github.com/containernetworking/plugins/pull/1104) - fix(dhcp): can not renew an ip address by [@​lisongmin](https://redirect.github.com/lisongmin) in [https://github.com/containernetworking/plugins/pull/1092](https://redirect.github.com/containernetworking/plugins/pull/1092) #### Misc / CI - Change chown to change current dir as well by [@​s1061123](https://redirect.github.com/s1061123) in [https://github.com/containernetworking/plugins/pull/1058](https://redirect.github.com/containernetworking/plugins/pull/1058) - ci, go.mod: bump to go 1.23 by [@​squeed](https://redirect.github.com/squeed) in [https://github.com/containernetworking/plugins/pull/1094](https://redirect.github.com/containernetworking/plugins/pull/1094) - Ignore link-local routes in SBR tests by [@​LionelJouin](https://redirect.github.com/LionelJouin) in [https://github.com/containernetworking/plugins/pull/1102](https://redirect.github.com/containernetworking/plugins/pull/1102) #### New Contributors - [@​lisongmin](https://redirect.github.com/lisongmin) made their first contribution in [https://github.com/containernetworking/plugins/pull/1076](https://redirect.github.com/containernetworking/plugins/pull/1076) - [@​LionelJouin](https://redirect.github.com/LionelJouin) made their first contribution in [https://github.com/containernetworking/plugins/pull/1088](https://redirect.github.com/containernetworking/plugins/pull/1088) - [@​gudmundur](https://redirect.github.com/gudmundur) made their first contribution in [https://github.com/containernetworking/plugins/pull/1100](https://redirect.github.com/containernetworking/plugins/pull/1100) - [@​h0nIg](https://redirect.github.com/h0nIg) made their first contribution in [https://github.com/containernetworking/plugins/pull/1105](https://redirect.github.com/containernetworking/plugins/pull/1105) **Full Changelog**: https://github.com/containernetworking/plugins/compare/v1.5.1...v1.6.0
golang/glog (github.com/golang/glog) ### [`v1.2.3`](https://redirect.github.com/golang/glog/releases/tag/v1.2.3) [Compare Source](https://redirect.github.com/golang/glog/compare/v1.2.2...v1.2.3) #### What's Changed - glog: check that stderr is valid before using it by default by [@​chressie](https://redirect.github.com/chressie) in [https://github.com/golang/glog/pull/72](https://redirect.github.com/golang/glog/pull/72) - glog: fix typo by [@​chressie](https://redirect.github.com/chressie) in [https://github.com/golang/glog/pull/73](https://redirect.github.com/golang/glog/pull/73) **Full Changelog**: https://github.com/golang/glog/compare/v1.2.2...v1.2.3
k8snetworkplumbingwg/network-attachment-definition-client (github.com/k8snetworkplumbingwg/network-attachment-definition-client) ### [`v1.7.5`](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases/tag/v1.7.5) [Compare Source](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/compare/v1.7.4...v1.7.5) This release contains a fix related to the determination of the default interface, e.g. setting the `default` parameter to `true` in the `network-status` annotation based on the presence of a gateway in the [CNI ADD success result](https://redirect.github.com/containernetworking/cni/blob/main/SPEC.md#add-success) `ips.gateway` and makes the determination of the default based on the first interface that has an associated value of gateway (using the interface index in the `ips` element in the CNI ADD success result). This provides flexibility especially in CRI-O which uses the first interface and IP addresses for the `pod.IP` in Kubernetes, therefore. Containerd functionality is unchanged in that it uses the value for the IP addresses specifically It's worth noting that CNI ADD success results which do not contain any interfaces will be discarded in this determination of the default, therefore it's recommended to set one with an associated gateway if aiming to have it be noted as the default. ### [`v1.7.4`](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases/tag/v1.7.4) [Compare Source](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/compare/v1.7.3...v1.7.4) This release accounts for CNI plugins which do not use the sandbox field in results when calculating the network-status annotation, doing so for backwards compatibility for plugins which choose to not use this field (such as Calico) ### [`v1.7.3`](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases/tag/v1.7.3) [Compare Source](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/compare/v1.7.2...v1.7.3) This release accounts for the sandox interfaces when reporting the interfaces in the network-status annotation; in case the CreateNetworkStatuses clients invoke it with a CNI result featuring non-sandbox interfaces as the first item in the list, this release accounts for that condition. ### [`v1.7.2`](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases/tag/v1.7.2) [Compare Source](https://redirect.github.com/k8snetworkplumbingwg/network-attachment-definition-client/compare/v1.7.1...v1.7.2) When the `CreateNetworkStatuses` method was created to properly set the network-status annotation when a CNI result includes multiple interfaces in the return, it was found that it when setting the "default" parameter in the network-status, it was setting it to all the returned interfaces to true, which doesn't fit the NPWG net-attach-def specification. This release fixes that issue by using the first interface in the CNI result set to `"default": true` for the cluster default network and not the following interfaces. *NOTE* Do not use this version, use >= v1.7.3
onsi/ginkgo (github.com/onsi/ginkgo/v2) ### [`v2.22.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.22.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.21.0...v2.22.0) #### 2.22.0 ##### Features - Add label to serial nodes \[[`0fcaa08`](https://redirect.github.com/onsi/ginkgo/commit/0fcaa08)] This allows serial tests to be filtered using the `label-filter` ##### Maintenance Various doc fixes ### [`v2.21.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.21.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.2...v2.21.0) #### 2.21.0 ##### Features - add support for GINKGO_TIME_FORMAT \[[`a69eb39`](https://redirect.github.com/onsi/ginkgo/commit/a69eb39)] - add GINKGO_NO_COLOR to disable colors via environment variables \[[`bcab9c8`](https://redirect.github.com/onsi/ginkgo/commit/bcab9c8)] ##### Fixes - increase threshold in timeline matcher \[[`e548367`](https://redirect.github.com/onsi/ginkgo/commit/e548367)] - Fix the document by replacing `SpecsThatWillBeRun` with `SpecsThatWillRun` \[[`c2c4d3c`](https://redirect.github.com/onsi/ginkgo/commit/c2c4d3c)] ##### Maintenance - bump various dependencies \[[`7e65a00`](https://redirect.github.com/onsi/ginkgo/commit/7e65a00)] ### [`v2.20.2`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.2) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.1...v2.20.2) #### 2.20.2 Require Go 1.22+ ##### Maintenance - bump go to v1.22 \[[`a671816`](https://redirect.github.com/onsi/ginkgo/commit/a671816)] ### [`v2.20.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.1) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.0...v2.20.1) #### 2.20.1 ##### Fixes - make BeSpecEvent duration matcher more forgiving \[[`d6f9640`](https://redirect.github.com/onsi/ginkgo/commit/d6f9640)]
onsi/gomega (github.com/onsi/gomega) ### [`v1.36.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.36.0) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.35.1...v1.36.0) #### 1.36.0 ##### Features - new: make collection-related matchers Go 1.23 iterator aware \[[`4c964c6`](https://redirect.github.com/onsi/gomega/commit/4c964c6)] ##### Maintenance - Replace min/max helpers with built-in min/max \[[`ece6872`](https://redirect.github.com/onsi/gomega/commit/ece6872)] - Fix some typos in docs \[[`8e924d7`](https://redirect.github.com/onsi/gomega/commit/8e924d7)] ### [`v1.35.1`](https://redirect.github.com/onsi/gomega/releases/tag/v1.35.1) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.35.0...v1.35.1) #### 1.35.1 ##### Fixes - Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext \[[`ca36da1`](https://redirect.github.com/onsi/gomega/commit/ca36da1)] ### [`v1.35.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.35.0) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.2...v1.35.0) #### 1.35.0 ##### Features - You can now call `EnforceDefaultTimeoutsWhenUsingContexts()` to have `Eventually` honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) \[[`e4c4265`](https://redirect.github.com/onsi/gomega/commit/e4c4265)] - You can call `StopTrying(message).Successfully()` to abort a `Consistently` early without failure \[[`eeca931`](https://redirect.github.com/onsi/gomega/commit/eeca931)] ##### Fixes - Stop memoizing the result of `HaveField` to avoid unexpected errors when used with async assertions. \[[`3bdbc4e`](https://redirect.github.com/onsi/gomega/commit/3bdbc4e)] ##### Maintenance - Bump all dependencies \[[`a05a416`](https://redirect.github.com/onsi/gomega/commit/a05a416)] ### [`v1.34.2`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.2) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.1...v1.34.2) #### 1.34.2 Require Go 1.22+ ##### Maintenance - bump ginkgo as well \[[`c59c6dc`](https://redirect.github.com/onsi/gomega/commit/c59c6dc)] - bump to go 1.22 - remove x/exp dependency \[[`8158b99`](https://redirect.github.com/onsi/gomega/commit/8158b99)]
vishvananda/netlink (github.com/vishvananda/netlink) ### [`v1.3.0`](https://redirect.github.com/vishvananda/netlink/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/vishvananda/netlink/compare/v1.2.1...v1.3.0) - Fixed backward compatibility breakage of `func (h *Handle) ConntrackDeleteFilter`. - Other fixes and improvements from the community. ### [`v1.2.1`](https://redirect.github.com/vishvananda/netlink/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/vishvananda/netlink/compare/v1.2.1-beta.2...v1.2.1) Thanks to the community, this release contains several new functionalities and many bug fixes
kubernetes/api (k8s.io/api) ### [`v0.31.3`](https://redirect.github.com/kubernetes/api/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/api/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/api/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.31.0...v0.31.1)
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver) ### [`v0.31.3`](https://redirect.github.com/kubernetes/apiextensions-apiserver/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/apiextensions-apiserver/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/apiextensions-apiserver/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/apiextensions-apiserver/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/apiextensions-apiserver/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/apiextensions-apiserver/compare/v0.31.0...v0.31.1)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.31.3`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1)
kubernetes/apiserver (k8s.io/apiserver) ### [`v0.31.3`](https://redirect.github.com/kubernetes/apiserver/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/apiserver/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/apiserver/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/apiserver/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/apiserver/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/apiserver/compare/v0.31.0...v0.31.1)
kubernetes/cli-runtime (k8s.io/cli-runtime) ### [`v0.31.3`](https://redirect.github.com/kubernetes/cli-runtime/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/cli-runtime/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/cli-runtime/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/cli-runtime/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/cli-runtime/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/cli-runtime/compare/v0.31.0...v0.31.1)
kubernetes/client-go (k8s.io/client-go) ### [`v0.31.3`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1)
kubernetes/cloud-provider (k8s.io/cloud-provider) ### [`v0.31.3`](https://redirect.github.com/kubernetes/cloud-provider/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/cloud-provider/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/cloud-provider/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/cloud-provider/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/cloud-provider/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/cloud-provider/compare/v0.31.0...v0.31.1)
kubernetes/cluster-bootstrap (k8s.io/cluster-bootstrap) ### [`v0.31.3`](https://redirect.github.com/kubernetes/cluster-bootstrap/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/cluster-bootstrap/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/cluster-bootstrap/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/cluster-bootstrap/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/cluster-bootstrap/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/cluster-bootstrap/compare/v0.31.0...v0.31.1)
kubernetes/code-generator (k8s.io/code-generator) ### [`v0.31.3`](https://redirect.github.com/kubernetes/code-generator/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/code-generator/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/code-generator/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/code-generator/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/code-generator/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/code-generator/compare/v0.31.0...v0.31.1)
kubernetes/component-base (k8s.io/component-base) ### [`v0.31.3`](https://redirect.github.com/kubernetes/component-base/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/component-base/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/component-base/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/component-base/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/component-base/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/component-base/compare/v0.31.0...v0.31.1)
kubernetes/cri-api (k8s.io/cri-api) ### [`v0.31.3`](https://redirect.github.com/kubernetes/cri-api/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/cri-api/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/cri-api/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/cri-api/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/cri-api/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/cri-api/compare/v0.31.0...v0.31.1)
kubernetes/csi-translation-lib (k8s.io/csi-translation-lib) ### [`v0.31.3`](https://redirect.github.com/kubernetes/csi-translation-lib/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/csi-translation-lib/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/csi-translation-lib/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/csi-translation-lib/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/csi-translation-lib/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/csi-translation-lib/compare/v0.31.0...v0.31.1)
kubernetes/kube-aggregator (k8s.io/kube-aggregator) ### [`v0.31.3`](https://redirect.github.com/kubernetes/kube-aggregator/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/kube-aggregator/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/kube-aggregator/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/kube-aggregator/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/kube-aggregator/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kube-aggregator/compare/v0.31.0...v0.31.1)
kubernetes/kube-controller-manager (k8s.io/kube-controller-manager) ### [`v0.31.3`](https://redirect.github.com/kubernetes/kube-controller-manager/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/kube-controller-manager/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/kube-controller-manager/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/kube-controller-manager/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/kube-controller-manager/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kube-controller-manager/compare/v0.31.0...v0.31.1)
kubernetes/kube-proxy (k8s.io/kube-proxy) ### [`v0.31.3`](https://redirect.github.com/kubernetes/kube-proxy/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/kube-proxy/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/kube-proxy/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/kube-proxy/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/kube-proxy/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kube-proxy/compare/v0.31.0...v0.31.1)
kubernetes/kube-scheduler (k8s.io/kube-scheduler) ### [`v0.31.3`](https://redirect.github.com/kubernetes/kube-scheduler/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/kube-scheduler/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/kube-scheduler/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/kube-scheduler/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/kube-scheduler/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kube-scheduler/compare/v0.31.0...v0.31.1)
kubernetes/kubectl (k8s.io/kubectl) ### [`v0.31.3`](https://redirect.github.com/kubernetes/kubectl/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/kubectl/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/kubectl/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/kubectl/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/kubectl/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kubectl/compare/v0.31.0...v0.31.1)
kubernetes/kubelet (k8s.io/kubelet) ### [`v0.31.3`](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/kubelet/compare/v0.31.0...v0.31.1)
kubernetes/legacy-cloud-providers (k8s.io/legacy-cloud-providers) ### [`v0.30.7`](https://redirect.github.com/kubernetes/legacy-cloud-providers/compare/v0.30.6...v0.30.7) [Compare Source](https://redirect.github.com/kubernetes/legacy-cloud-providers/compare/v0.30.6...v0.30.7) ### [`v0.30.6`](https://redirect.github.com/kubernetes/legacy-cloud-providers/compare/v0.30.5...v0.30.6) [Compare Source](https://redirect.github.com/kubernetes/legacy-cloud-providers/compare/v0.30.5...v0.30.6) ### [`v0.30.5`](https://redirect.github.com/kubernetes/legacy-cloud-providers/compare/v0.30.4...v0.30.5) [Compare Source](https://redirect.github.com/kubernetes/legacy-cloud-providers/compare/v0.30.4...v0.30.5)
kubernetes/metrics (k8s.io/metrics) ### [`v0.31.3`](https://redirect.github.com/kubernetes/metrics/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/metrics/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/metrics/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/metrics/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/metrics/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/metrics/compare/v0.31.0...v0.31.1)
kubernetes/sample-apiserver (k8s.io/sample-apiserver) ### [`v0.31.3`](https://redirect.github.com/kubernetes/sample-apiserver/compare/v0.31.2...v0.31.3) [Compare Source](https://redirect.github.com/kubernetes/sample-apiserver/compare/v0.31.2...v0.31.3) ### [`v0.31.2`](https://redirect.github.com/kubernetes/sample-apiserver/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/sample-apiserver/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/sample-apiserver/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/sample-apiserver/compare/v0.31.0...v0.31.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

redhat-renovate-bot commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: go.mod requires go >= 1.22.9 (running go 1.22.7; GOTOOLCHAIN=local)
kubevirt-bot commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: redhat-renovate-bot Once this PR has been reviewed and has the lgtm label, please assign alonakaplan for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/k8snetworkplumbingwg/ovs-cni/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
kubevirt-bot commented 3 days ago

@redhat-renovate-bot: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-e2e-ovs-cni c4281c565c17ec07ed1a4def781a15d94f7ec919 link true /test pull-e2e-ovs-cni
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).