updated Makefile and CHANGELOG to rc3
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -5,11 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Added
|
||||||
- Provision interface is not tied to 'eth0' any more. The provision interface must be named
|
|
||||||
'default' now. The file `nodes.yaml' must be changed accordingly.
|
|
||||||
- Creating of '/etc/exports' can now be disabled, so that `wwctl configure -a` wont overwrite
|
|
||||||
a existing '/etc/exports'.
|
|
||||||
- All configurations files for the host (/etc/exports, /etc/dhcpd.conf, /etc/hosts) are now
|
- All configurations files for the host (/etc/exports, /etc/dhcpd.conf, /etc/hosts) are now
|
||||||
populated from the (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration
|
populated from the (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration
|
||||||
files like prometheus.yml.ww or slurm.conf.ww which depend on the cluster nodes can be
|
files like prometheus.yml.ww or slurm.conf.ww which depend on the cluster nodes can be
|
||||||
@@ -28,12 +24,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
configuration files for the network, see `ifcfg.xml.ww` and `ifcgf.ww`.
|
configuration files for the network, see `ifcfg.xml.ww` and `ifcgf.ww`.
|
||||||
- Networks can now have arbitrary keys value pairs in the profiles and on the node, so that
|
- Networks can now have arbitrary keys value pairs in the profiles and on the node, so that
|
||||||
things like bridges and mtu sizes can be set
|
things like bridges and mtu sizes can be set
|
||||||
- The yaml format for nodes has now sub-keys for ipmi and kernel, old nodes.conf files have to
|
- oci container tar balls can be imported with the 'file://$PATH' scheme
|
||||||
to be changed accordingly
|
- uids and gids of a container can now get synced at import time, so that at least users with the
|
||||||
- uids and gids of a container now get synced at import time, so that at least users with the
|
|
||||||
same name have the same uid. This is not necessarily needed for warewulf, but services like
|
same name have the same uid. This is not necessarily needed for warewulf, but services like
|
||||||
munge.
|
munge.
|
||||||
- oci container tar balls can be imported with the 'file://$PATH' scheme
|
### Changed
|
||||||
|
- Provision interface is not tied to 'eth0' any more. The provision interface must be have the
|
||||||
|
'primary' flag now. The file `nodes.conf' must be changed accordingly.
|
||||||
|
- the provisioning network is now called primary and not default
|
||||||
|
- Creating of '/etc/exports' can now be disabled, so that `wwctl configure -a` wont overwrite
|
||||||
|
a existing '/etc/exports'.
|
||||||
|
- The yaml format for nodes has now sub-keys for ipmi and kernel, old nodes.conf files have to
|
||||||
|
to be changed accordingly
|
||||||
|
- host overlays can globaly disbaled, but are enabled per default
|
||||||
|
- `wwctl overlay build -H` will only nuild the overlays which are assigned to the nodes
|
||||||
|
|
||||||
|
|
||||||
## [4.1.0] - 2021-07-29
|
## [4.1.0] - 2021-07-29
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ VARLIST := OS
|
|||||||
# Project Information
|
# Project Information
|
||||||
VARLIST += WAREWULF VERSION RELEASE
|
VARLIST += WAREWULF VERSION RELEASE
|
||||||
WAREWULF ?= warewulf
|
WAREWULF ?= warewulf
|
||||||
VERSION ?= 4.3.0rc2
|
VERSION ?= 4.3.0rc3
|
||||||
GIT_TAG := $(shell test -e .git && git log -1 --format="%h")
|
GIT_TAG := $(shell test -e .git && git log -1 --format="%h")
|
||||||
|
|
||||||
ifdef GIT_TAG
|
ifdef GIT_TAG
|
||||||
|
|||||||
Reference in New Issue
Block a user