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/common Loading
base: v0.59.0
Choose a base ref
...
head repository: containers/common Loading
compare: v0.59.1
Choose a head ref
  • 14 commits
  • 18 files changed
  • 5 contributors

Commits on May 23, 2024

  1. [v0.59.0] Bump c/common to v0.59.1-dev

    Bump the version to the initial dev for the new c/common
    v0.59 release branch.
    
    Signed-off-by: tomsweeneyredhat <[email protected]>
    TomSweeneyRedHat committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4887102 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2014 from TomSweeneyRedHat/dev/tsweeney/bumpit2

    [v0.59.0] Bump c/common to v0.59.1-dev
    openshift-merge-bot[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a392285 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [skip-ci] Packit/RPM: more fixes

    Packit failed to trigger an automatic fedora package update on the
    upstream release v0.59.0 which brought to light further issues which
    this commit corrects.
    
    Packit doesn't honor a global `downstream_package_name` key when the
    upstream repo and downstream package name don't match. For this very
    repo, upstream repo is `common`, while downstream package is
    `containers-common`. For such cases, `downstream_package_name`
    should be specified at the package level.
    
    The `Source0` URL in rpm spec has also been corrected. This wasn't noticed
    in packit jobs on PRs because packit replaces Source0 with a locally
    created archive.
    
    The `mv` commands in rpm spec have also been replaced by `cp` so that
    consecutive `rpmbuild` runs will not complain about not finding the
    source files.
    
    The autosetup step in rpm spec has also been updated to the correct
    untarred archive name format.
    
    Misc cleanup includes removal of `update_release: false` from downstream
    jobs. It's meaningless in those jobs. Even for copr jobs, we should
    prefer packit's default behavior of `update_release: true`.
    
    Signed-off-by: Lokesh Mandvekar <[email protected]>
    (cherry picked from commit 3c96617)
    Signed-off-by: Lokesh Mandvekar <[email protected]>
    lsm5 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0f39f43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2022 from lsm5/v0.59-packit-backport

    [v0.59 backport] [skip-ci] Packit/RPM: more fixes
    openshift-merge-bot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fd7af9f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. [skip-ci] RPM: ensure config files are patched

    This commit copies over shortnames.conf, registries.conf
    and storage.conf to the rpm build dir before running the patching
    script.
    
    Prior to this, the script would complain about not finding those files
    but the rpmbuild process itself didn't fail.
    
    Signed-off-by: Lokesh Mandvekar <[email protected]>
    (cherry picked from commit 06a4eef)
    Signed-off-by: Lokesh Mandvekar <[email protected]>
    lsm5 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e1aca41 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge pull request #2028 from lsm5/v0.59-rpm-fix

    [v0.59 backport] [skip-ci] RPM: ensure config files are patched
    openshift-merge-bot[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    00eaaf9 View commit details
    Browse the repository at this point in the history
  2. [skip-ci] RPM: own dirs

    The rpm creates and installs to dirs /usr/share/rhel and
    /usr/lib/containers . So, it should own them as well.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2283290
    
    Signed-off-by: Lokesh Mandvekar <[email protected]>
    (cherry picked from commit c7070a9)
    Signed-off-by: Lokesh Mandvekar <[email protected]>
    lsm5 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c00a2ab View commit details
    Browse the repository at this point in the history
  3. fix outdated firewall_driver docs

    nftables was implemented for netavark v1.10
    
    Signed-off-by: Paul Holzinger <[email protected]>
    Luap99 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7086457 View commit details
    Browse the repository at this point in the history
  4. libnetwork: fix rexec env check for rootlessnetns

    For some unknown reason the podman container image sets the
    _CONTAINERS_USERNS_CONFIGURED env to an empty value. I don't know what
    the purpose of this is but is will trigger the check here which is wrong
    when the container is privileged.
    
    To fix this check that the value is set to done like it is by the reexec
    logic. Also make sure the lock dir uses the same condition to stay
    consistent.
    
    Fixes containers/podman#22791
    
    Signed-off-by: Paul Holzinger <[email protected]>
    Luap99 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a6180f6 View commit details
    Browse the repository at this point in the history
  5. libimage/manifests.list.Add(): preserve artifactType when all=true

    When asked to add all of the entries from one index to another, don't
    forget to carry over the artifactType.
    
    Signed-off-by: Nalin Dahyabhai <[email protected]>
    nalind authored and Luap99 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d73b330 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2031 from lsm5/v0.59-rpm-own-dirs

    [v0.59 backport] [skip-ci] RPM: own dirs
    openshift-merge-bot[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4c25e60 View commit details
    Browse the repository at this point in the history
  7. fix windows config path regression

    The path no longer included the path separator between the env and our
    config dir. The regression was added in commit 6c651df.
    
    Fixes #2025
    
    Signed-off-by: Paul Holzinger <[email protected]>
    Luap99 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3e57a6a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2032 from Luap99/v0.59-backports

    [v0.59] more backports
    openshift-merge-bot[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    93caf83 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. [v0.59] Bump to v0.59.1

    As the title says.  In preparation for Podman v5.1.1
    
    Signed-off-by: tomsweeneyredhat <[email protected]>
    TomSweeneyRedHat committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    08067f4 View commit details
    Browse the repository at this point in the history
Loading