Skip to content

Releases: coreos/afterburn

coreos-metadata v3.0.2

05 Nov 12:31
v3.0.2
35003b4
Compare
Choose a tag to compare

Misc:

  • Update compatible dependencies to latest version

coreos-metadata v3.0.1

28 Sep 10:27
v3.0.1
bf3e1b5
Compare
Choose a tag to compare

Bugfixes:

  • util: minor fixes to cmdline parser (#116)

coreos-metadata v3.0.0

24 Aug 08:08
v3.0.0
ea8be56
Compare
Choose a tag to compare

Bugfixes:

  • providers/gcp: scrape new endpoint for ssh keys (#112, thanks @andor44!)

Misc:

  • cargo: bump update-ssh-keys to 0.3.0 (#114)
  • src: make a single-binary only project (#113)

This project is now available on the public crates.io registry: https://crates.io/crates/coreos-metadata

coreos-metadata v2.0.0

03 Aug 22:11
v2.0.0
9f0dfdb
Compare
Choose a tag to compare

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:

Misc:

  • Bump error-chain dependency to 0.12 (#101)
  • Bump update-ssh-keys dependency to 0.2.1 (#108)

coreos-metadata v1.0.6

20 Apr 21:18
v1.0.6
2540930
Compare
Choose a tag to compare
  • Update dependencies - this fixes breakages on rust compilers newer than 1.23 (#85)

coreos-metadata v1.0.5

16 Dec 02:53
v1.0.5
a4eb0f8
Compare
Choose a tag to compare
  • fix issue with oracle-oci provider where coreos-metadata would fail to deserialize the metadata if there were no configured ssh keys (#75)
  • fix references in logs to oracle instead of oracle-oci (#76)
  • fix issue with packet provider incorrectly configuring network interfaces to bond when no bonds were specified (#77)

coreos-metadata v1.0.4

29 Nov 01:36
v1.0.4
4faa6e3
Compare
Choose a tag to compare
  • fixed a bug in digitalocean provider where private ip attributes would be improperly indexed if there were also public ips (#72, thanks @tfussell!)

coreos-metadata v1.0.3

16 Nov 23:26
v1.0.3
fcfef84
Compare
Choose a tag to compare
  • fix issue where golang-style single-hyphen flags were no longer accepted (coreos/bugs#2240, #70)

coreos-metadata v1.0.2

08 Nov 02:21
v1.0.2
6eaf41a
Compare
Choose a tag to compare
  • update openssh-keys to v0.2.0 to fix bug with authorized_keys file parsing.

coreos-metadata v1.0.1

07 Nov 22:00
v1.0.1
0fc18cb
Compare
Choose a tag to compare
  • reduce the amount logging volume for the release build (#64)