All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kubernetes: Set correct PV release number
@ 2019-10-23 10:24 Joakim Roubert
  2019-10-24 17:29 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Joakim Roubert @ 2019-10-23 10:24 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Joakim Roubert

Commit c97fe5036ef3df2967d086711e6c0c405941e14b is Kubernetes v1.16.2
(see https://github.com/kubernetes/kubernetes/releases for verification)
and building with the current recipe generates v1.16.2 binaies although
the package names state v1.16.1.

Change-Id: I5701c18cc3ce205ad906eda2595d9ad7f5748b17
---
 recipes-containers/kubernetes/kubernetes_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
index 6cc05ea..fae554d 100644
--- a/recipes-containers/kubernetes/kubernetes_git.bb
+++ b/recipes-containers/kubernetes/kubernetes_git.bb
@@ -5,7 +5,7 @@ applications across multiple hosts, providing basic mechanisms for deployment, \
 maintenance, and scaling of applications. \
 "
 
-PV = "v1.16.1+git${SRCREV_kubernetes}"
+PV = "v1.16.2+git${SRCREV_kubernetes}"
 SRCREV_kubernetes = "c97fe5036ef3df2967d086711e6c0c405941e14b"
 
 SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.16;name=kubernetes \
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-23 10:24 [PATCH] kubernetes: Set correct PV release number Joakim Roubert
2019-10-24 17:29 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.