All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Ignition template can list remote files (#139).
- Fix a critical degradation in ignition template introduced in 2.0.0 (#140).
2.0.0 - 2019-02-18
- Ignition templates have
version
to specify Ignition spec version for rendering (#138). - Arithmetic functions are available in Ignition templates (#137).
- Semantic import versioning for v2 has been applied.
- REST API for Ignition templates has been revamped breaking backward-compatibility (#138).
- Go client library has been changed for new Ignition template API (#138).
1.2.0 - 2019-02-13
Machine.Info
brings NIC configuration information (#136).
This new information is also exposed in GraphQL and REST API.ipam.json
adds new mandatory fieldnode-gateway-offset
(#136).
Existing installations continue to work thanks to automatic data conversion.
- GraphQL data type
BMCInfoIPv4
is renamed toNICConfig
.
dhcp.json
obsoletesgateway-offset
field (#136).
The field is moved toipam.json
asnode-gateway-offset
.
1.1.0 - 2019-01-29
- [ignition]
json
template function to render objects in JSON (#134).
1.0.1 - 2019-01-28
- Fix a regression in ignition template introduced in #131 (#133).
1.0.0 - 2019-01-28
ipam.json
adds new mandatory fieldbmc-ipv4-gateway-offset
(#132).- Ignition template renderer sets
.
asMachine
instead ofMachineSpec
(#132).
Machine
has additional information field for BMC NIC configuration (#132).
See CHANGELOG-0.