Skip to content

Commit

Permalink
Merge pull request #1422 from netbootxyz/RC
Browse files Browse the repository at this point in the history
Release 2.0.77
  • Loading branch information
antonym authored Feb 24, 2024
2 parents 6add700 + 8ac0ac7 commit 4015835
Show file tree
Hide file tree
Showing 12 changed files with 118 additions and 267 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ assignees: ''

---

[]: This bug persists when memory is increased beyond 8GB.
<!--
Please validate that the issue is not a symptom of insufficient memory.
Many installation media are based on live-cd images that require more than
a few MB/GB of memory to run.
-->

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2

- name: Create RC Release and Upload Assets
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2

- name: Create Release and Upload Assets
uses: svenstaro/upload-release-action@v2
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.77] - 2024-02-24

### Fixed

- Talos menu fixed

### Changed

- Use bootloader_filename instead of site_name for bootloader filenames

## [2.0.76] - 2023-12-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Scientific Linux | https://scientificlinux.org | Yes | No |
| Septor | https://septor.sourceforge.io | No | Yes |
| Slackware | https://www.slackware.com | Yes | No |
| SmartOS | https://www.joyent.com/smartos | Yes | No |
| SmartOS | https://www.smartos.org/ | Yes | No |
| SparkyLinux | https://sparkylinux.org/ | No | Yes |
| Tails | https://tails.net | No | Yes |
| Talos | https://www.talos.dev/ | Yes | No |
Expand Down
Loading

0 comments on commit 4015835

Please sign in to comment.