Skip to content

Releases: nix-community/disko

v1.2.0

20 Dec 22:56
Compare
Choose a tag to compare

bug fix release, no (known ;) breaking changes.

What's Changed

  • disko: also support -h by @Mic92 in #373
  • fix: unquoted flake ref by @Gerg-L in #377
  • make-disk-image: fix pre/post files with empty glob by @Lassulus in #380
  • zfs_volume: fix /dev/zvol/ symlink race by @samhug in #388
  • Removed deprecated name field in example code by @cvoges12 in #393
  • added raid5 and raid6 to lvm by @cvoges12 in #392
  • make-disk-image: allow secrets-pre-install but after partioning by @Janik-Haag in #383
  • lib.makeDiskImages: also execute postVM by @Lassulus in #399
  • removed deprecated name file from luks-btrfs-subvolumes example by @cvoges12 in #396
  • flake: deprecate .lib.lib by @Lassulus in #400
  • simple-efi example in HowTo.md to new disko API by @cvoges12 in #397
  • boot -> BOOT for change of order by @cvoges12 in #402
  • luks: don't leak secret in debug logs by @Mic92 in #395
  • use M instead MiB suffix everywhere by @Mic92 in #405
  • make boot large enough in tests by @Mic92 in #406
  • Fix example in README.md by @kai-tub in #410
  • types luks: add password prompt by @Lassulus in #376
  • luks: fix interactive mount by @Ma27 in #417
  • module: use defaultText to not depend on the configuration when building the manual by @Ma27 in #419
  • boot.loader.grub.device not required by @stfnx in #425
  • disk-deactivate: Remove MBR bootstrap code for disk by @dongcarl in #424
  • luks: fix read ShellCheck warning SC2162 by @williamvds in #431
  • publish to flakestry by @Mic92 in #433
  • quickstart: remove deprecated disk handling by @Lassulus in #436
  • luks: use allowDiscards option by @Stunkymonkey in #439
  • add btrfs swap support by @Lassulus in #440
  • make-disk-image: add features and fix stuff from #383 by @Janik-Haag in #384
  • docs: add make-disk-image by @Janik-Haag in #390
  • example lukgs-btrfs-subvolumes: fix passwordFile location by @Lassulus in #443
  • Implement preMountHook & postMountHook by @Mic92 in #446
  • swap: don't activate random encrypted swap files by @Lassulus in #455
  • build(deps): bump cachix/install-nix-action from 23 to 24 by @dependabot in #458
  • doc: add experimental flags to examples by @Mic92 in #462
  • lvm: update kernel modules when creating raid by @Mic92 in #463
  • fix: create btrfs subvolume parent directories by @ctem in #464
  • make-disk-image: make memSize configurable per disk by @MatthewCroughan in #466
  • lib/types/gpt.nix: default = [] -> default = {} by @MatthewCroughan in #468
  • make-disk-image: inherit kernel from nixosConfiguration by @MatthewCroughan in #467
  • make-disk-image: allow extra dependencies to be passed into image builder by @MatthewCroughan in #470
  • zpool: fix default dataset getting shadowed by @Enzime in #474
  • make simple disko config even simpler by @phaer in #475

New Contributors

Full Changelog: v1.1.0...v1.2.0