Merge pull request #2124 from jsco2t/2122-golang-ver-pol
Updating MAINTAINING.md to document golang version policy
This commit is contained in:
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Remove requisite dependency between ignition disk target and ignition service. #2083
|
- Remove requisite dependency between ignition disk target and ignition service. #2083
|
||||||
- Return HTTP 409 status when creating an existing overlay
|
- Return HTTP 409 status when creating an existing overlay
|
||||||
- Allow whitespace to be trimmed for wwdoc comments. #2109
|
- Allow whitespace to be trimmed for wwdoc comments. #2109
|
||||||
- update go-chi to 5.2.5 to fix CVE-2025-69725
|
- update go-chi to 5.2.5 to fix CVE-2025-69725
|
||||||
- Prevented profile `comment` field from being inherited by nodes. #2078
|
- Prevented profile `comment` field from being inherited by nodes. #2078
|
||||||
- Error handling for /newroot mount during single-stage boot
|
- Error handling for /newroot mount during single-stage boot
|
||||||
- Bugfix for command-line arguments during single-stage image unpacking
|
- Bugfix for command-line arguments during single-stage image unpacking
|
||||||
@@ -66,6 +66,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
the node continues to boot and `wwclient` retries the download at runtime.
|
the node continues to boot and `wwclient` retries the download at runtime.
|
||||||
- `hosts` overlay added to the default system overlay list
|
- `hosts` overlay added to the default system overlay list
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated `MAINTAINING.md` to document golang version policy
|
||||||
|
|
||||||
## v4.6.5, 2026-01-12
|
## v4.6.5, 2026-01-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -131,3 +131,19 @@ by vote of the remaining TSC members.
|
|||||||
|
|
||||||
- A patch release may be published by the TSC whenever one or more
|
- A patch release may be published by the TSC whenever one or more
|
||||||
changes have been ported to a minor branch.
|
changes have been ported to a minor branch.
|
||||||
|
|
||||||
|
## Golang version
|
||||||
|
|
||||||
|
- Warewulf is built with the most recent version of Go that is available
|
||||||
|
as a system package across the Linux distributions for which Warewulf
|
||||||
|
[publishes official packages](https://github.com/warewulf/warewulf/blob/main/.github/workflows/release.yml),
|
||||||
|
in consultation with the OpenHPC project and its Go version requirements.
|
||||||
|
|
||||||
|
- The minimum Go version declared in `go.mod` is updated at the start
|
||||||
|
of each minor release cycle to reflect the Go version available
|
||||||
|
across all supported distributions.
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- On EL8, Go is installed using the `go-toolset` module from the
|
||||||
|
appstream repository.
|
||||||
|
|||||||
Reference in New Issue
Block a user