Skip to content

Releases: pykickstart/pykickstart

pykickstart-3.54

25 Apr 22:05
@bcl bcl
r3.54
Compare
Choose a tag to compare
  • Add a DEFAULT_VERSION variable to version.py (bcl)
  • Deprecate network team options on RHEL 10 (rvykydal)

pykickstart-3.53

03 Apr 20:42
@bcl bcl
r3.53
Compare
Choose a tag to compare

What's Changed

  • Do some workflow maintenance by @bcl in #479
  • Add RHEL 10 handler to master branch by @bcl in #477
  • Add Fedora 41 support by @bcl in #480
  • Update kickstart-docs.rst by @tasleson in #380
  • Add missing rhsm and syspurpose commands by @bcl in #481

New Contributors

Full Changelog: r3.52...r3.53

pykickstart-3.47

17 Mar 16:22
@bcl bcl
r3.47
Compare
Choose a tag to compare
  • displaymode: Update description to describe behavior
  • network: Move new options to Fedora 39

This release moves the new dns search options to the F39 handler, Anaconda for F38 does not support them.

pykickstart-3.46

14 Mar 18:40
@bcl bcl
r3.46
Compare
Choose a tag to compare
  • Add conflict test between ostree sources (#2125655) (jkonecny)
    Related: rhbz#2125655
  • Fix missing seen check for output generation (#2125655) (jkonecny)
    Related: rhbz#2125655
  • Add new ostreecontainer command (#2125655) (jkonecny)
    Related: rhbz#2125655
    Resolves: rhbz#2125655
    Related: rhbz#2125655
  • Check the conflicting commands automatically (vponcova)
  • Fix tests for conflicting commands (vponcova)
  • Add conflicting commands support (bcl)
  • Fix handling of package section arguments in older versions (bcl)

pykickstart-3.45

13 Mar 17:07
@bcl bcl
r3.45
Compare
Choose a tag to compare
  • workflow: Update to use released python 3.11 version (bcl)
  • Don't allow to use --sdboot and --extlinux together (vponcova)
  • tests: add bootloader sdboot option (jeremy.linton)
  • bootloader: Add systemd-boot support with --sdboot (jeremy.linton)
  • Add %changelog section to pykickstart.spec.in (jkonecny)
  • Do not request sign for rc-release Makefile target (jkonecny)
  • Do not require SPECFILE for rc-release (jkonecny)
  • Add missing docs copy to scratch Makefile (jkonecny)
  • Add support for Fedora 39 (vslavik)

pykickstart-3.34

13 Jul 21:06
@bcl bcl
r3.34
Compare
Choose a tag to compare
  • Remove the auth and authconfig commands (pbrezina)
  • The parse method is expected to return a value (vponcova)
  • tests: unittest isn't used in handle_unicode anymore (bcl)
  • Add RHEL 9 handler (mkolman)
    Resolves: rhbz#1966730
  • Add RHEL 9 version for commands that had a RHEL version in the past (mkolman)
  • Add RHEL 9 version for BTRFS related commands (mkolman)

pykickstart-3.30

29 Sep 23:04
@bcl bcl
r3.30
Compare
Choose a tag to compare
  • ksshell: Fix traceback and add tests (bcl)
  • fs: Make tmp file creation cross-platform in ksvalidator to support Windows

pykickstart-3.29

31 Aug 20:27
@bcl bcl
r3.29
Compare
Choose a tag to compare

setup.py: Fix script installation without filename extension

pykickstart-3.28

31 Aug 17:10
@bcl bcl
r3.28
Compare
Choose a tag to compare
pykickstart-3.28 Pre-release
Pre-release

Drop use of OrderedSet
Move dependencies into setup.py and use setuptools
Add a version string at pykickstart.version
Remove --biospart argument from harddrive command, it was never implemented or used.
Add Fedora 34 handler

pykickstart-3.27

20 Jul 15:21
@bcl bcl
r3.27
Compare
Choose a tag to compare

This adds the new timesource command and deprecates the --ntpservers and --nontp options of the timezone command.