Skip to content

Releases: ninjarobot/FsCloudInit

1.0.13

12 Jun 13:21
Compare
Choose a tag to compare

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

07 Jun 12:16
Compare
Choose a tag to compare

Adds support for power_state:

powerState {
    mode PowerState.Mode.Reboot
    message "Done with installation. Rebooting now."
}

1.0.11

11 Feb 22:45
Compare
Choose a tag to compare

Support for attach_ubuntu_pro to attach a new Ubuntu machine to an Ubuntu Pro subscription.

1.0.10

02 Jun 16:01
Compare
Choose a tag to compare
  • Support for users for adding additional user accounts.

1.0.9

17 Jun 18:04
Compare
Choose a tag to compare
  • Adds support for defer in writeFile so that files aren't written until after users are created.

1.0.8

05 Apr 02:56
Compare
Choose a tag to compare

1.0.7

14 Feb 02:43
Compare
Choose a tag to compare

Embeds README in nuget package.

1.0.6

09 Nov 17:22
Compare
Choose a tag to compare
  • Targeting net5.0 and lower remain with FSharp.Core 5.0 dependency.

1.0.5

09 Nov 17:12
Compare
Choose a tag to compare
  • Targeting net5.0 and lower remain with FSharp.Core 5.0 dependency.

1.0.4

09 Nov 16:53
Compare
Choose a tag to compare
  • Nuget package published with support for net6.0