Skip to content

Tags: kserve/rest-proxy

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <[email protected]>

v0.12.0-rc0

Toggle v0.12.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <[email protected]>

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade golang.org/x/crypto (#36)

chore:	address the following CVE:
- [CVE-2023-48795](https://www.cve.org/CVERecord?id=CVE-2023-48795):
golang.org/x/crypto Authentication Bypass by Capture-replay

---------

Signed-off-by: Spolti <[email protected]>

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Add code generation to Makefile (#27)

* Pre-install grpc-gateway plugin in developer Docker image
* Add `generate` make target to run protoc and download required .proto files
* Add developer instructions to README.md

---------

Signed-off-by: Christian Kadner <[email protected]>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build status badge in README.md

Signed-off-by: Christian Kadner <[email protected]>

v0.11.0-rc1

Toggle v0.11.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build status badge in README.md

Signed-off-by: Christian Kadner <[email protected]>

v0.11.0-rc0

Toggle v0.11.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build status badge in README.md

Signed-off-by: Christian Kadner <[email protected]>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Build not push on Pull Request (#22)

Signed-off-by: Christian Kadner <[email protected]>

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Use non-root user in Dockerfile (#12)

Signed-off-by: Paul Van Eck <[email protected]>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Increase max gRPC response msg size (#11)

Some responses (e.g. from BERT models) are larger than the default of
4194304 bytes. This commit updates the max message size to be 16Mib to
align with MM and runtime defaults. This value is also configurable
through env variables.

Signed-off-by: Paul Van Eck <[email protected]>