Model-registry

Latest version: v0.2.15

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.9

Not secure
> **Alpha**
> This Kubeflow component has alpha status with limited support. See the [Kubeflow versioning policies](https://www.kubeflow.org/docs/started/support/#application-status). The Kubeflow team is interested in your [feedback](https://github.com/kubeflow/model-registry)about the usability of the feature.

What's Changed
* build(deps): bump github.com/kubeflow/model-registry from 0.2.7-alpha to 0.2.8-alpha in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/455
* build(deps): bump github.com/kubeflow/model-registry from 0.2.7-alpha to 0.2.8-alpha in /csi by dependabot in https://github.com/kubeflow/model-registry/pull/456
* chore: bump py versions by tarilabs in https://github.com/kubeflow/model-registry/pull/453
* build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 by dependabot in https://github.com/kubeflow/model-registry/pull/454
* build(deps): bump patternfly/react-styles from 6.0.0-alpha.35 to 6.0.0-prerelease.6 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/457
* build(deps-dev): bump mui/icons-material from 6.1.1 to 6.1.2 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/460
* build(deps-dev): bump cypress/code-coverage from 3.12.48 to 3.13.4 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/461
* build(deps-dev): bump ruff from 0.6.8 to 0.6.9 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/464
* build(deps-dev): bump types-python-dateutil from 2.9.0.20240906 to 2.9.0.20241003 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/465
* Add archived model to mocks by lucferbux in https://github.com/kubeflow/model-registry/pull/467
* Add GitHub Action for building and pushing UI and BFF images by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/446
* Fix UI Bugs for Labels by jenny-s51 in https://github.com/kubeflow/model-registry/pull/466
* Apply MUI theming to Register Model Form by jenny-s51 in https://github.com/kubeflow/model-registry/pull/451
* Add mocked properties to models and versions by lucferbux in https://github.com/kubeflow/model-registry/pull/470
* Update README with troubleshooting instructions for macOS by alexcreasy in https://github.com/kubeflow/model-registry/pull/469
* Apply MUI theming to "Versions" and "Details" Screens by jenny-s51 in https://github.com/kubeflow/model-registry/pull/471
* build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/472
* build(deps-dev): bump mui/material from 6.1.2 to 6.1.3 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/475
* use deployed MR for python e2e tests by isinyaaa in https://github.com/kubeflow/model-registry/pull/447
* build(deps-dev): bump starlette from 0.37.2 to 0.40.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/481
* build(deps-dev): bump sphinx-autobuild from 2024.9.19 to 2024.10.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/462
* build(deps): bump huggingface-hub from 0.25.1 to 0.25.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/477
* build(deps): bump aiohttp from 3.10.8 to 3.10.10 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/478
* build(deps-dev): bump coverage from 7.6.1 to 7.6.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/479
* build(deps-dev): bump black from 24.8.0 to 24.10.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/480
* build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by dependabot in https://github.com/kubeflow/model-registry/pull/476
* chore(frontend): Version bumps by ederign in https://github.com/kubeflow/model-registry/pull/483
* feat(bff): Use ctrl.NewManager from the controller-runtime as Kubernetes client by ederign in https://github.com/kubeflow/model-registry/pull/482
* fix(gha): prevent race condition on port-forward by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/485
* Add displayName and description to GetServiceDetails by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/486
* chore: align manifest for 0.2.9 alpha by tarilabs in https://github.com/kubeflow/model-registry/pull/488


**Full Changelog**: https://github.com/kubeflow/model-registry/compare/v0.2.8-alpha...v0.2.9

0.2.8alpha

What's Changed
* chore: py version bump by tarilabs in https://github.com/kubeflow/model-registry/pull/420
* build(deps): bump google.golang.org/grpc from 1.66.0 to 1.67.0 by dependabot in https://github.com/kubeflow/model-registry/pull/411
* build(deps-dev): bump sphinx-autobuild from 2024.9.3 to 2024.9.19 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/412
* build(deps): bump pydantic from 2.9.1 to 2.9.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/413
* build(deps-dev): bump ruff from 0.6.5 to 0.6.7 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/414
* build(deps): bump huggingface-hub from 0.24.7 to 0.25.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/415
* feat(docs): add kind - ingress instructions to deploy model registry by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/410
* build(deps): bump patternfly/react-core from 6.0.0-alpha.102 to 6.0.0-prerelease.14 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/416
* build(deps): bump dompurify and types/dompurify in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/418
* Small cleanup on cypress gitignore by ederign in https://github.com/kubeflow/model-registry/pull/408
* py: show Kubeflow alpha banner like website by tarilabs in https://github.com/kubeflow/model-registry/pull/422
* Add views for Model Versions and Model Details by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/409
* Add Model Registry Settings view by lucferbux in https://github.com/kubeflow/model-registry/pull/423
* fix(csi): prevent race condition in ci tests step by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/426
* OAS: add generic artifacts routes by isinyaaa in https://github.com/kubeflow/model-registry/pull/406
* temporarly bump on path-to-regexp by ederign in https://github.com/kubeflow/model-registry/pull/427
* build(deps-dev): bump types/jest from 29.5.12 to 29.5.13 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/419
* Add the Model Version Details and Model Version Archive pages by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/428
* Add Register Model and Register Model Version form by lucferbux in https://github.com/kubeflow/model-registry/pull/431
* docs: provide an index/toc of the documentation by tarilabs in https://github.com/kubeflow/model-registry/pull/424
* build(deps): bump huggingface-hub from 0.25.0 to 0.25.1 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/436
* build(deps): bump aiohttp from 3.10.5 to 3.10.8 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/437
* build(deps-dev): bump ruff from 0.6.7 to 0.6.8 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/438
* build(deps): bump github.com/kubeflow/model-registry from 0.2.6-alpha to 0.2.7-alpha in /csi by dependabot in https://github.com/kubeflow/model-registry/pull/440
* Fix disabled text color on DescriptionListDescription by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/434
* Apply MUI theming to Registered Model List View by jenny-s51 in https://github.com/kubeflow/model-registry/pull/432
* version bump for eslint-config-prettier by ederign in https://github.com/kubeflow/model-registry/pull/430
* build(deps): bump github.com/kubeflow/model-registry from 0.2.6-alpha to 0.2.7-alpha in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/439
* build(deps): bump patternfly/react-table from 6.0.0-alpha.101 to 6.0.0-prerelease.20 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/442
* Add golangci-lint for BFF linting by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/433
* Fix linting and accessibility issues by lucferbux in https://github.com/kubeflow/model-registry/pull/445
* build(deps-dev): bump dotenv from 8.6.0 to 16.4.5 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/392
* Implements pagination support for GetAll style endpoints by alexcreasy in https://github.com/kubeflow/model-registry/pull/429
* build(deps-dev): bump cypress from 13.14.2 to 13.15.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/441
* build(deps-dev): bump cypress from 13.14.2 to 13.15.0 and /react-icons from 6.0.0-alpha.37 to 6.0.0-prerelease.6 in /clients/ui/frontend by ederign in https://github.com/kubeflow/model-registry/pull/448
* Cleans up some unused function params in BFF by alexcreasy in https://github.com/kubeflow/model-registry/pull/450
* chore: align manifest image by tarilabs in https://github.com/kubeflow/model-registry/pull/452

New Contributors
* jenny-s51 made their first contribution in https://github.com/kubeflow/model-registry/pull/432

**Full Changelog**: https://github.com/kubeflow/model-registry/compare/v0.2.7-alpha...v0.2.8-alpha

0.2.7alpha

What's Changed
* build(deps-dev): bump pytest from 8.3.2 to 8.3.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/383
* build(deps): bump huggingface-hub from 0.24.6 to 0.24.7 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/384
* build(deps-dev): bump ruff from 0.6.4 to 0.6.5 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/385
* build(deps): bump github.com/kubeflow/model-registry from 0.2.5-alpha to 0.2.6-alpha in /csi by dependabot in https://github.com/kubeflow/model-registry/pull/391
* build(deps-dev): bump postcss from 8.4.45 to 8.4.47 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/395
* build(deps-dev): bump css-loader from 6.11.0 to 7.1.2 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/394
* build(deps-dev): bump testing-library/user-event from 14.4.3 to 14.5.2 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/393
* build(deps): bump github.com/kubeflow/model-registry from 0.2.5-alpha to 0.2.6-alpha in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/390
* build(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/389
* gha: fossa license scanning by tarilabs in https://github.com/kubeflow/model-registry/pull/324
* Adds scaffolding and mock support for PATCH endpoints by alexcreasy in https://github.com/kubeflow/model-registry/pull/382
* build(deps): bump send and express in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/386
* build(deps): bump k8s.io/api from 0.31.0 to 0.31.1 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/387
* build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/388
* enable standalone artifacts by isinyaaa in https://github.com/kubeflow/model-registry/pull/376
* Adds remaining endpoints for UI PoC by alexcreasy in https://github.com/kubeflow/model-registry/pull/397
* Add Registered Model View by lucferbux in https://github.com/kubeflow/model-registry/pull/396
* Adds support for PATCH requests in live cluster mode by alexcreasy in https://github.com/kubeflow/model-registry/pull/399
* docs: update README by tarilabs in https://github.com/kubeflow/model-registry/pull/400
* fix: fix Makefile and Dockerfile for idempotent images and to support multi-arch builds Fixes RHOAIENG-12078 by dhirajsb in https://github.com/kubeflow/model-registry/pull/322
* Py: update README by isinyaaa in https://github.com/kubeflow/model-registry/pull/402
* Fix type assert generation on MacOS by isinyaaa in https://github.com/kubeflow/model-registry/pull/403
* chore: py version bump by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/407
* Moving all non-public packages to internal by ederign in https://github.com/kubeflow/model-registry/pull/401


**Full Changelog**: https://github.com/kubeflow/model-registry/compare/v0.2.6-alpha...v0.2.7-alpha

0.2.6alpha

What's Changed
* chore: version bump by tarilabs in https://github.com/kubeflow/model-registry/pull/315
* add FAQ for deletions by isinyaaa in https://github.com/kubeflow/model-registry/pull/296
* GHA: ignore unrelated file changes by isinyaaa in https://github.com/kubeflow/model-registry/pull/297
* Add Pull Request Template for UI team by lucferbux in https://github.com/kubeflow/model-registry/pull/299
* GHA: trigger CSI tests on go.mod update by isinyaaa in https://github.com/kubeflow/model-registry/pull/313
* Setup Jest for frontend unit testing by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/314
* chore: explicit bulletpoint for DCO by tarilabs in https://github.com/kubeflow/model-registry/pull/317
* Add mod arch OpenAPI spec by lucferbux in https://github.com/kubeflow/model-registry/pull/316
* Move the frontend mock folder by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/318
* Drop logical model mapping tests by isinyaaa in https://github.com/kubeflow/model-registry/pull/320
* build(deps-dev): bump webpack from 5.91.0 to 5.94.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/321
* Add frontend linting rules for ESLint and Prettier by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/290
* Test Python client against latest MR by isinyaaa in https://github.com/kubeflow/model-registry/pull/326
* build(deps): bump micromatch from 4.0.5 to 4.0.8 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/325
* build(deps): bump github.com/kubeflow/model-registry from 0.2.4-alpha to 0.2.5-alpha in /csi by dependabot in https://github.com/kubeflow/model-registry/pull/331
* build(deps): bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible by dependabot in https://github.com/kubeflow/model-registry/pull/329
* build(deps-dev): bump ruff from 0.6.2 to 0.6.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/337
* build(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by dependabot in https://github.com/kubeflow/model-registry/pull/328
* restrict captures to prefix when mapping *FromOwned by isinyaaa in https://github.com/kubeflow/model-registry/pull/295
* build(deps-dev): bump webpack-dev-server from 4.15.2 to 5.0.4 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/332
* build(deps-dev): bump cypress/code-coverage from 3.12.45 to 3.12.46 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/333
* build(deps): bump patternfly/react-icons from 6.0.0-alpha.35 to 6.0.0-alpha.37 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/335
* build(deps-dev): bump testing-library/jest-dom from 6.4.8 to 6.5.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/336
* chore: introduce GH Labeler for PR navigation by tarilabs in https://github.com/kubeflow/model-registry/pull/346
* py: fix access token parsing by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/341
* build(deps): bump github.com/kubeflow/model-registry from 0.2.4-alpha to 0.2.5-alpha in /clients/ui/bff by ederign in https://github.com/kubeflow/model-registry/pull/342
* py: client: add update method for supported types by isinyaaa in https://github.com/kubeflow/model-registry/pull/344
* py: fix paging when missing token by isinyaaa in https://github.com/kubeflow/model-registry/pull/349
* Add scaffolding for MR view and MR settings by lucferbux in https://github.com/kubeflow/model-registry/pull/345
* gha: fix typo in labeler config and quote by tarilabs in https://github.com/kubeflow/model-registry/pull/351
* Adds an endpoint to get a registered model by id by alexcreasy in https://github.com/kubeflow/model-registry/pull/339
* Fixes URL error in the README by alexcreasy in https://github.com/kubeflow/model-registry/pull/354
* UI - Model Registry API spec by lucferbux in https://github.com/kubeflow/model-registry/pull/350
* gha: provide py dist as gh artifact by tarilabs in https://github.com/kubeflow/model-registry/pull/352
* py: fix order by ID by isinyaaa in https://github.com/kubeflow/model-registry/pull/355
* build(deps): bump github.com/docker/docker from 27.2.0+incompatible to 27.2.1+incompatible by dependabot in https://github.com/kubeflow/model-registry/pull/361
* build(deps-dev): bump ruff from 0.6.3 to 0.6.4 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/366
* build(deps): bump pydantic from 2.8.2 to 2.9.1 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/367
* build(deps-dev): bump sphinx-autobuild from 2024.4.16 to 2024.9.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/368
* core: refactor by splitting impl for each model by isinyaaa in https://github.com/kubeflow/model-registry/pull/371
* build(deps-dev): bump cypress from 13.13.2 to 13.14.2 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/362
* build(deps-dev): bump webpack-dev-server from 5.0.4 to 5.1.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/363
* Adds ability to serve mocked data for MR API calls via cli flag by alexcreasy in https://github.com/kubeflow/model-registry/pull/377
* npm update and versions bumps by ederign in https://github.com/kubeflow/model-registry/pull/374
* fix: make tests work on fedora by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/269
* Add manifests dir to define K8s resources for the UI by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/356
* keep deprecated method for mount for TestContainers to avoid direct API dep. by tarilabs in https://github.com/kubeflow/model-registry/pull/372
* docs: add info about installing extras by tarilabs in https://github.com/kubeflow/model-registry/pull/373
* doc: migrate User Story from Robot to pytest by tarilabs in https://github.com/kubeflow/model-registry/pull/359
* Py: rename pager `limit` method to `page_size` by isinyaaa in https://github.com/kubeflow/model-registry/pull/379
* Set up model registry context and apiHooks by lucferbux in https://github.com/kubeflow/model-registry/pull/360
* Update API models to use envelope format consistently by alexcreasy in https://github.com/kubeflow/model-registry/pull/381


**Full Changelog**: https://github.com/kubeflow/model-registry/compare/v0.2.5-alpha...v0.2.6-alpha

0.2.5alpha

What's Changed
* wrap default openapi error handler by isinyaaa in https://github.com/kubeflow/model-registry/pull/235
* build(deps): bump github.com/kserve/kserve from 0.12.0 to 0.13.1 in /csi by dependabot in https://github.com/kubeflow/model-registry/pull/226
* docker: align docker-compose image to upstream by tarilabs in https://github.com/kubeflow/model-registry/pull/230
* py(chore): ignore MD generation from openapi-codegen by tarilabs in https://github.com/kubeflow/model-registry/pull/236
* py(chore): bump to next version by tarilabs in https://github.com/kubeflow/model-registry/pull/238
* Setup Cypress UI testing by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/234
* build(deps-dev): bump coverage from 7.6.0 to 7.6.1 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/239
* build(deps-dev): bump black from 24.4.2 to 24.8.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/240
* build(deps): bump huggingface-hub from 0.24.3 to 0.24.5 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/241
* build(deps-dev): bump ruff from 0.5.5 to 0.5.6 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/243
* build(deps): bump github.com/kubeflow/model-registry from 0.2.3-alpha to 0.2.4-alpha in /csi by dependabot in https://github.com/kubeflow/model-registry/pull/245
* build(deps-dev): bump prettier from 3.3.0 to 3.3.3 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/246
* build(deps-dev): bump typescript from 5.4.5 to 5.5.4 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/247
* build(deps): bump patternfly/react-icons from 6.0.0-alpha.24 to 6.0.0-alpha.34 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/248
* build(deps-dev): bump ts-jest from 29.1.4 to 29.2.4 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/249
* build(deps): bump github.com/kubeflow/model-registry from 0.2.3-alpha to 0.2.4-alpha in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/244
* Py: bump aiohttp to 3.10.1 by isinyaaa in https://github.com/kubeflow/model-registry/pull/251
* Add Dockerfile for serving containerised frontend by alexcreasy in https://github.com/kubeflow/model-registry/pull/252
* Refactor Navigation to use react-router-dom v6 by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/250
* fix: made install_protoc.sh compatible with wget2 by Al-Pragliola in https://github.com/kubeflow/model-registry/pull/256
* build(deps): bump aiohttp from 3.10.1 to 3.10.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/261
* build(deps-dev): bump furo from 2024.7.18 to 2024.8.6 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/262
* build(deps-dev): bump mypy from 1.11.0 to 1.11.1 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/263
* build(deps-dev): bump ruff from 0.5.6 to 0.5.7 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/264
* openapi: require name for contexts by isinyaaa in https://github.com/kubeflow/model-registry/pull/253
* build(deps): bump react-dom from 18.2.0 to 18.3.1 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/260
* build(deps-dev): bump style-loader from 3.3.4 to 4.0.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/258
* build(deps-dev): bump rimraf from 5.0.7 to 6.0.1 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/259
* build(deps): bump patternfly/react-styles from 6.0.0-alpha.24 to 6.0.0-alpha.34 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/257
* Adds description and display name properties to mocked ModelRegistry responses by alexcreasy in https://github.com/kubeflow/model-registry/pull/272
* py: update contexts by isinyaaa in https://github.com/kubeflow/model-registry/pull/270
* GHA: build: simplify action by isinyaaa in https://github.com/kubeflow/model-registry/pull/271
* build(deps): bump github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible by dependabot in https://github.com/kubeflow/model-registry/pull/274
* build(deps): bump aiohttp from 3.10.3 to 3.10.4 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/283
* Bump ruff to 0.6.1 by isinyaaa in https://github.com/kubeflow/model-registry/pull/285
* Document deploying MR locally on a kind cluster for development by alexcreasy in https://github.com/kubeflow/model-registry/pull/273
* Add Tips section to README.md by tonyxrmdavidson in https://github.com/kubeflow/model-registry/pull/287
* Update tsconfig files by Griffin-Sullivan in https://github.com/kubeflow/model-registry/pull/284
* chore: remove go from bin by tarilabs in https://github.com/kubeflow/model-registry/pull/288
* Add alexcreasy to owners of ui by alexcreasy in https://github.com/kubeflow/model-registry/pull/291
* build(deps): bump k8s.io/client-go from 0.30.3 to 0.31.0 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/275
* build(deps-dev): bump cypress/code-coverage from 3.12.44 to 3.12.45 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/281
* csi: drop go from bin by isinyaaa in https://github.com/kubeflow/model-registry/pull/292
* build(deps-dev): bump eslint-plugin-react from 7.34.2 to 7.35.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/280
* build(deps-dev): bump testing-library/jest-dom from 5.17.0 to 6.4.8 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/279
* tidy scripts by isinyaaa in https://github.com/kubeflow/model-registry/pull/293
* build(deps): bump patternfly/react-{core|icons|style} by ederign in https://github.com/kubeflow/model-registry/pull/294
* build(deps-dev): bump types/jest from 29.5.3 to 29.5.12 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/223
* build(deps-dev): bump pytest-asyncio from 0.23.8 to 0.24.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/305
* build(deps-dev): bump ruff from 0.6.1 to 0.6.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/306
* build(deps): bump aiohttp from 3.10.4 to 3.10.5 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/307
* build(deps-dev): bump mypy from 1.11.1 to 1.11.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/308
* build(deps): bump huggingface-hub from 0.24.5 to 0.24.6 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/309
* build(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 by dependabot in https://github.com/kubeflow/model-registry/pull/310
* Add app context and revamps App.tsx by lucferbux in https://github.com/kubeflow/model-registry/pull/289
* build(deps-dev): bump css-minimizer-webpack-plugin from 5.0.1 to 7.0.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/301
* build(deps-dev): bump tslib from 2.6.3 to 2.7.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/300
* build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/303
* build(deps-dev): bump react-router-dom from 6.26.0 to 6.26.1 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/302
* build(deps-dev): bump testing-library/react from 14.3.1 to 16.0.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/304
* chore: fix go .mod and .sum for CSI by tarilabs in https://github.com/kubeflow/model-registry/pull/312

New Contributors
* Griffin-Sullivan made their first contribution in https://github.com/kubeflow/model-registry/pull/234
* Al-Pragliola made their first contribution in https://github.com/kubeflow/model-registry/pull/256

**Full Changelog**: https://github.com/kubeflow/model-registry/compare/v0.2.4-alpha...v0.2.5-alpha

0.2.4alpha

What's Changed
* openapi: wrong ref to delete, list GET and PATCH by tarilabs in https://github.com/kubeflow/model-registry/pull/182
* build(deps-dev): bump coverage from 7.5.4 to 7.6.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/183
* build(deps-dev): bump sphinx from 7.3.7 to 7.4.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/184
* build(deps-dev): bump ruff from 0.5.1 to 0.5.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/185
* build(deps): bump pydantic from 2.7.4 to 2.8.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/186
* build(deps): bump github.com/golang/glog from 1.2.1 to 1.2.2 by dependabot in https://github.com/kubeflow/model-registry/pull/187
* Py: Update README.md and fix ruff pin by isinyaaa in https://github.com/kubeflow/model-registry/pull/188
* chore: remove some unused deprecated libraries (react-axe and react-docgen-typescript-loader) by ederign in https://github.com/kubeflow/model-registry/pull/192
* Bump grpc to 1.65.0 by isinyaaa in https://github.com/kubeflow/model-registry/pull/191
* chore: move owners in the correct place by tarilabs in https://github.com/kubeflow/model-registry/pull/193
* feat: BFF is able to run (mocked) without Kubernetes by ederign in https://github.com/kubeflow/model-registry/pull/190
* Py: get rid of autogen OAI client docs by isinyaaa in https://github.com/kubeflow/model-registry/pull/197
* Py: Extend high-level API with paging by isinyaaa in https://github.com/kubeflow/model-registry/pull/178
* py(chore): bump to next version by tarilabs in https://github.com/kubeflow/model-registry/pull/198
* build(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible by dependabot in https://github.com/kubeflow/model-registry/pull/199
* build(deps-dev): bump ruff from 0.5.2 to 0.5.4 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/200
* build(deps-dev): bump sphinx from 7.4.3 to 7.4.7 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/201
* build(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/202
* build(deps-dev): bump furo from 2024.5.6 to 2024.7.18 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/203
* build(deps-dev): bump pytest from 8.2.2 to 8.3.1 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/204
* chore: adding bff and frontend to dependabot weekly checks by ederign in https://github.com/kubeflow/model-registry/pull/205
* build(deps): bump huggingface-hub from 0.23.4 to 0.24.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/217
* build(deps): bump github.com/brianvoe/gofakeit/v7 from 7.0.3 to 7.0.4 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/206
* build(deps): bump k8s.io/apimachinery from 0.30.1 to 0.30.3 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/208
* build(deps): bump k8s.io/client-go from 0.30.1 to 0.30.3 in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/211
* build(deps): bump github.com/kubeflow/model-registry from 0.2.1-alpha to 0.2.3-alpha in /clients/ui/bff by dependabot in https://github.com/kubeflow/model-registry/pull/214
* build(deps-dev): bump imagemin from 8.0.1 to 9.0.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/207
* build(deps-dev): bump webpack-merge from 5.10.0 to 6.0.1 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/209
* build(deps-dev): bump postcss from 8.4.38 to 8.4.39 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/212
* build(deps-dev): bump copy-webpack-plugin from 11.0.0 to 12.0.2 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/216
* build(deps-dev): bump mypy from 1.10.1 to 1.11.0 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/213
* Update CSI by lampajr in https://github.com/kubeflow/model-registry/pull/154
* build(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible by dependabot in https://github.com/kubeflow/model-registry/pull/225
* chore: onboard CSI on dependabot by tarilabs in https://github.com/kubeflow/model-registry/pull/218
* build(deps-dev): bump pytest from 8.3.1 to 8.3.2 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/227
* build(deps): bump huggingface-hub from 0.24.0 to 0.24.3 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/228
* build(deps-dev): bump ruff from 0.5.4 to 0.5.5 in /clients/python by dependabot in https://github.com/kubeflow/model-registry/pull/229
* test: show s3_uri_from format in pure REST test by tarilabs in https://github.com/kubeflow/model-registry/pull/219
* Enhance UI client docs and bundler configuration by lucferbux in https://github.com/kubeflow/model-registry/pull/233
* build(deps-dev): bump dotenv-webpack from 8.0.1 to 8.1.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/220
* build(deps-dev): bump tslib from 2.6.2 to 2.6.3 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/221
* build(deps-dev): bump types/victory from 33.1.5 to 35.0.0 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/222
* chore: removing temporarly test execution by ederign in https://github.com/kubeflow/model-registry/pull/237
* build(deps-dev): bump regenerator-runtime from 0.13.11 to 0.14.1 in /clients/ui/frontend by dependabot in https://github.com/kubeflow/model-registry/pull/224

New Contributors
* lucferbux made their first contribution in https://github.com/kubeflow/model-registry/pull/233

**Full Changelog**: https://github.com/kubeflow/model-registry/compare/v0.2.3-alpha...v0.2.4-alpha

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.