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/image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.36.1
Choose a base ref
...
head repository: containers/image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.36.2
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 4, 2025

  1. Merge pull request #2920 from TomSweeneyRedHat/dev/tsweeney/v5.36.1

    [release-5.36] Bump to c/image v5.36.1
    mtrmac authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    6ed8326 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. [release-5.36] rekor: do not cancel http context

    The context must be valid for the entire lifetime of the request
    including reading the body, as such it is invalid to return the body
    after cancelling the context, depending of if all the response data
    arrived already or not this then might fail.
    
    To fix this simply do not cancel the context here, we could move the
    cancel() up to the caller function that processes the body. However as
    that one already closes the body there should be no need to cancel the
    context to end the request.
    
    Fixes: #2936
    
    Fixes: https://issues.redhat.com/browse/RHEL-111077, https://issues.redhat.com/browse/RHEL-111076
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
    Luap99 authored and TomSweeneyRedHat committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    d3eb538 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Merge pull request #2943 from TomSweeneyRedHat/dev/tsweeney/backport_…

    …2938
    
    [release-5.36] rekor: do not cancel http context
    Luap99 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    50a6b67 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Bump to v5.36.2

    Bump to v5.36.2.  This incorporates fixes necessary for Podman
    v5.6.1.
    
    Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
    TomSweeneyRedHat committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    d464a25 View commit details
    Browse the repository at this point in the history
Loading