[kata-dev] What to do about release versioning ?

Jon Olson jonolson at google.com
Thu Jun 21 19:05:59 UTC 2018


This came up in Vancouver, but I know not everyone had the opportunity to
be there. Here were/are my thoughts drawing from my experience working on
similar problems for GCE VMs: currently iiuc (until in-place-upgrade and
downgrade of releases is supported) the runtime and the guest image
(including agent) are all part of the "release artifacts". I would argue
that the protocol between the runtime and the agent is not (yet) part of
the external contract for Kata. It probably should be, but until that
protocol is itself formally documented and versioned I would say you have
only changed internal contracts between components that are part of the
same atomic set of release artifacts.

I do think it's valuable to make the agent protocol part of the external
contract for Kata, but I think that requires the protocol itself be
explicitly versioned[0].

Jon

[0]: I also still have an AI to put together a slide deck on gRPC API
evolution best practices to minimize breaking changes generally. I should
probably go do that.


On Thu, Jun 21, 2018 at 11:54 AM Boeuf, Sebastien <sebastien.boeuf at intel.com>
wrote:

> Hi folks,
>
> This morning we wanted to release 1.0.1 but held on because of some
> discussions about the semver semantic not being followed with this 1.0.1
> version.
> The problem here, we have some "sort of" backward compatibility breakage
> between the runtime and the agent. And for any non compatible release,
> semver suggest that the new release should bump to the next X version
> (based on X.Y.Z notation).
>
> But before we can answer this, we have to figure out what is that we
> consider a "breakage".
>
> Let me try to explain the different possibility here, starting from an
> environment where you installed Kata 1.0.0 from packages:
>
> First, let's say we introduced a new PauseContainer() command to our agent
> protocol, this command will have one commit on the agent repo, updating the
> gRPC protocol and implementing the new feature. This will be followed by a
> new patch on the runtime to use this new feature, which means we'll have to
> revendor the new protocol and implement the runtime to rely on it.
>
> Now, let's say we bump both runtime and agent repos including those
> patches to the version 1.0.1, here is the issue we will run into:
> - The user with Kata 1.0.0 already installed on his system might update
> the kata-runtime package without updating the VM image containing the
> agent. And from his perspective, this is fine because he knows about semver
> semantics and thinks that a kata-runtime 1.0.1 might still work with the VM
> image container a kata-agent 1.0.0. Unfortunately, this won't work because
> the kata-runtime will try to call into the new command PauseContainer()
> that had been introduced, but the agent will have no idea about what this
> is, and the gRPC will return an error saying this is not a supported/known
> command.
>
> I have a second example, sorry this email is getting long but we have to
> talk about all cases here... Let's get back to 1.0.0 and say that some
> changes on both kata-runtime and kata-agent are modifying an existing
> command CreateContainer(). In this case, this is a more logical breakage
> since moving one or the other component to the newest version without
> bumping the other (either kata-runtime 1.0.0 and kata-agent 1.0.1, or
> kata-runtime 1.0.1 and kata-agent 1.0.0), will end up in functional issues.
>
> The second example is what I would call an obvious backward compatibility
> breakage, but the first one looks still valid to be taken into account.
>
> So now, to summarize, we have to agree on what we call a non compatible
> version that will be translated into a bump to the next X version.
> And I can see happening a lot of breakage in the future if we include both
> cases in what is considered as a "breakage", meaning we might end up on
> version 100.y.z pretty quickly.
>
> Numbers are cheap, but here is the status and I/we need some feedback
> before we can push the pending release (as we don't want to introduce a
> wrong version number in the history).
>
> Thanks,
> Sebastien
> _______________________________________________
> kata-dev mailing list
> kata-dev at lists.katacontainers.io
> http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.katacontainers.io/pipermail/kata-dev/attachments/20180621/79c1aa61/attachment.html>


More information about the kata-dev mailing list