Skip to content

sync: main to stable-2.x#439

Closed
github-actions[bot] wants to merge 292 commits intostable-2.xfrom
main
Closed

sync: main to stable-2.x#439
github-actions[bot] wants to merge 292 commits intostable-2.xfrom
main

Conversation

@github-actions
Copy link

sync-branches: New code has just landed in main, so let's bring stable-2.x up to speed!

dependabot bot and others added 30 commits September 24, 2025 16:36
* build(deps): bump actions/setup-go from 5 to 6

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* align Go version in controller test like other GHA workflows

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
Signed-off-by: rsun19 <robertssun1234@gmail.com>
Signed-off-by: ppadti <ppadti@redhat.com>
Signed-off-by: lucferbux <lferrnan@redhat.com>
This changes `make tidy` to format everything under src so the actual
client code in src/model_registry is included. Previously only
src/mr_openapi was being formatted.

Signed-off-by: Jon Burdo <jon@jonburdo.com>
…token when possible (#1663)

Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
[pull] main from kubeflow:main
…#1666)

* Add STUB endpoint for filter_option and update types, mocks

Signed-off-by: ppadti <ppadti@redhat.com>

* Fix typo

Signed-off-by: ppadti <ppadti@redhat.com>

* Fix logo url, update FE types

Signed-off-by: ppadti <ppadti@redhat.com>

* Fix typo

Signed-off-by: ppadti <ppadti@redhat.com>

---------

Signed-off-by: ppadti <ppadti@redhat.com>
following manifest re-org with 
- kubeflow#1576

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
…ubeflow#1672)

Bumps [boto3](https://github.com/boto/boto3) from 1.40.25 to 1.40.40.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.25...1.40.40)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ubeflow#1673)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.12 to 0.13.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.12...0.13.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/python (kubeflow#1675)

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.1 to 4.15.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.14.1...4.15.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ython (kubeflow#1681)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.35.0 to 0.35.2.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.35.0...v0.35.2)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(catalog): deploy postgres for model catalog (#1584)

* feat(catalog): initialize postgres for model catalog

Initialize PostgreSQL database for model catalog with connection setup.
Refactored embedmd initialization code from model registry for reuse.
Added Kubernetes manifests for PostgreSQL StatefulSet, PVC, and service
configuration.

Signed-off-by: Paul Boyd <paul@pboyd.io>

* fix(catalog): remove chdir before loading catalogs

Instead of changing directories, pass the directory that files should be
relative to when loading a catalog.

Signed-off-by: Paul Boyd <paul@pboyd.io>

---------

Signed-off-by: Paul Boyd <paul@pboyd.io>

* feat(catalog): add postgres for catalog dev (#1623)

Adding to tilt and docker compose.

Signed-off-by: Paul Boyd <paul@pboyd.io>

* feat(datastore): refactor type creation (#1636)

- Refactor embedmd to created types from a spec, instead of database
  migrations.
- Add TypeRepository and TypePropertyRepository services

Signed-off-by: Paul Boyd <paul@pboyd.io>

* Add artifact types to the model catalog (#1649)

* chore: update testutils to take a datastore spec argument

Signed-off-by: Paul Boyd <paul@pboyd.io>

* feat(catalog): add artifact types to openapi spec

And re-generate code.

Signed-off-by: Paul Boyd <paul@pboyd.io>

* feat(catalog): add database models and services

Signed-off-by: Paul Boyd <paul@pboyd.io>

---------

Signed-off-by: Paul Boyd <paul@pboyd.io>

* Update api/openapi/src/catalog.yaml

Co-authored-by: Dhiraj Bokde <dhirajsb@users.noreply.github.com>
Signed-off-by: Paul Boyd <paul@pboyd.io>

* fix(catalog): set source_id type correctly

Signed-off-by: Paul Boyd <paul@pboyd.io>

* fix(catalog): fix k8s resource names

Signed-off-by: Paul Boyd <paul@pboyd.io>

---------

Signed-off-by: Paul Boyd <paul@pboyd.io>
Co-authored-by: Dhiraj Bokde <dhirajsb@users.noreply.github.com>
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
* feat: switch to db usage WIP

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: partially fix model_catalog_service tests

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: tests

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: change mustache template to support array of primitive type plus reflect removal

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: /models endpoint not working

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: artifacts route 500 status code

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* feat: make artifacts run on a unified repository

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* feat: add custom properties to catalog artifacts

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* feat: add tests files to db_catalog and ctalog_artifact

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: pagination issues

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: return 404 is the model does not exist in the Get model

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: 500 error code on bad user input

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: q parameter not working

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* chore: better function/alias naming

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
Co-authored-by: Paul Boyd <paul@pboyd.io>

---------

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
Co-authored-by: Paul Boyd <paul@pboyd.io>
followup to #1658
given the following error:
```
Dependabot encountered the following error when parsing your .github/dependabot.yml:
The property '#/updates/1/exclude-paths/0' should be relative to the repository root.
Please update the config file to conform with Dependabot's specification.
```

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
* implemented Hardware configuration table with mock data

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* addressed comments and updated fields

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* addressed comments

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* configured types

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* Transition to using mod-arch-shared table and fix sticky columns

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* Make customProperties-related utils generic

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* Remove unused import

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

---------

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
Co-authored-by: Mike Turley <mike.turley@alum.cs.umass.edu>
…eflow#1670)

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
Signed-off-by: Paul Boyd <paul@pboyd.io>
Signed-off-by: Paul Boyd <paul@pboyd.io>
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
…low#1688)

Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
* fix: align MR route paths with URL generation functions

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Fix Cypress tests for the routes change

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Fix linting issues

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Fix Cypress tests for the routes change

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Cleanup

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Add TODO for breaking changes

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Don't introduce ai-hub/ routes

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Cleanup Cypress tests

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

---------

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
* inital implementation

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* added wrappers for basic filters

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* added filter mapping and fixed filters

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* added stronger types

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* changed useeffect

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* integrated bff stub

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* fixed filter search

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* fixed types

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* added tests

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* fixed lint warning

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* removed use effect

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* addressed some comments

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* fixed lint issue

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* fixed tests

Signed-off-by: rsun19 <robertssun1234@gmail.com>

* Adjusting filter types

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* Always show selected options even if they don't match search

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* Fix

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* fixed lint issue

Signed-off-by: rsun19 <robertssun1234@gmail.com>

---------

Signed-off-by: rsun19 <robertssun1234@gmail.com>
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
Co-authored-by: Mike Turley <mike.turley@alum.cs.umass.edu>
…1 in /clients/ui/bff (kubeflow#1678)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…low#1671)

Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.2.2...v5.2.3)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#1690)

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@05b42c6...4eaacf0)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Al-Pragliola and others added 3 commits November 21, 2025 12:34
…1885)

* feat: general include exclude models field in sources file

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* chore: refactor source filter validation

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* chore: refactor validation function

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* feat: apply suggestions from code review

Co-authored-by: Paul Boyd <paul@pboyd.io>
Signed-off-by: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.com>

* chore: add case insensitive test

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* feat: add case-insensitive description

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

---------

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
Signed-off-by: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.com>
Co-authored-by: Paul Boyd <paul@pboyd.io>
* ci: use defaults for actions/first-interaction

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

* avoid to fail the WF in case of error

https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepscontinue-on-error
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
[pull] main from kubeflow:main
manaswinidas and others added 24 commits November 21, 2025 19:21
…eflow#1889)

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.30.1 to 1.31.1.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.30.1...v1.31.1)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-version: 1.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ui/bff (kubeflow#1908)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.34.1 to 0.34.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.1...v0.34.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* initial MC Table

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* fixed tests

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* addressed comments

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* addressed comments2

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

---------

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>
…4 in /clients/ui/bff (kubeflow#1909)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.22.3...v0.22.4)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… for average accuracy on cards (kubeflow#1898)

* Round latency to 2 decimal places, remove commented out code for average accuracy on cards

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* Fix lint error

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

* Fix test

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>

---------

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
[pull] main from kubeflow:main
* Types and mocks update for catalog source status

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

* Change status to enum and add error as a string along with status

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>

---------

Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>
…ge (kubeflow#1919)

* delete row functionality

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

* addressed comments

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>

---------

Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>
…hon (kubeflow#1912)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.1.2...v1.1.5)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…beflow#1914)

Bumps [boto3](https://github.com/boto/boto3) from 1.40.70 to 1.41.2.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.70...1.41.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ubeflow#1915)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.2 to 0.14.6.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.13.2...0.14.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…low#1913)

* build(deps): bump olot from 0.1.8 to 0.1.11 in /clients/python

Bumps olot from 0.1.8 to 0.1.11.

---
updated-dependencies:
- dependency-name: olot
  dependency-version: 0.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix Mock :( to minimal behaviour of oci-layout

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
[pull] main from kubeflow:main
…ndling (kubeflow#1924)

* Refactor envtest mocks & client logic for catalog-source ConfigMap handling

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* Add logic to fetch configMap from catalog source and merge both default and catalog source

Signed-off-by: ppadti <ppadti@redhat.com>

---------

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
Signed-off-by: ppadti <ppadti@redhat.com>
Co-authored-by: ppadti <ppadti@redhat.com>
…upload (kubeflow#1916)

* build(deps): bump huggingface-hub in /jobs/async-upload

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.1.2...v1.1.5)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* manually maintain requirements.txt

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
Despite what is written in this page: https://pypi.org/project/ray/2.52.1/#description

Ray >= 2.52
https://pypi.org/project/ray/2.52.0/#files

dropped support for Python 3.9 which at the time of writing has reached end-of-life
https://devguide.python.org/versions/

So, will flip the solution from #1033

- update poetry.lock
- maintain Nox session

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
…python (kubeflow#1911)

Bumps [eval-type-backport](https://github.com/alexmojaki/eval_type_backport) from 0.2.2 to 0.3.0.
- [Commits](alexmojaki/eval_type_backport@v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: eval-type-backport
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
* fix: filterQuery AND condition not working correctly

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: property names ordering

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* fix: tests check prperty ordering

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

---------

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
…eflow#1930)

* feat: add overall_average custom property when loading perf data

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

* chore: improve test coverage

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>

---------

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
[pull] main from kubeflow:main
@openshift-ci
Copy link

openshift-ci bot commented Dec 1, 2025

The following users are mentioned in OWNERS file(s) but are untrusted for the following reasons. One way to make the user trusted is to add them as members of the opendatahub-io org. You can then trigger verification by writing /verify-owners in a comment.

  • Crazyglue
    • User is not a member of the org. User is not a collaborator. Satisfy at least one of these conditions to make the user trusted.
    • OWNERS

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.