Releases: coreos/afterburn
Releases · coreos/afterburn
coreos-metadata v3.0.2
Misc:
- Update compatible dependencies to latest version
coreos-metadata v3.0.1
Bugfixes:
- util: minor fixes to cmdline parser (#116)
coreos-metadata v3.0.0
Bugfixes:
Misc:
This project is now available on the public crates.io registry: https://crates.io/crates/coreos-metadata
coreos-metadata v2.0.0
Features:
- Drop Oracle OCI provider support (#86)
- Refactor providers to use
MetadataProvider
trait (#88) - Support partial metadata fetching (coreos/bugs#2362, #88)
- Add basic
Makefile
and systemd units (#90) - Add EC2_PUBLIC_HOSTNAME attribute (#104, thanks @fspijkerman!)
- Enable link-time optimization for release builds (#105)
Bugfixes:
- Do not attempt to write empty sets of SSH keys (coreos/bugs#2312, #97)
Misc:
coreos-metadata v1.0.6
- Update dependencies - this fixes breakages on rust compilers newer than 1.23 (#85)
coreos-metadata v1.0.5
- fix issue with
oracle-oci
provider wherecoreos-metadata
would fail to deserialize the metadata if there were no configured ssh keys (#75) - fix references in logs to
oracle
instead oforacle-oci
(#76) - fix issue with
packet
provider incorrectly configuring network interfaces to bond when no bonds were specified (#77)
coreos-metadata v1.0.4
coreos-metadata v1.0.3
- fix issue where golang-style single-hyphen flags were no longer accepted (coreos/bugs#2240, #70)
coreos-metadata v1.0.2
- update
openssh-keys
to v0.2.0 to fix bug withauthorized_keys
file parsing.
coreos-metadata v1.0.1
- reduce the amount logging volume for the release build (#64)