This is an automatically generated Issue to release a new version of
Firecracker on our fork.
There are some manual steps to get new releases of our fork
branch published.
This Issue is to track those manual steps.
Note that for now we are mirroring firecracker's releases of v1.1.x, v1.2.x and v1.3.x versions.
To complete work on this Issue:
[ ] Clone our fork (if you do not have it already).
[ ] Add the upstream as a remote: git add remote up https://github.com/firecracker-microvm/firecracker
[ ] Fetch all branches and tags: git fetch && git fetch --tags
[ ] Check out to the relevant macvtap version branch. feature/macvtap for a new v1.2.x release, feature/macvtapv11x for a new v1.1.x release.
[ ] Update the feature branch. git rebase firecracker-v1.3 for a v1.3.x release git rebase firecracker-v1.2 for a v1.2.x release, etc. etc.
[ ] Resolve any merge conflicts if necessary. (There will be merge conflicts.)
[ ] Add any code if necessary. (This will gradually become more necessary, because the older this feature branch gets, the more the code around it upstream will change.)
This is an automatically generated Issue to release a new version of Firecracker on our fork. There are some manual steps to get new releases of our fork branch published. This Issue is to track those manual steps.
Note that for now we are mirroring firecracker's releases of v1.1.x, v1.2.x and v1.3.x versions.
To complete work on this Issue:
git add remote up https://github.com/firecracker-microvm/firecracker
git fetch && git fetch --tags
macvtap
version branch.feature/macvtap
for a newv1.2.x
release,feature/macvtapv11x
for a newv1.1.x
release.git rebase firecracker-v1.3
for av1.3.x
releasegit rebase firecracker-v1.2
for av1.2.x
release, etc. etc.tools/devtool build
)firecracker/macvtapv12
, etc) fork branch.git tag -s v1.7.0-macvtap -m v1.7.0-macvtap
.git push <remote> v1.7.0-macvtap
(A new release will be created.)nightly_e2e
workflowAuto-generated by issue-bot.