Skip to content

Tags: kserve/modelmesh-runtime-adapter

Tags

v0.12.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
chore: Update golang.org/x/net (#84)

[RHOAIENG-5499] - 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)

#### Motivation

#### Modifications

#### Result

---------

Signed-off-by: Spolti <fspolti@redhat.com>

v0.12.0-rc0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
chore: Update golang.org/x/net (#84)

[RHOAIENG-5499] - 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)

#### Motivation

#### Modifications

#### Result

---------

Signed-off-by: Spolti <fspolti@redhat.com>

v0.11.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
chore: Update golang/crypto to v0.17.0 (#78)

Address CVE-2023-48795

https://github.com/kserve/modelmesh-runtime-adapter/security/dependabot/22

---------

Signed-off-by: Christian Kadner <ckadner@us.ibm.com>

v0.11.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
fix: Traverse symlinks for disk size calculation of models stored on …

…PVC (#55)

Resolve symlinks (created by PVC puller) in order to calculate the
size of the target model instead of the size of the symlink itself.

Resolves #54

---------

Signed-off-by: Golan Levy <golan.levy@gong.io>

v0.11.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
fix(puller): fixes related to an empty model path (#52)

#### Motivation

Removes some buggy behavior related to the handling of an empty `modelPath` being passed into the puller

#### Modifications

- use `filepath.Join()` instead of manual string concatenation with the file separator to handle an empty `modelPathFilename`
-  in the http storageProvider, remove duplication of the `localPath` into the rendered path
     - just to not it: I think this bug has not been caught because using the HTTP provider with a `storageURI` means that the local path is empty
      - this will need to be fixed before kserve/modelmesh-serving#382 can be merged
- add check to ensure that the local path for files downloaded by the puller is always a path within the generated model dir (prevents the generated dir name from being the model file as was seen in #41 (comment))
    - if no path is extracted from the request `ModelPath`, use `_model` by default

#### Result

Resolves: #41


Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>

v0.11.0-rc1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
fix(puller): fixes related to an empty model path (#52)

#### Motivation

Removes some buggy behavior related to the handling of an empty `modelPath` being passed into the puller

#### Modifications

- use `filepath.Join()` instead of manual string concatenation with the file separator to handle an empty `modelPathFilename`
-  in the http storageProvider, remove duplication of the `localPath` into the rendered path
     - just to not it: I think this bug has not been caught because using the HTTP provider with a `storageURI` means that the local path is empty
      - this will need to be fixed before kserve/modelmesh-serving#382 can be merged
- add check to ensure that the local path for files downloaded by the puller is always a path within the generated model dir (prevents the generated dir name from being the model file as was seen in #41 (comment))
    - if no path is extracted from the request `ModelPath`, use `_model` by default

#### Result

Resolves: #41


Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>

v0.11.0-rc0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
fix(puller): fixes related to an empty model path (#52)

#### Motivation

Removes some buggy behavior related to the handling of an empty `modelPath` being passed into the puller

#### Modifications

- use `filepath.Join()` instead of manual string concatenation with the file separator to handle an empty `modelPathFilename`
-  in the http storageProvider, remove duplication of the `localPath` into the rendered path
     - just to not it: I think this bug has not been caught because using the HTTP provider with a `storageURI` means that the local path is empty
      - this will need to be fixed before kserve/modelmesh-serving#382 can be merged
- add check to ensure that the local path for files downloaded by the puller is always a path within the generated model dir (prevents the generated dir name from being the model file as was seen in #41 (comment))
    - if no path is extracted from the request `ModelPath`, use `_model` by default

#### Result

Resolves: #41


Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>

v0.11.0-alpha

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
feat: Add pullman PVC storage provider (#36)

* Add pullman PVC storage provider

Add pullman PVC storage provider to support models in PVC

Signed-off-by: Chin Huang <chhuang@us.ibm.com>

* use symlink, restructure, cleanup based on review, temporary use join instead of SecureJoin due to use of symlinks

Signed-off-by: Chin Huang <chhuang@us.ibm.com>

* add more error handling

Signed-off-by: Chin Huang <chhuang@us.ibm.com>

---------

Signed-off-by: Chin Huang <chhuang@us.ibm.com>

v0.10.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
chore: Update README.md to reflect latest additions (#35)

Also add build status badge

Signed-off-by: Nick Hill <nickhill@us.ibm.com>

Signed-off-by: Nick Hill <nickhill@us.ibm.com>

v0.10.0-rc0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
chore: Update README.md to reflect latest additions (#35)

Also add build status badge

Signed-off-by: Nick Hill <nickhill@us.ibm.com>

Signed-off-by: Nick Hill <nickhill@us.ibm.com>