Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Releases: coreos/coreos-cloudinit

v0.8.0

01 Jul 01:28
Compare
Choose a tag to compare

Add support for metadata-service data source
Add support for multiple data sources

v0.7.7

20 Jun 20:55
Compare
Choose a tag to compare
  • Clean up the systemd units, prevents config drive from being ignored.
  • New kernel options for enabling/disabling config drive:
    • coreos.configdrive=1: enable config drive.
    • coreos.configdrive=0: disable config drive.

Note: by default config drive is enabled on virtual machines and disabled on physical hardware.

v0.7.6

07 Jun 20:25
Compare
Choose a tag to compare
  • fix restarting update-engine
  • allow arbitrary values for the update group

v0.7.5

06 Jun 18:15
v0.7.5
Compare
Choose a tag to compare

CoreOS cloudinit v0.7.5

  • ensure update-engine is restarted after group/server changes
  • write all files atomically
  • use a runtime unit for locksmith
  • ensure runtime units are unmasked when mask=False

v0.7.4

03 Jun 21:21
Compare
Choose a tag to compare
  • add support for reading cloudconfig from config-drive #124
  • add experimental support for configuring network from a Debian-style interfaces file #124

v0.7.3

29 May 22:05
v0.7.3
Compare
Choose a tag to compare

CoreOS cloudinit v0.7.3

  • remove any existing unit file in /etc/systemd/system when masking unit #125
  • fix exponential backoff in URL retrieval #129

v0.7.2

27 May 21:05
Compare
Choose a tag to compare
  • retry HTTP requests, fixes cases where cloudinit runs before network is up
  • fixes for /proc/cmdline parsing and locksmith service configuration

v0.7.1

17 May 04:35
Compare
Choose a tag to compare
  • support config drive in containers
  • fix panic when no etcd section is defined

0.7.0

17 May 01:24
Compare
Choose a tag to compare
  • basic fleet configuration support
  • user-data fetched over http now retry with exp backoff

v0.6.1

14 May 17:55
Compare
Choose a tag to compare

Bug Fixes

  • #80: Use correct primary-group flag when creating user
  • #107: Ensure /etc/coreos exists when configuring locksmith