Skip to content

v0.2.22

Pre-release
Pre-release

Choose a tag to compare

@tarilabs tarilabs released this 11 Aug 12:39
d53ae60

Alpha
This Kubeflow component has alpha status with limited support. See the Kubeflow versioning policies. The Kubeflow team is interested in your feedback about the usability of the feature.

What's Changed

  • Fixing form-data package CVE (CRITICAL) by @dpanshug in #1361
  • Update delete model registry logic by @ppadti in #1363
  • chore: bump MR py client version to future 0.2.22 by @tarilabs in #1360
  • add rhec source & pull rhec models using graphql by @adysenrothman in #1330
  • add support to async job for huggingface source by @jonburdo in #1365
  • Add .port-forwards.pid to .gitignore by @jonburdo in #1370
  • [async-job] E2E Test with Sample Job by @Crazyglue in #1326
  • ci: fix root Make image/push by @tarilabs in #1372
  • build(deps-dev): bump axios from 1.10.0 to 1.11.0 in /clients/ui/frontend by @dependabot[bot] in #1369
  • Fix: Align PostgreSQL overlay and fix readiness probe by @Chanakya-TS in #1357
  • Refactor async job config to be more pythonic and typesafe by @Crazyglue in #1374
  • build(deps-dev): bump ray from 2.47.1 to 2.48.0 in /clients/python by @dependabot[bot] in #1340
  • build(deps-dev): bump ruff from 0.12.3 to 0.12.5 in /clients/python by @dependabot[bot] in #1377
  • build(deps): bump boto3 from 1.39.4 to 1.39.14 in /clients/python by @dependabot[bot] in #1378
  • build(deps): bump huggingface-hub from 0.33.1 to 0.34.2 in /clients/python by @dependabot[bot] in #1379
  • build(deps-dev): bump starlette from 0.40.0 to 0.47.2 in /clients/python by @dependabot[bot] in #1362
  • build(deps): bump docker/build-push-action from 5 to 6 by @dependabot[bot] in #1311
  • feat: added unit test files to frontend by @rsun19 in #1312
  • deleted model serving references in frontend code by @rsun19 in #1367
  • build(deps): bump k8s.io/client-go from 0.33.2 to 0.33.3 in /clients/ui/bff by @dependabot[bot] in #1383
  • Refactor details page for the registered model by @DaoDaoNoCode in #1384
  • build(deps): bump gorm.io/gorm from 1.30.0 to 1.30.1 by @dependabot[bot] in #1380
  • build(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #1385
  • refactor: reorganize dependencies in package.json by @lucferbux in #1387
  • build(deps): bump k8s.io/client-go from 0.33.2 to 0.33.3 by @dependabot[bot] in #1381
  • build(deps): bump github.com/go-chi/cors from 1.2.1 to 1.2.2 by @dependabot[bot] in #1382
  • add support to async job for http source by @jonburdo in #1375
  • Bumped saas and mod-arch-shared versions by @YuliaKrimerman in #1393
  • fix(client/tests) Upgrade Pytest Asyncio and fix affected tests by @syntaxsdev in #1394
  • Prompt Changes for Registration from MR by @Taj010 in #1371
  • Fix artifacts fetched twice on model version details page by @manaswinidas in #1333
  • feat: added a generic readyz endpoint by @Al-Pragliola in #1390
  • add query for list models & source enablement by @adysenrothman in #1391
  • chore: add Area label for Jobs/async-upload by @tarilabs in #1398
  • build(deps-dev): bump furo from 2024.8.6 to 2025.7.19 in /clients/python by @dependabot[bot] in #1399
  • build(deps-dev): bump coverage from 7.9.2 to 7.10.2 in /clients/python by @dependabot[bot] in #1401
  • build(deps-dev): bump types-python-dateutil from 2.9.0.20250516 to 2.9.0.20250708 in /clients/python by @dependabot[bot] in #1403
  • build(deps-dev): bump schemathesis from 4.0.9 to 4.0.20 in /clients/python by @dependabot[bot] in #1402
  • build(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #1410
  • build(deps): bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3 by @dependabot[bot] in #1404
  • build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #1406
  • build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.37.0 to 0.38.0 by @dependabot[bot] in #1407
  • Add links to existing READMEs and add README for the model catalog by @chambridge in #1416
  • ci: add Dependabot to jobs/async-upload module by @tarilabs in #1411
  • doc: update link for Model Catalog Swagger UI to KF website by @tarilabs in #1418
  • build(deps): bump aiohttp from 3.12.14 to 3.12.15 in /clients/python by @dependabot[bot] in #1423
  • build(deps-dev): bump ruff from 0.12.5 to 0.12.7 in /clients/python by @dependabot[bot] in #1424
  • build(deps): bump boto3 from 1.39.15 to 1.40.3 in /clients/python by @dependabot[bot] in #1425
  • build(deps-dev): bump mypy from 1.16.1 to 1.17.1 in /clients/python by @dependabot[bot] in #1426
  • fix: Handle rolling update when running e2e tests on an existing kind cluster by @chambridge in #1433
  • build(deps-dev): bump aiohttp from 3.12.14 to 3.12.15 in /jobs/async-upload by @dependabot[bot] in #1427
  • update catalog source docs by @adysenrothman in #1413
  • build(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #1419
  • Add HuggingFace model-catalog source minimal skeleton by @Crazyglue in #1412
  • Refactor codebase to adapt new mod arch libraries by @lucferbux in #1428
  • added versions card to model details by @rsun19 in #1392
  • Model Registry Content Description changes by @Taj010 in #1368
  • Add NamespaceContext by @manaswinidas in #1376
  • Initial Model Catalog skeleton by @YuliaKrimerman in #1373
  • Add latest version column to models list by @ppadti in #1388
  • Add model details card to version details page by @DaoDaoNoCode in #1397
  • chore: align manifest for 0.2.22 by @tarilabs in #1439

New Contributors

Full Changelog: v0.2.21...v0.2.22