Skip to content

Releases: rhinstaller/anaconda

Anaconda 42.22

07 Jan 04:51
Compare
Choose a tag to compare
  • Remove sections from release.rst in TOC (jkonecny)
  • Move docs advanced topics into new subsection (jkonecny)
  • Ignore docs/contributing.rst by git (jkonecny)
  • Ignore docs/html directory by git (jkonecny)

Anaconda 42.21

20 Dec 13:41
Compare
Choose a tag to compare
  • translations: bump dependency to l10n repo because of branch switch
    (k.koukiou)
  • pyanaconda: module_manager: fix ciclic import (k.koukiou)
  • pyanaconda: bootloader: fix ImportError (k.koukiou)
  • ruff: enable isort rules and autofix all isort warnings (k.koukiou)
  • Fix useless-return pylint rule (k.koukiou)
  • Fix use-dict-literal pylint rule (k.koukiou)
  • Fix use-list-literal pylint rule (k.koukiou)
  • Fix useless-object-inheritance pylint rule (k.koukiou)
  • Fix stop-iteration-return pylint rule (k.koukiou)
  • Fix consider-using-in pylint rule (k.koukiou)
  • Fix consider-using-from-import pylint rule (k.koukiou)
  • Fix comparison-with-itself pylint rule (k.koukiou)
  • Fix super-with-arguments pylint rule (k.koukiou)
  • Fix use-a-generator pylint rule (k.koukiou)
  • Fix simplifiable-if-expression and simplifiable-if-statement pylint rules
    (k.koukiou)

Anaconda 42.20

17 Dec 04:55
Compare
Choose a tag to compare
  • Subscription code updates - adjust unit tests (mkolman)
  • Subscription code updates - GTK GUI (mkolman)
  • Subscription code updates - backend (mkolman)
  • Bump minimal subscription manager versions (mkolman)
  • network: improve logging of writing configuration (rvykydal)

Anaconda 40.22.3.19

13 Dec 12:20
Compare
Choose a tag to compare
  • New version - 40.22.3.18 (ppolawsk)
  • util: Add additional information for EFI systems (riehecky)
    Resolves: RHEL-55129
  • Use log levels when getting logs from GLib (jkonecny)
    Related: RHEL-58834
  • Remove GLib logging condition for HW logging (jkonecny)
    Related: RHEL-58834
  • Move GLib imports to pyanaconda.core.glib (jkonecny)
    Related: RHEL-58834
  • Redirect only GLib loggers to Journal (mkolman)
    Related: RHEL-58834
  • Log stderr to journal only on supported platforms (jkonecny)
    Related: RHEL-58834
  • Fix journal redirect on systems without journal (jkonecny)
    Related: RHEL-58834
  • Suppress warning from systemd user session (jkonecny)
    Resolves: RHEL-67911
  • Fix RDP var contains string instead of bool (jkonecny)
    Related: RHEL-67911
  • Set --rdp in liveinst unsupported (jkonecny)
    Related: RHEL-67911
  • Stop pretending liveinst+vnc is supported (#678354) (kkoukiou)
    Related: RHEL-67911
  • Create GRDServer class only when required (jkonecny)
    Related: RHEL-67911
  • Fix typo in the GRD source file name (jkonecny)
    Related: RHEL-67911
  • Do not change compositor options when not defined (jkonecny)
    Related: RHEL-58181
  • Add release-notes for Wayland migration (jkonecny)
    Related: RHEL-58181
  • Remove Wayland detection logic from code (jkonecny)
    Related: RHEL-58181
  • Do not create GRDServer on Live ISO (jkonecny)
    Related: RHEL-67911
  • Remove dead spice_vd_agent code (jkonecny)
    Related: RHEL-67911
  • Switch keyboard management to Localed (jkonecny)
    Resolves: RHEL-58181
  • Add localed signal support to LocaledWrapper (jkonecny)
    Resolves: RHEL-58181
  • Add missing support to localed for compositor (jkonecny)
    Related: RHEL-58181

Anaconda 42.19

10 Dec 04:55
Compare
Choose a tag to compare
  • Avoid side effect of ask rdp methods (jkonecny)
  • Do not crash if RDP is selected after regular GUI startup failed (#2326410)
    (mkolman)

Anaconda 42.18

03 Dec 04:55
Compare
Choose a tag to compare
  • efi: Update all dictionary (abologna)
  • docs: fix test container update doc (rvykydal)

Anaconda 42.17

29 Nov 17:57
Compare
Choose a tag to compare
  • pyanaconda: payload: split rsync command for /boot/efi to handle FAT
    filesystem limitations (k.koukiou)
  • Only match liveinst.desktop app in live environment (ales.astone)
  • Show correct taskbar icon in Wayland (ales.astone)
  • Hide server-side-decorations in Wayland (ales.astone)
  • Revert "infra: Allow webui tests for external contributors" (DragonLich)
  • Fix new ruff errors (adamkankovsky)

Anaconda 40.22.3.18

27 Nov 14:25
Compare
Choose a tag to compare
anaconda-40.22.3.18

New version - 40.22.3.18

Anaconda 42.16

26 Nov 04:55
Compare
Choose a tag to compare
  • util: correct errors and suppress stderr for common cases (riehecky)
  • payload: utilize du command for finding the required disk size in live OS
    (k.koukiou)
  • Fix typo in anaconda hints (jstodola)
  • doc: Fix bullet list in Wayland migration rel note (jkonecny)
  • doc: Add dropped kernel options to Wayland relnote (jkonecny)
  • payload: raise exception on non zero exit code from rsync (k.koukiou)

Anaconda 42.15

19 Nov 04:54
Compare
Choose a tag to compare
  • doc: RDP boot option is not supported in live (jkonecny)
  • Fix RDP var contains string instead of bool (jkonecny)
  • Remove stray comma from widgets/configure.ac (vtrefny)
  • Explicitly place biosboot partition only on stage1 disk (vtrefny)
  • network: add warning for kickstart network configuration when running from
    nfs (rvykydal)
  • liveinst: Allow running as a Wayland-native application (neal)