From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Joakim Roubert <joakim.roubert@axis.com>
Cc: meta-virtualization@yoctoproject.org, Joakim Roubert <joakimr@axis.com>
Subject: Re: [PATCH] kubernetes: Set correct PV release number
Date: Thu, 24 Oct 2019 13:29:59 -0400 [thread overview]
Message-ID: <20191024172956.GA44557@gmail.com> (raw)
In-Reply-To: <20191023102439.16346-1-joakimr@axis.com>
In message: [meta-virtualization] [PATCH] kubernetes: Set correct PV release number
on 23/10/2019 Joakim Roubert wrote:
> 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.
oops. I missed that when I was uprev'ing it to the release.
merged.
Bruce
>
> 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
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
prev parent reply other threads:[~2019-10-24 17:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 10:24 [PATCH] kubernetes: Set correct PV release number Joakim Roubert
2019-10-24 17:29 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191024172956.GA44557@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=joakim.roubert@axis.com \
--cc=joakimr@axis.com \
--cc=meta-virtualization@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.