-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all dependencies on main (main) #328
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-renovate-bot The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6f9ef39
to
78a874b
Compare
41c746f
to
f1ba49e
Compare
a3fecf2
to
4f4140a
Compare
4f4140a
to
c0cbbae
Compare
f51b306
to
14f66bc
Compare
0f7a872
to
ae688b1
Compare
fcb1d81
to
5c0073a
Compare
670670d
to
b492445
Compare
Signed-off-by: redhat-renovate-bot <[email protected]>
b492445
to
c4281c5
Compare
@redhat-renovate-bot: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This PR contains the following updates:
v1.0.0
->v1.0.1
v1.5.1
->v1.6.0
v1.2.2
->v1.2.3
v1.7.1
->v1.7.5
v2.20.0
->v2.22.0
v1.34.1
->v1.36.0
v1.2.1-beta.2
->v1.3.0
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
v0.30.4
->v0.30.7
v0.31.0
->v0.31.3
v0.31.0
->v0.31.3
Release Notes
containernetworking/plugins (github.com/containernetworking/plugins)
v1.6.0
: CNI plugins v1.6.0Compare Source
This is the v1.6.0 release of the CNI community plugins.
Changelog
Important
New features
CNI v1.1 support
Other improvements
Fixes
Misc / CI
New Contributors
Full Changelog: containernetworking/plugins@v1.5.1...v1.6.0
golang/glog (github.com/golang/glog)
v1.2.3
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.2...v1.2.3
k8snetworkplumbingwg/network-attachment-definition-client (github.com/k8snetworkplumbingwg/network-attachment-definition-client)
v1.7.5
Compare Source
This release contains a fix related to the determination of the default interface, e.g. setting the
default
parameter totrue
in thenetwork-status
annotation based on the presence of a gateway in the CNI ADD success resultips.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 theips
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 specificallyIt'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
Compare Source
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
Compare Source
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
Compare Source
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
Compare Source
2.22.0
Features
0fcaa08
]This allows serial tests to be filtered using the
label-filter
Maintenance
Various doc fixes
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]v2.20.2
Compare Source
2.20.2
Require Go 1.22+
Maintenance
a671816
]v2.20.1
Compare Source
2.20.1
Fixes
d6f9640
]onsi/gomega (github.com/onsi/gomega)
v1.36.0
Compare Source
1.36.0
Features
4c964c6
]Maintenance
ece6872
]8e924d7
]v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]v1.34.2
Compare Source
1.34.2
Require Go 1.22+
Maintenance
c59c6dc
]8158b99
]vishvananda/netlink (github.com/vishvananda/netlink)
v1.3.0
Compare Source
func (h *Handle) ConntrackDeleteFilter
.v1.2.1
Compare Source
Thanks to the community, this release contains several new functionalities and many bug fixes
kubernetes/api (k8s.io/api)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/apiserver (k8s.io/apiserver)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/cloud-provider (k8s.io/cloud-provider)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/cluster-bootstrap (k8s.io/cluster-bootstrap)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/code-generator (k8s.io/code-generator)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/component-base (k8s.io/component-base)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/cri-api (k8s.io/cri-api)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/csi-translation-lib (k8s.io/csi-translation-lib)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kube-aggregator (k8s.io/kube-aggregator)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kube-controller-manager (k8s.io/kube-controller-manager)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kube-proxy (k8s.io/kube-proxy)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kube-scheduler (k8s.io/kube-scheduler)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kubectl (k8s.io/kubectl)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kubelet (k8s.io/kubelet)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/legacy-cloud-providers (k8s.io/legacy-cloud-providers)
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
kubernetes/metrics (k8s.io/metrics)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/sample-apiserver (k8s.io/sample-apiserver)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
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.