-
Couldn't load subscription status.
- Fork 45
chore(deps): Bump github.com/kserve/kserve from 0.12.1 to 0.15.2 #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): Bump github.com/kserve/kserve from 0.12.1 to 0.15.2 #486
Conversation
Bumps [github.com/kserve/kserve](https://github.com/kserve/kserve) from 0.12.1 to 0.15.2. - [Release notes](https://github.com/kserve/kserve/releases) - [Commits](kserve/kserve@v0.12.1...v0.15.2) --- updated-dependencies: - dependency-name: github.com/kserve/kserve dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
The |
Reviewer's GuideThis PR upgrades the kserve dependency from v0.12.1 to v0.15.2, bumps the Go toolchain from 1.23.0 to 1.24.1, and refreshes related Kubernetes and transitive module versions in go.mod and go.sum to align with the new kserve release. ER Diagram: Update to KServe InferenceServiceStatus StructureerDiagram
InferenceServiceStatus {
string url "URL of the InferenceService"
string address_url "Addressable endpoint URL (nullable)"
string deploymentMode "NEW: Deployment Mode (e.g., Serverless, RawDeployment)"
string conditions "Serialized list of conditions"
string components "Serialized map of component statuses"
string otherFields "... (other existing fields)"
}
note "The 'deploymentMode' field was added to InferenceServiceStatus in KServe v0.15.1 (part of v0.15.2 update). TrustyAI Service Operator now depends on this updated structure."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a trustyai-explainability member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Bumps github.com/kserve/kserve from 0.12.1 to 0.15.2.
Release notes
Sourced from github.com/kserve/kserve's releases.
... (truncated)
Commits
d623ea2Generate Release 0.15.2 (#4497)63c7c5cfix: update workflow to use ubuntu-latest for rerun PR tests (#4496)55119b7docs: enhance security documentation with detailed reporting and prevention m...1c34d67Add predictor_config to ModelServer init function (#4491)dbe71fbRework the order in which the knative autoscaler configmap is read during rec...8f2a485fix: huggingface e2e test output mismatch and add tests for stream requests (...f872c32config: enable ModelCar by default (#4316)d413fc2Fixes CVE-2025-43859 (#4468)3a1dc46Fixes vLLM V1 failures: Revert back the approach to initiate the background e...c5cffedImprove code coverage (#4385)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Upgrade the Go module dependencies by bumping kserve to v0.15.2, updating the Go version, and aligning related libraries to their latest compatible releases.
Build: