Skip to content

fix: pin kserve version in the examples#627

Open
spolti wants to merge 1 commit intokserve:mainfrom
spolti:pinKsVersion
Open

fix: pin kserve version in the examples#627
spolti wants to merge 1 commit intokserve:mainfrom
spolti:pinKsVersion

Conversation

@spolti
Copy link
Copy Markdown
Contributor

@spolti spolti commented Mar 29, 2026

chore: By pinning KServe version to the given one, it will ensure that once users
are trying the examples with buildpack it will install the versions defined
by KServe and the installation process will pull latest version of the defined
dependencies in the examples. Minimizing the Snyk alerts like: #597

    ```
    [Installing dependencies using pip]
    Creating virtual environment
    Running 'pip install -r requirements.txt'
    Collecting kserve==0.17.0 (from -r requirements.txt (line 1))

    ```

"Fixes #issue-number" or "Add description of the problem this PR solves"

Proposed Changes

chore:  By pinning KServe version to the given one, it will ensure that once users
        are trying the examples with buildpack it will install the versions defined
        by KServe and the installation process will pull latest version of the defined
        dependencies in the examples. Minimizing the Snyk alerts like: kserve#597

        ```
        [Installing dependencies using pip]
        Creating virtual environment
        Running 'pip install -r requirements.txt'
        Collecting kserve==0.17.0 (from -r requirements.txt (line 1))

        ```

Signed-off-by: Filippe Spolti <fspolti@redhat.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 29, 2026

Deploy Preview for elastic-nobel-0aef7a ready!

Name Link
🔨 Latest commit 2e8f2c3
🔍 Latest deploy log https://app.netlify.com/projects/elastic-nobel-0aef7a/deploys/69c95de593e9bb000803c3ce
😎 Deploy Preview https://deploy-preview-627--elastic-nobel-0aef7a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sivanantha321
Copy link
Copy Markdown
Member

@spolti Can we automate this for every release ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants