Releases: coreos/coreos-cloudinit
Releases · coreos/coreos-cloudinit
v0.8.0
Add support for metadata-service data source
Add support for multiple data sources
v0.7.7
- 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
- fix restarting update-engine
- allow arbitrary values for the update group
v0.7.5
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
- 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
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
- retry HTTP requests, fixes cases where cloudinit runs before network is up
- fixes for /proc/cmdline parsing and locksmith service configuration
v0.7.1
- support config drive in containers
- fix panic when no etcd section is defined
0.7.0
- basic fleet configuration support
- user-data fetched over http now retry with exp backoff
v0.6.1
Bug Fixes
- #80: Use correct primary-group flag when creating user
- #107: Ensure /etc/coreos exists when configuring locksmith