Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump docker/build-push-action from 5 to 6 #3

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Jun 3, 2024

  1. Initialize as a source-git repository

    From-dist-git-commit: a1ebaf27b616010bc672be9409ff42b8234b008d
    pvalena committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c6c9fbd View commit details
    Browse the repository at this point in the history
  2. ci: add packit config.

    pvalena committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4abf6b9 View commit details
    Browse the repository at this point in the history
  3. build: update to dracut 060

    Based on a commit 856e7ac.
    
    Currently upstream does not create releases.
    
    Reference PR: dracutdevs/dracut#2509
    Unpacked archive: https://github.com/pvalena/dracut-fedora/tree/v60-srpm-unpacked
    pvalena committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    31f662f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. ci: update .github configs

     - rebased from state acf404af26c4add66ba0dd13509a94589dce86df
     - rebased from state a24e1272faba2875f9b78fcf42109028af0869bc
    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    eb91bf0 View commit details
    Browse the repository at this point in the history
  2. build: sync with dist-git

    From-dist-git-commit: 4faeede00276da9101b9f279a9f1d1a188824021
    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bb752b7 View commit details
    Browse the repository at this point in the history
  3. build: switch to dracut-ng upstream fork

    The original dracut repository is no longer maintained, new initiative was started:
    
    https://github.com/dracut-ng/dracut-ng/
    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c02d3e2 View commit details
    Browse the repository at this point in the history
  4. build: Update to dracut 101

    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1b1c693 View commit details
    Browse the repository at this point in the history
  5. feat(hwdb): add hwdb module to install hwdb.bin on demand

    Module to install hwdb.bin. Further extensions might make only selected
    part of hwdb installable to save space. The module is not included by default.
    
    Including the module adds 2MB of compressed data (on Fedora, the file has 12MB).
    
    Installing hwdb.bin is needed in case of custom HW like a keyboard/mouse, or various interfaces.
    
    Original PR: dracutdevs/dracut#1681
    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3bcb0a9 View commit details
    Browse the repository at this point in the history
  6. fix(rngd): install system service file

    as there's no reason to keep a copy; there shouldn't be any modifications.
    
    In case there are args stored in a separate file (Fedora and alike),
    it needs to be supplied too, but without the option to change the user.
    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d14d724 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3446002 View commit details
    Browse the repository at this point in the history
  8. build: Upgrade to dracut 102

    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    12b0bc7 View commit details
    Browse the repository at this point in the history
  9. revert: "fix(install.d): correctly install pre-genned image and die i…

    …f no args"
    
    revert: "fix(install.d): simplify and use what kernel-install gives us"
    
    This reverts commits:
      d401553
      8388ad1
    
    dracut-ng/dracut-ng#334
    
    This is temporary, until the `20-grub.install` will be able to handle initrd
    from kernel staging area.
    pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6fa596c View commit details
    Browse the repository at this point in the history
  10. feat(kernel-install): do nothing when $KERNEL_INSTALL_INITRD_GENERATO…

    …R says so
    
    dracut may be installed without being actually used. This is very common in
    binary distros where a package may be pulled in through dependencies, even
    though the user does not need it in a particular setup. KERNEL_INSTALL_INITRD_GENERATOR
    is being added in systemd's kernel-install to select which of the possibly many
    initrd generation mechanisms will be used.
    
    For backwards compat, if it not set, continue as before. But if set to
    something else, skip our kernel-install plugins.
    
    (Cherry-picked commit f47bcdd7342ca0d46b889e712a1c7446e18434bc from PR#1825)
    keszybz authored and pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c6d18c3 View commit details
    Browse the repository at this point in the history
  11. fix(kernel-install): do not generate an initrd when one was specified

    According to the synopsis, kernel-install can be called with an
    already-prepared initrd. In that case, no initrd should be generated by dracut.
    
    (Cherry-picked commit 0b72cf5c4eca0e0db76e3e210cfdc48e6b49bb74 from PR#1825)
    keszybz authored and pvalena committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1bd8195 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cb58e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix: incorrectly applied patch in commit c6d18c3

    named: "feat(kernel-install): do nothing when $KERNEL_INSTALL_INITRD_GENERATOR says so"
    
    Resolves: rhbz#2276271
    pvalena committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    30e7870 View commit details
    Browse the repository at this point in the history
  2. revert: "fix(crypt): unlock encrypted devices by default during boot"

    This reverts commit 2339acf.
    
    Resolves: rhbz#2295215
    pvalena committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    93937d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix(90kernel-modules): install blk modules using symbol blk_alloc_disk

    Corresponding kernel symbol blk_cleanup_disk is no longer used in the nvdimm
    driver and calls are made directly instead.
    
    blk_alloc_disk is used:
    https://elixir.bootlin.com/linux/v6.1-rc8/source/drivers/nvdimm/pmem.c#L522
    
    Resolves: RHEL-32237
    pvalena committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e02ef9a View commit details
    Browse the repository at this point in the history
  2. ci: fix packit & .github/* configuration

    + add C10s dockerfile.
    pvalena committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f7820c View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/build-push-action from 5 to 6

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f72de16 View commit details
    Browse the repository at this point in the history