mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #1020] [MERGED] Adds rolling release deploy #2813
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2813
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1020
Author: @antonym
Created: 9/30/2021
Status: ✅ Merged
Merged: 9/30/2021
Merged by: @antonym
Base:
development← Head:rolling📝 Commits (1)
4c0de9cAdds rolling release deploy📊 Changes
2 files changed (+100 additions, -25 deletions)
View changed files
➕
.github/workflows/rolling.yml(+68 -0)📝
script/build_release(+32 -25)📄 Description
2.x is designated as a rolling release but usually is aligned
with an actual release. This commit will allow for updates
to endpoints.yml and the Ansible defaults that contains all
of the version updates to be pushed to boot.netboot.xyz
automatically as they are come in.
This will allow version updates like ArchLinux to be rolled out
immediately once dropped into development without the lag
during releases.
Closes https://github.com/netbootxyz/netboot.xyz/issues/1015
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.