Skip to content

Latest commit

 

History

History
109 lines (62 loc) · 8.64 KB

CHANGELOG.md

File metadata and controls

109 lines (62 loc) · 8.64 KB

Changelog

2.0.1 (2023-05-19)

Bug Fixes

  • don't hardcode ublue-os on grub.cfg, use github repository name (#61) (111381f)
  • use new mirror for boot.iso (#66) (d7b37f0)

2.0.0 (2023-04-22)

⚠ BREAKING CHANGES

  • allow customized boot_menu.yml from consumer (#59)

Features

  • allow customized boot_menu.yml from consumer (#59) (ebd119b)

1.2.0 (2023-04-20)

Features

Bug Fixes

  • correct EFI mode check and ensure mokutil does not cause the installer to fail (#58) (4f8f574)

1.1.0 (2023-04-18)

Features

Bug Fixes

  • move output to GITHUB_WORKSPACE so consumer action can access it (#53) (c4987d0)

1.0.4 (2023-04-17)

Bug Fixes

  • use $PWD because github.action_path points to the wrong place (#51) (52dd6e0)

1.0.3 (2023-04-17)

Bug Fixes

1.0.2 (2023-04-16)

Bug Fixes

  • add tag push trigger so we can get the correct github.ref (#47) (ccc6ba5)

1.0.1 (2023-04-16)

Bug Fixes

  • fromJSON takes a string, missed quoting in example (#45) (318aea6)
  • split assignments to avoid shellcheck warnings (#44) (80f4939)

1.0.0 (2023-04-16)

Features

  • add bluefin menu entry (#35) (bc396a5)
  • add new script using manual xorriso calls (#19) (f5fa728)
  • Add sha256 signing (#8) (a31547b)
  • add shellcheck and fix warnings (#26) (1d59e49)
  • Create reusable GitHub Action to generate the ISOs (#1) (8ddbda8)
  • enable secure boot key enrollment for Nvidia (#31) (d38990d)
  • have action accept more inputs and extrapolate output filename (#37) (e63e0ec)
  • Update ublue.ks (#3) (3ddacc9)

Bug Fixes

  • add tree as dependency, fix bug in privileged container (#22) (5b0e519)
  • add final no verification flag (#6) (c99024b)
  • add magic xorriso args to make hybryd iso (#18) (0e29a3f)
  • add parted as dependency (#21) (f5544eb)
  • add plan and scope (4b15d5b)
  • Allow installer ISO to be fetched from different repos (#5) (bcff8b7)
  • clean up grub menu template (#36) (f08309f)
  • correct line in README (#39) (e0bcd79)
  • correct ublue-os-nvidia.ks name (#23) (e623822)
  • don't use colors to avoid ncurses dependency (#20) (b68ed66)
  • fixed missing dependencies and working directory (#15) (1e7c5c3)
  • have xorriso look for right file (#16) (55e6bae)
  • nvidia, bring back old release drivers, get the correct images (#24) (2bf0f30)
  • realign yaml (#11) (0fe334d)
  • remove extra directory created during ISO generation (#30) (6b5e9f5)
  • stick to one fast mirror instead of rotating (#10) (4300542)
  • try to have files explicitly updated during ISO creation (#17) (55ed06f)
  • updated output variable, calculate step under run (#12) (2cb1a3d)