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: kserve/rest-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.2
Choose a base ref
...
head repository: kserve/rest-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0-rc0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. chore: Make the builder configurable in the Makefile (#35)

    Some developers might not have the `docker` CLI installed anymore.
    Configurable builder allows to build using `podman` or `buildah`.
    It can be invoked like this: `ENGINE=podman make build`
    
    ---------
    
    Signed-off-by: Spolti <fspolti@redhat.com>
    Signed-off-by: Filippe Spolti <filippespolti@gmail.com>
    spolti authored Mar 13, 2024
    Copy the full SHA
    4d8e991 View commit details

Commits on Mar 20, 2024

  1. chore: update google.golang.org/protobuf to v1.33.0 (#40)

    This is to move away from CVE-20204-24786: infinite loop vulnerability.
    
    Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
    israel-hdez authored Mar 20, 2024
    Copy the full SHA
    9ce55d4 View commit details

Commits on Apr 18, 2024

  1. chore: Update golang.org/x/net (#41)

    [RHOAIENG-5424] - golang.org/x/net Allocation of Resources Without
    Limits or Throttling
    
    chore: Fixes
    [CVE-2023-45288](https://www.cve.org/CVERecord?id=CVE-2023-45288)
    
    Signed-off-by: Spolti <fspolti@redhat.com>
    spolti authored Apr 18, 2024
    Copy the full SHA
    c5a4f74 View commit details
Loading