Release v4.5.5

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-07-05 17:11:34 -06:00
parent 1d4f3c62db
commit 8f71cca00f
6 changed files with 30 additions and 23 deletions

View File

@@ -18,14 +18,14 @@ Rocky Linux 8
.. code-block:: console
# dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.el8.x86_64.rpm
# dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5-1.el8.x86_64.rpm
openSuse Leap
-------------
.. code-block:: console
# zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.suse.lp155.x86_64.rpm
# zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5-1.suse.lp155.x86_64.rpm
Compiled Source code
====================
@@ -59,9 +59,9 @@ appropriate substitutions:
.. code-block:: bash
curl -LO https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2.tar.gz
tar -xf warewulf-4.5.2.tar.gz
cd warewulf-4.5.2
curl -LO https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5.tar.gz
tar -xf warewulf-4.5.5.tar.gz
cd warewulf-4.5.5
make all && sudo make install
Git
@@ -89,7 +89,7 @@ tag.
git clone https://github.com/warewulf/warewulf.git
cd warewulf
git checkout development # or switch to a tag like 'v4.5.2'
git checkout development # or switch to a tag like 'v4.5.5'
make all && sudo make install
Runtime Dependencies

View File

@@ -124,7 +124,7 @@ Vagrantfile
cat << 'EOF' > Vagrantfile
Vagrant.configure("2") do |config|
number_of_node = ENV["NODES"] || 2
branch = ENV["BRANCH"] || "v4.5.2"
branch = ENV["BRANCH"] || "v4.5.5"
config.vm.define :head do |head|
head.vm.box = "rockylinux/9"
@@ -161,7 +161,7 @@ Vagrantfile
cd /tmp
git clone https://github.com/warewulf/warewulf.git
cd warewulf
git checkout v4.5.2
git checkout v4.5.5
make clean defaults \
PREFIX=/usr \
BINDIR=/usr/bin \

View File

@@ -35,7 +35,7 @@ Install Warewulf and dependencies
cd ~/git
git clone https://github.com/warewulf/warewulf.git
cd warewulf
git checkout main # or switch to a tag like 'v4.5.2'
git checkout main # or switch to a tag like 'v4.5.5'
make all && sudo make install

View File

@@ -7,11 +7,11 @@ Install Warewulf
The preferred way to install Warewulf on Enterprise Linux is using the
the RPMs published in `GitHub releases`_. For example, to install the
v4.5.2 release on Enterprise Linux 9:
v4.5.5 release on Enterprise Linux 9:
.. code-block:: bash
dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.el9.x86_64.rpm
dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5-1.el9.x86_64.rpm
Packages are available for el7, el8, and el9.