@@ -40,7 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Replace slice in templates with sprig substr. #1093
|
- Replace slice in templates with sprig substr. #1093
|
||||||
- Fix an invalid format issue for the GitHub nightly build action. #1258
|
- Fix an invalid format issue for the GitHub nightly build action. #1258
|
||||||
|
|
||||||
## v4.5.7, unreleased
|
## v4.5.7, 2024-09-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@@ -49,10 +49,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Add `:cow` suffix to `wwctl container exec --bind` to temporarily copy files into the node image. #1365
|
- Add `:cow` suffix to `wwctl container exec --bind` to temporarily copy files into the node image. #1365
|
||||||
- Add `:copy` suffix to `wwctl container exec --bind` to temporarily copy files into the node image. #1365
|
- Add `:copy` suffix to `wwctl container exec --bind` to temporarily copy files into the node image. #1365
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fix dracut booting with secure mode. #1261
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added a link to an example SELinux-enabled node image in documentation. #1305
|
- Added a link to an example SELinux-enabled node image in documentation. #1305
|
||||||
@@ -63,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
- Fixed application of node overlays such that they override overlapping files from profile overlays. #1259
|
- Fixed application of node overlays such that they override overlapping files from profile overlays. #1259
|
||||||
- Prevent overlays from being improperly used as format strings during `wwctl overlay show --render`. #1363
|
- Prevent overlays from being improperly used as format strings during `wwctl overlay show --render`. #1363
|
||||||
|
- Fix dracut booting with secure mode. #1261
|
||||||
|
|
||||||
## v4.5.6, 2024-08-05
|
## v4.5.6, 2024-08-05
|
||||||
|
|
||||||
|
|||||||
@@ -18,14 +18,14 @@ Rocky Linux 8
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.6/warewulf-4.5.6-1.el8.x86_64.rpm
|
# dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.7/warewulf-4.5.7-1.el8.x86_64.rpm
|
||||||
|
|
||||||
openSuse Leap
|
openSuse Leap
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.6/warewulf-4.5.6-1.suse.lp155.x86_64.rpm
|
# zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.7/warewulf-4.5.7-1.suse.lp155.x86_64.rpm
|
||||||
|
|
||||||
Compiled Source code
|
Compiled Source code
|
||||||
====================
|
====================
|
||||||
@@ -59,9 +59,9 @@ appropriate substitutions:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
curl -LO https://github.com/warewulf/warewulf/releases/download/v4.5.6/warewulf-4.5.6.tar.gz
|
curl -LO https://github.com/warewulf/warewulf/releases/download/v4.5.7/warewulf-4.5.7.tar.gz
|
||||||
tar -xf warewulf-4.5.6.tar.gz
|
tar -xf warewulf-4.5.7.tar.gz
|
||||||
cd warewulf-4.5.6
|
cd warewulf-4.5.7
|
||||||
make all && sudo make install
|
make all && sudo make install
|
||||||
|
|
||||||
Git
|
Git
|
||||||
@@ -89,7 +89,7 @@ tag.
|
|||||||
|
|
||||||
git clone https://github.com/warewulf/warewulf.git
|
git clone https://github.com/warewulf/warewulf.git
|
||||||
cd warewulf
|
cd warewulf
|
||||||
git checkout development # or switch to a tag like 'v4.5.6'
|
git checkout development # or switch to a tag like 'v4.5.7'
|
||||||
make all && sudo make install
|
make all && sudo make install
|
||||||
|
|
||||||
Runtime Dependencies
|
Runtime Dependencies
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ Vagrantfile
|
|||||||
cat << 'EOF' > Vagrantfile
|
cat << 'EOF' > Vagrantfile
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
number_of_node = ENV["NODES"] || 2
|
number_of_node = ENV["NODES"] || 2
|
||||||
branch = ENV["BRANCH"] || "v4.5.6"
|
branch = ENV["BRANCH"] || "v4.5.7"
|
||||||
|
|
||||||
config.vm.define :head do |head|
|
config.vm.define :head do |head|
|
||||||
head.vm.box = "rockylinux/9"
|
head.vm.box = "rockylinux/9"
|
||||||
@@ -161,7 +161,7 @@ Vagrantfile
|
|||||||
cd /tmp
|
cd /tmp
|
||||||
git clone https://github.com/warewulf/warewulf.git
|
git clone https://github.com/warewulf/warewulf.git
|
||||||
cd warewulf
|
cd warewulf
|
||||||
git checkout v4.5.6
|
git checkout v4.5.7
|
||||||
make clean defaults \
|
make clean defaults \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
BINDIR=/usr/bin \
|
BINDIR=/usr/bin \
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ Install Warewulf and dependencies
|
|||||||
cd ~/git
|
cd ~/git
|
||||||
git clone https://github.com/warewulf/warewulf.git
|
git clone https://github.com/warewulf/warewulf.git
|
||||||
cd warewulf
|
cd warewulf
|
||||||
git checkout main # or switch to a tag like 'v4.5.6'
|
git checkout main # or switch to a tag like 'v4.5.7'
|
||||||
make all && sudo make install
|
make all && sudo make install
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ Install Warewulf
|
|||||||
|
|
||||||
The preferred way to install Warewulf on Enterprise Linux is using the
|
The preferred way to install Warewulf on Enterprise Linux is using the
|
||||||
the RPMs published in `GitHub releases`_. For example, to install the
|
the RPMs published in `GitHub releases`_. For example, to install the
|
||||||
v4.5.6 release on Enterprise Linux 9:
|
v4.5.7 release on Enterprise Linux 9:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.6/warewulf-4.5.6-1.el9.x86_64.rpm
|
dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.7/warewulf-4.5.7-1.el9.x86_64.rpm
|
||||||
|
|
||||||
Packages are available for el7, el8, and el9.
|
Packages are available for el7, el8, and el9.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user