Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.59.0
Choose a base ref
...
head repository: containers/storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.59.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 31, 2025

  1. [release-1.59] pkg/archive.tarWriter.addFile(): don't change hardlink…

    … targets
    
    When examining a file that we're adding to an archive to see if it's
    hard linked to another file that's already been written, or to one that
    might be written later, only set an entry in the inode->name map that
    points to the entry we're writing for the first file.  This keeps us
    from writing tar headers with Typeflag==TypeLink and a Linkname that
    points to another entry with Typeflag==TypeLink in cases where the inode
    has more than two names.
    
    Addresses: containers/buildah#6297 for the
    release-1.59 branch and eventualy Buildah v1.41.* and Podman v5.6.*
    
    Cherry-pick of #2357
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
    nalind authored and TomSweeneyRedHat committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    85d1595 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2359 from TomSweeneyRedHat/dev/tsweeney/2357_cher…

    …rypick_2
    
    [release-1.59] pkg/archive.tarWriter.addFile(): don't change hardlink…
    openshift-merge-bot[bot] authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    ad6f4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. [release-1.59] Bump to v1.59.1

    As the title says.  Bumping this in preparation for Podman v5.6.0 RC2
    
    Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
    TomSweeneyRedHat committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    41839ee View commit details
    Browse the repository at this point in the history
Loading