Skip to content

Commit 4015835

Browse files
authored
Merge pull request #1422 from netbootxyz/RC
Release 2.0.77
2 parents 6add700 + 8ac0ac7 commit 4015835

File tree

12 files changed

+118
-267
lines changed

12 files changed

+118
-267
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ assignees: ''
77

88
---
99

10+
[]: This bug persists when memory is increased beyond 8GB.
11+
<!--
12+
Please validate that the issue is not a symptom of insufficient memory.
13+
Many installation media are based on live-cd images that require more than
14+
a few MB/GB of memory to run.
15+
-->
16+
1017
**Describe the bug**
1118
<!-- A clear and concise description of what the bug is. -->
1219

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Extract release notes
6868
id: extract-release-notes
69-
uses: ffurrer2/extract-release-notes@v1
69+
uses: ffurrer2/extract-release-notes@v2
7070

7171
- name: Create RC Release and Upload Assets
7272
uses: svenstaro/upload-release-action@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Extract release notes
6363
id: extract-release-notes
64-
uses: ffurrer2/extract-release-notes@v1
64+
uses: ffurrer2/extract-release-notes@v2
6565

6666
- name: Create Release and Upload Assets
6767
uses: svenstaro/upload-release-action@v2

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [2.0.77] - 2024-02-24
9+
10+
### Fixed
11+
12+
- Talos menu fixed
13+
14+
### Changed
15+
16+
- Use bootloader_filename instead of site_name for bootloader filenames
17+
818
## [2.0.76] - 2023-12-31
919

1020
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
174174
| Scientific Linux | https://scientificlinux.org | Yes | No |
175175
| Septor | https://septor.sourceforge.io | No | Yes |
176176
| Slackware | https://www.slackware.com | Yes | No |
177-
| SmartOS | https://www.joyent.com/smartos | Yes | No |
177+
| SmartOS | https://www.smartos.org/ | Yes | No |
178178
| SparkyLinux | https://sparkylinux.org/ | No | Yes |
179179
| Tails | https://tails.net | No | Yes |
180180
| Talos | https://www.talos.dev/ | Yes | No |

0 commit comments

Comments
 (0)