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: quay/clair
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: quay/clair
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 5, 2023

  1. httptransport: fix request_id logging

    The final HTTP status message was getting an earlier Context which was
    missing the request_id key.
    
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    (cherry picked from commit 378a4b5)
    hdonnay committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    922f33d View commit details
    Browse the repository at this point in the history
  2. go.mod: update json (de)serializer

    This project notes that there's a fix for go1.20 support in the latest
    version.
    
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    (cherry picked from commit 670376a)
    hdonnay committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    36de97c View commit details
    Browse the repository at this point in the history
  3. httputil: fix ParseIP usage

    The string fed into the ParseIP function needs to not have a port.
    This does that and adds a test to check the desired behavior.
    
    Closes: #1689
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    (cherry picked from commit b18f989)
    hdonnay committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9e8eacf View commit details
    Browse the repository at this point in the history
  4. airgap: Remove libindex Airgap option

    This option no longer exists in claircore and is handled by clair
    when creating the client that is passed to claircore.
    
    Signed-off-by: crozzy <joseph.crosland@gmail.com>
    (cherry picked from commit 94757c7)
    crozzy authored and hdonnay committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e02aba2 View commit details
    Browse the repository at this point in the history
  5. notifier: Avoid double reference

    I guess the pgx lib changed to not account for this.
    
    Signed-off-by: crozzy <joseph.crosland@gmail.com>
    (cherry picked from commit 5446e49)
    crozzy authored and hdonnay committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ffa4556 View commit details
    Browse the repository at this point in the history
  6. chore: Bump Claircore to v1.4.21

    Bump Claircore to the latest tag.
    
    Signed-off-by: crozzy <joseph.crosland@gmail.com>
    (cherry picked from commit 5faf0fc)
    crozzy authored and hdonnay committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e676671 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. chore: v4.6.1 changelog bump

    Signed-off-by: GitHub <noreply@github.com>
    crozzy committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3699091 View commit details
    Browse the repository at this point in the history
Loading