[PR #793] [MERGED] Release 2.0.28 #1135

Closed
opened 2026-02-27 14:54:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/793
Author: @antonym
Created: 12/9/2020
Status: Merged
Merged: 12/9/2020
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 2cf5a06 Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 35.0-0bc08fcf
  • c27c40e Update version.txt
  • 4286064 Update avatar url for discord bot
  • 4ba435e Merge pull request #772 from netbootxyz/avatar_url
  • 8cd9b95 Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.1.0-8-b6f38ff4
  • fe9da14 Version bump for netbootxyz/debian-squash:clonezilla-testing new tag 2.7.0-16-f0e77646
  • e601be6 Add stale PR and issue checker
  • a7be0ff Merge pull request #774 from netbootxyz/add_stale
  • c8b114a Version bump for netbootxyz/ubuntu-squash:pop-20.10 new tag 5-9bac6dd3
  • 28b5ed4 Version bump for netbootxyz/ubuntu-squash:pop-20.10-nvidia new tag 2-e32c117b

📊 Changes

15 files changed (+370 additions, -216 deletions)

View changed files

.github/workflows/development.yml (+55 -0)
.github/workflows/pull-requests.yml (+42 -0)
.github/workflows/release-candidate.yml (+81 -0)
.github/workflows/release.yml (+77 -0)
.github/workflows/stale.yml (+23 -0)
.travis.yml (+0 -190)
📝 README.md (+2 -1)
📝 endpoints.yml (+39 -9)
📝 roles/netbootxyz/defaults/main.yml (+8 -1)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+1 -1)
roles/netbootxyz/templates/menu/vyos.ipxe (+29 -0)
📝 script/build_release (+4 -4)
📝 script/message (+7 -8)
📝 script/retrieve_certs (+1 -1)
📝 version.txt (+1 -1)

📄 Description

Changelog:

Switches to GitHub Actions from Travis CI for primary repo automation
Adds VyOS
Various version bumps


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/793 **Author:** [@antonym](https://github.com/antonym) **Created:** 12/9/2020 **Status:** ✅ Merged **Merged:** 12/9/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`2cf5a06`](https://github.com/netbootxyz/netboot.xyz/commit/2cf5a0639b0a530dc35cdf18aa469052bb42e866) Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 35.0-0bc08fcf - [`c27c40e`](https://github.com/netbootxyz/netboot.xyz/commit/c27c40ea75ece4b6451ad03a3ec0542d72f62898) Update version.txt - [`4286064`](https://github.com/netbootxyz/netboot.xyz/commit/42860644afdd89614b177415e34703b7254aa767) Update avatar url for discord bot - [`4ba435e`](https://github.com/netbootxyz/netboot.xyz/commit/4ba435e94ed02172ae0f59537156b1d40c18b2b1) Merge pull request #772 from netbootxyz/avatar_url - [`8cd9b95`](https://github.com/netbootxyz/netboot.xyz/commit/8cd9b950c03cb3d9a82b1f50a1ee51b0c9ae4dc0) Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.1.0-8-b6f38ff4 - [`fe9da14`](https://github.com/netbootxyz/netboot.xyz/commit/fe9da14052aec7709240d4b0224d42d04ad8ec08) Version bump for netbootxyz/debian-squash:clonezilla-testing new tag 2.7.0-16-f0e77646 - [`e601be6`](https://github.com/netbootxyz/netboot.xyz/commit/e601be6b0f63dcbb83e2d7236c2130f076656d79) Add stale PR and issue checker - [`a7be0ff`](https://github.com/netbootxyz/netboot.xyz/commit/a7be0ff3e5c5ed20a956c98a57cfa96e506de357) Merge pull request #774 from netbootxyz/add_stale - [`c8b114a`](https://github.com/netbootxyz/netboot.xyz/commit/c8b114ac1527af2981f5de548c659c1facacbfe8) Version bump for netbootxyz/ubuntu-squash:pop-20.10 new tag 5-9bac6dd3 - [`28b5ed4`](https://github.com/netbootxyz/netboot.xyz/commit/28b5ed41f22f962c1e6c044eb6216f4091a77b86) Version bump for netbootxyz/ubuntu-squash:pop-20.10-nvidia new tag 2-e32c117b ### 📊 Changes **15 files changed** (+370 additions, -216 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/development.yml` (+55 -0) ➕ `.github/workflows/pull-requests.yml` (+42 -0) ➕ `.github/workflows/release-candidate.yml` (+81 -0) ➕ `.github/workflows/release.yml` (+77 -0) ➕ `.github/workflows/stale.yml` (+23 -0) ➖ `.travis.yml` (+0 -190) 📝 `README.md` (+2 -1) 📝 `endpoints.yml` (+39 -9) 📝 `roles/netbootxyz/defaults/main.yml` (+8 -1) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+1 -1) ➕ `roles/netbootxyz/templates/menu/vyos.ipxe` (+29 -0) 📝 `script/build_release` (+4 -4) 📝 `script/message` (+7 -8) 📝 `script/retrieve_certs` (+1 -1) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Changelog: Switches to GitHub Actions from Travis CI for primary repo automation Adds VyOS Various version bumps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:54:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1135
No description provided.