Releases: ninjarobot/FsCloudInit
Releases · ninjarobot/FsCloudInit
1.0.13
Adds support for enabling Ubuntu Pro services during cloud-init.
Use Ubuntu 22.04 Pro with FIPS and Reboot to Switch Kernel
cloudConfig {
attach_ubuntu_pro (
ubuntuPro {
token "d6cec6a05314b7c63f251e2c0e238830"
enable [
UbuntuPro.Services.FipsPreview
UbuntuPro.Services.EsmApps
UbuntuPro.Services.EsmInfra
]
}
)
power_state (
powerState {
mode PowerState.Mode.Reboot
message "Rebooting to enable FIPS kernel."
}
)
}
1.0.12
Adds support for power_state
:
powerState {
mode PowerState.Mode.Reboot
message "Done with installation. Rebooting now."
}
1.0.11
Support for attach_ubuntu_pro
to attach a new Ubuntu machine to an Ubuntu Pro subscription.
1.0.10
- Support for
users
for adding additional user accounts.
1.0.9
- Adds support for
defer
inwriteFile
so that files aren't written until after users are created.
1.0.8
1.0.7
Embeds README in nuget package.
1.0.6
- Targeting net5.0 and lower remain with FSharp.Core 5.0 dependency.
1.0.5
- Targeting net5.0 and lower remain with FSharp.Core 5.0 dependency.
1.0.4
- Nuget package published with support for net6.0