Releases: OpenCHAMI/ochami
Releases · OpenCHAMI/ochami
v0.6.0
Updates
- New discovery format introduced! See #63 and ochami-discover(1) manual page for more details.
- The old format is deprecated and will be removed in a future release.
- The included extras/scripts/ochami-discovery-old2new.py script (/usr/libexec/ochami/ochami-discovery-old2new.py if installing the package) can be used to convert from the old format.
What's Changed
Full Changelog: v0.5.6...v0.6.0
v0.5.6
What's Changed
- build(Dockerfile): update golang minimum version to 1.24 by @pirese in #60
- feat: add support for multiple nodes per BMC by @shunr-hpe in #62
New Contributors
- @pirese made their first contribution in #60
- @shunr-hpe made their first contribution in #62
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- fix(discover): send EthernetInterfaces on version 1 instead of 2 by @synackd in #52
- Default is version 2, not version 1
- feat(discovery): support multiple SMD groups during static discovery by @synackd in #53
- Instead of using
groupand passing a single group (now deprecated), usegroupsand pass an array of groups
- Instead of using
- feat: add BMC FQDN to static discovery nodes by @rainest in #51
- via
bmc_fqdn
- via
- feat: add fake power actions by @rainest in #47
- Add a default set of power actions to RedfishEndpoints for PCS
New Contributors
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- feat: implement
service statuscommands for each service by @synackd in #46- add
service statustobss,smd, andcloud-initcommands (pcscoming soon) - add
service versiontobssandcloud-initcommands (SMD doesn't currently output its version) - deprecate
statuscommand forbssandsmd
- add
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- refactor: update gonja from v1 to v2 by @synackd in #49
cloud-init group rendernow supportsdict.items()in its Jinja rendering
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- hotfix: spacing issue in ochami-discover(1) by @synackd in #45
- also add CI check to build binary/docs via
maketo catch things Goreleaser might have missed
- also add CI check to build binary/docs via
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Updates
- Add
--no-tokenflag to disable token setting/checking for the command invocation - Add per-cluster
cluster.enable-authconfig option to persistently configure token setting/checking - Refactored and fixed config mechanism for the above to be possible
What's Changed
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Updates
- Add
--discovery-versionflag todiscover staticto toggle which discovery version to use with SMD.--discovery-version 1uses the "old" version, where POST requests are sent to SMD to createEthernetInterfaces (they are not created automatically by SMD in older versions).--discovery-version 2(the default) uses the "new" version, that does not send POST requests to SMD to createEthernetInterfaces. Newer versions of SMD as of #49 create them automatically when theRedfishEndpointsare sent.
What's Changed
- Add flag to make second request to SMD optional to prevent 409 conflicts creating
EthernetInterfaces by @davidallendj in #34
New Contributors
- @davidallendj made their first contribution in #34
Full Changelog: v0.3.6...v0.4.0