format and changelog

Signed-off-by: Tobias Ribizel <mail@ribizel.de>
This commit is contained in:
Tobias Ribizel
2025-07-07 15:43:52 +02:00
parent 301082cdd7
commit c2a51c2a7e
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support configuring Ignition with resources. #1894
- Added `wwctl <node|partition> set --parttype`. #1894
- Added additional documentation for network tags. #1856
- Added node pattern description to commands that use it. #1936
### Fixed

View File

@@ -4,8 +4,8 @@ import (
"github.com/spf13/cobra"
"github.com/warewulf/warewulf/internal/app/wwctl/completions"
"github.com/warewulf/warewulf/internal/app/wwctl/flags"
"github.com/warewulf/warewulf/internal/pkg/node"
"github.com/warewulf/warewulf/internal/pkg/hostlist"
"github.com/warewulf/warewulf/internal/pkg/node"
)
type variables struct {