Message ID | 1301e4f4-8667-48a9-82b1-7042aad06168@infradead.org |
---|---|
State | Accepted |
Headers | show |
Series | package/flannel: Bump to version 0.25.5 | expand |
Hello Geoff, On Tue, 23 Jul 2024 18:27:58 +0900 Geoff Levand <geoff@infradead.org> wrote: > Signed-off-by: Geoff Levand <geoff@infradead.org> > Your patch was missing a --- separator here, for some reason. Also, minor nit, I prefer a lower-case letter for the commit title, i.e "bump to version ..." instead of "Bump to version ...". No particular reason for this, other than being consistent with the vast majority of the commits that we do. Applied, thanks! Thomas
diff --git a/package/flannel/flannel.hash b/package/flannel/flannel.hash index 85bc184368..d1f03a9d38 100644 --- a/package/flannel/flannel.hash +++ b/package/flannel/flannel.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 e4946abe7212d0a3f89f64ff9d4310dd21fafa782d7e5c1c7d44ea264ab25d5c flannel-0.25.4-go2.tar.gz +sha256 e6f312d8a7e635ef707f3811313f045f0f80312d96dfcc722de973ffa2910204 flannel-0.25.5-go2.tar.gz sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE diff --git a/package/flannel/flannel.mk b/package/flannel/flannel.mk index 5231d41de8..7705bdbefe 100644 --- a/package/flannel/flannel.mk +++ b/package/flannel/flannel.mk @@ -4,7 +4,7 @@ # ################################################################################ -FLANNEL_VERSION = 0.25.4 +FLANNEL_VERSION = 0.25.5 FLANNEL_SITE = $(call github,flannel-io,flannel,v$(FLANNEL_VERSION)) FLANNEL_LICENSE = Apache-2.0
Signed-off-by: Geoff Levand <geoff@infradead.org>