SHA256
1
0
forked from pool/warewulf4

Accepting request 1237396 from network:cluster

- Warewulf v4.5.8 simplifies the `wwinit` boot process for SELinux
  and configures tmpfs to spread the node image across all
  available NUMA nodes. It also improves the detection of kernels
  in the container image to more reliably detect the newest
  available kernel and to avoid debug / rescue kernels.
- Warewulf v4.5.7 fixes the ability to override overlay files
  configured in profiles with overlays configured per-node; fixes
  a template processing bug bug in development-time overlay
  rendering; and improves the preview dracut-based boot process to
  better support a "secure" boot process.
- removed added-cow-option-to-bind.patch as now in upstream
  * Show more information during `wwctl container <shell|exec>`
    about when and if the container image will be rebuilt.
  * Command-line completion for `wwctl overlay <edit|delete|chmod|chown>`.
  * Display an error during boot if no container is defined.
  * `wwctl container list --kernel` shows the kernel detected for
    each container.
  *  `wwctl container list --size` shows the uncompressed size of
     each container. `--compressed` shows the compressed size, and
     `--chroot` shows the size of the container source on the server.
  * Add a logrotate config for `warewulfd.log`.

OBS-URL: https://build.opensuse.org/request/show/1237396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2025-01-13 16:53:26 +00:00 committed by Git OBS Bridge
commit e14b5a0d83
2 changed files with 22 additions and 20 deletions

View File

@ -7,16 +7,17 @@ Tue Oct 22 06:53:46 UTC 2024 - Christian Goll <cgoll@suse.com>
Mon Oct 14 13:41:00 UTC 2024 - cgoll@suse.com Mon Oct 14 13:41:00 UTC 2024 - cgoll@suse.com
- Update to version 4.5.8: - Update to version 4.5.8:
- Warewulf v4.5.8 simplifies the "wwinit" boot process for SELinux and - Warewulf v4.5.8 simplifies the `wwinit` boot process for SELinux
configures tmpfs to spread the node image across all available NUMA nodes. It and configures tmpfs to spread the node image across all
also improves the detection of kernels in the container image to more available NUMA nodes. It also improves the detection of kernels
reliably detect the newest available kernel and to avoid debug / rescue in the container image to more reliably detect the newest
kernels. available kernel and to avoid debug / rescue kernels.
- Warewulf v4.5.7 fixes the ability to override overlay files configured in - Warewulf v4.5.7 fixes the ability to override overlay files
profiles with overlays configured per-node; fixes a template processing bug configured in profiles with overlays configured per-node; fixes
bug in development-time overlay rendering; and improves the preview a template processing bug bug in development-time overlay
dracut-based boot process to better support a "secure" boot process. rendering; and improves the preview dracut-based boot process to
- rmeoved added-cow-option-to-bind.patch as now in upstream better support a "secure" boot process.
- removed added-cow-option-to-bind.patch as now in upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 22 12:56:41 UTC 2024 - Christian Goll <cgoll@suse.com> Thu Aug 22 12:56:41 UTC 2024 - Christian Goll <cgoll@suse.com>
@ -30,15 +31,16 @@ Thu Aug 22 12:56:41 UTC 2024 - Christian Goll <cgoll@suse.com>
Fri Aug 09 12:39:33 UTC 2024 - cgoll@suse.com Fri Aug 09 12:39:33 UTC 2024 - cgoll@suse.com
- Update to version 4.5.6 with following changes: - Update to version 4.5.6 with following changes:
* Show more information during wwctl container <shell|exec> about * Show more information during `wwctl container <shell|exec>`
when and if the container image will be rebuilt. about when and if the container image will be rebuilt.
* Command-line completion for wwctl overlay <edit|delete|chmod|chown>. * Command-line completion for `wwctl overlay <edit|delete|chmod|chown>`.
* Display an error during boot if no container is defined. * Display an error during boot if no container is defined.
* wwctl conaitner list --kernel shows the kernel detected for each container. * `wwctl container list --kernel` shows the kernel detected for
* wwctl container list --size shows the uncompressed size of each container. each container.
--compressed shows the compressed size, and --chroot shows the size of the container i * `wwctl container list --size` shows the uncompressed size of
source on the server. each container. `--compressed` shows the compressed size, and
* Add a logrotate config for warewulfd.log. `--chroot` shows the size of the container source on the server.
* Add a logrotate config for `warewulfd.log`.
- removed following patches as accepted upstream: - removed following patches as accepted upstream:
* empty-container.patch * empty-container.patch
* enhanced-cont-list.patch * enhanced-cont-list.patch

View File

@ -1,7 +1,7 @@
# #
# spec file for package warewulf4 # spec file for package warewulf4
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed