<div dir="ltr">Kudos to Fabiano and Peng Tao for leading this to completion :-).<div><br></div><div>Thanks.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 22, 2021 at 2:49 PM Fabiano Fidêncio <<a href="mailto:fabiano@fidencio.org">fabiano@fidencio.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Jan 22, 2021 at 12:14 PM Fabiano Fidêncio <<a href="mailto:fabiano@fidencio.org" target="_blank">fabiano@fidencio.org</a>> wrote:<br>
><br>
> Kata Folks,<br>
><br>
> On Fri, Jan 22, 2021 at 8:29 AM Fabiano Fidêncio <<a href="mailto:fabiano@fidencio.org" target="_blank">fabiano@fidencio.org</a>> wrote:<br>
> ><br>
> > Kata Folks,<br>
> ><br>
> > On Thu, Jan 21, 2021 at 9:49 AM Fabiano Fidêncio <<a href="mailto:fabiano@fidencio.org" target="_blank">fabiano@fidencio.org</a>> wrote:<br>
> > ><br>
> > > Kata Folks,<br>
> > ><br>
> > > During the last Architecture Committee meeting it's been decided that<br>
> > > we'd do the following branch name changes:<br>
> > > * kata-containers/kata-containers:<br>
> > >   - "2.0-dev" will be renamed to "main";<br>
> > >   - "stable-2.0.0" will be renamed to "stable-2.0"l<br>
> > > * kata-containers/tests;<br>
> > >   - "2.0-dev" will be renamed to "main";<br>
> > >   - "stable-2.0.0" will be renamed to "stable-2.0"l<br>
> > ><br>
> > > In order to do such changes we'll have to avoid merging patches for a<br>
> > > few hours, if not a whole day (in the worst case scenario), so we can<br>
> > > get our CI working against the now renamed branches.<br>
> > ><br>
> > > We understand it'll cause disruptions not only for the time window<br>
> > > where we won't merge any pull-request, but mainly for the fact that<br>
> > > pull-requests previously opened against "2.0-dev" branches will have<br>
> > > to be reopened, this time against "main", and we apologize in advance.<br>
> > ><br>
> > > Our original plan is to take Tomorrow (January 22nd, 2020) to do the<br>
> > > switch. In case there are any concerns from any member of the<br>
> > > community, please, let us know replying to this email.<br>
> > ><br>
> > > If we get no reply with concerns by Tomorrow we'll go ahead and<br>
> > > proceed with the change.<br>
> > ><br>
> > > Best Regards,<br>
> > > --<br>
> > > Fabiano Fidêncio<br>
> ><br>
> > Peng Tao and I started working on this less than one hours ago, we've<br>
> > commented on all the PRs that will need to be re-opened against `main`<br>
> > or `stable-2.0` about the disruption, we've added `do-not-merge` and<br>
> > `needs-branch-adjustment` labels on them, and we'll comment on them<br>
> > again once this switch is over. You also will receive another email<br>
> > from me once we're done with the switch.<br>
> ><br>
> > Sorry for the disruption and thanks for understanding the situation!<br>
><br>
> The default branches for both `kata-containers/kata-containers` and<br>
> `kata-containers/tests` repos have been changed to `main` instead of<br>
> `2.0-dev`, and together with this change `stable-2.0.0` has been<br>
> renamed to `stable-2.0`.<br>
<br>
A small correction here: `stable-2.0.0` branch was deleted and a new<br>
`stable-2.0` has been created.<br>
The reasoning for that is that only "default" branches can be renamed<br>
and we decided to avoid the shenanigans of setting "stable-2.0.0" to<br>
default, rename it, and set "main" back to the default.<br>
<br>
With this, 2 opened PRs have been affected and we've already contacted<br>
the submitters asking them to re-open the PR against the `stable-2.0`<br>
branch.<br>
<br>
> Theoretically all the CIs are working, and if you face any issue,<br>
> please, contact us either through this mailing list or on Kata<br>
> Containers Slack (<a href="http://bit.ly/katacontainersslack" rel="noreferrer" target="_blank">bit.ly/katacontainersslack</a>),<br>
><br>
> Absolutely **no** changes will be needed for the PRs who were opened<br>
> against the `2.0-dev` branch! I'll be going through the PRs, doing a<br>
> second round of comments during the rest of the afternoon, just to be<br>
> sure everyone gets notified about this.<br>
><br>
> Thanks for your patience, and a special thanks to Peng Tao for helping<br>
> with the process!<br>
<br>
Another thing we'd like to mention is that if you have a local clone<br>
of the repo, you can update it by running:<br>
```<br>
git branch -m 2.0-dev main<br>
git fetch origin<br>
git branch -u origin/main main<br>
```<br>
<br>
And those instructions are also being displayed in the repos.<br>
<br>
Best Regards,<br>
-- <br>
Fabiano Fidêncio<br>
<br>
_______________________________________________<br>
kata-dev mailing list<br>
<a href="mailto:kata-dev@lists.katacontainers.io" target="_blank">kata-dev@lists.katacontainers.io</a><br>
<a href="http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev" rel="noreferrer" target="_blank">http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev</a><br>
</blockquote></div>