From 08b45ed05585d32101b2c79fe53ed1ba2514fe0b Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 13 May 2024 21:21:02 -0600 Subject: [PATCH] Update to release v4.5.2 Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 2 +- userdocs/contents/configuration.rst | 2 +- userdocs/contents/installation.rst | 12 ++++++------ .../contributing/development-environment-vagrant.rst | 4 ++-- userdocs/quickstart/debian12.rst | 2 +- userdocs/quickstart/el.rst | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e1fa9cd..e682910c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Replace slice in templates with sprig substr. #1093 - Block unprivileged requests for arbitrary overlays in secure mode. -## v4.5.2, unreleased +## v4.5.2, 2024-05-13 ### Added diff --git a/userdocs/contents/configuration.rst b/userdocs/contents/configuration.rst index e16549faf..11234d7dc 100644 --- a/userdocs/contents/configuration.rst +++ b/userdocs/contents/configuration.rst @@ -10,7 +10,7 @@ warewulf.conf ============= The Warewulf configuration exists as follows in the current version of -Warewulf (4.5.1): +Warewulf (4.5.2): .. code-block:: yaml diff --git a/userdocs/contents/installation.rst b/userdocs/contents/installation.rst index 0eac3db6f..a43545cdf 100644 --- a/userdocs/contents/installation.rst +++ b/userdocs/contents/installation.rst @@ -18,14 +18,14 @@ Rocky Linux 8 .. code-block:: console - # dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.1/warewulf-4.5.1-1.el8.x86_64.rpm + # dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.el8.x86_64.rpm openSuse Leap ------------- .. code-block:: console - # zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.1/warewulf-4.5.1-1.suse.lp155.x86_64.rpm + # zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-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.1/warewulf-4.5.1.tar.gz - tar -xf warewulf-4.5.1.tar.gz - cd warewulf-4.5.1 + 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 make all && sudo make install Git @@ -89,7 +89,7 @@ tag. git clone https://github.com/hpcng/warewulf.git cd warewulf - git checkout development # or switch to a tag like 'v4.5.1' + git checkout development # or switch to a tag like 'v4.5.2' make all && sudo make install Runtime Dependencies diff --git a/userdocs/contributing/development-environment-vagrant.rst b/userdocs/contributing/development-environment-vagrant.rst index 7c85751da..a8465d236 100644 --- a/userdocs/contributing/development-environment-vagrant.rst +++ b/userdocs/contributing/development-environment-vagrant.rst @@ -124,7 +124,7 @@ Vagrantfile cat << 'EOF' > Vagrantfile Vagrant.configure("2") do |config| number_of_node = ENV["NODES"] || 2 - branch = ENV["BRANCH"] || "v4.5.1" + branch = ENV["BRANCH"] || "v4.5.2" 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.1 + git checkout v4.5.2 make clean defaults \ PREFIX=/usr \ BINDIR=/usr/bin \ diff --git a/userdocs/quickstart/debian12.rst b/userdocs/quickstart/debian12.rst index f6f767502..5980accf3 100644 --- a/userdocs/quickstart/debian12.rst +++ b/userdocs/quickstart/debian12.rst @@ -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.1' + git checkout main # or switch to a tag like 'v4.5.2' make all && sudo make install diff --git a/userdocs/quickstart/el.rst b/userdocs/quickstart/el.rst index c1bab88e6..99478a3e0 100644 --- a/userdocs/quickstart/el.rst +++ b/userdocs/quickstart/el.rst @@ -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.1 release on Enterprise Linux 9: +v4.5.2 release on Enterprise Linux 9: .. code-block:: bash - dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.1/warewulf-4.5.1-1.el9.x86_64.rpm + dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.el9.x86_64.rpm Packages are available for el7, el8, and el9.