Skip to content

v0.3.2

Choose a tag to compare

@tarilabs tarilabs released this 21 Oct 16:53
88b5b25

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

  • Add STUB endpoint for filter_option and update types, mocks by @ppadti in #1666
  • Update RELEASE.md by @tarilabs in #1682
  • Use fixed keys for CatalogFilterOptionsList type by @mturley in #1687
  • build(deps): bump boto3 from 1.40.25 to 1.40.40 in /clients/python by @dependabot[bot] in #1672
  • build(deps-dev): bump ruff from 0.12.12 to 0.13.2 in /clients/python by @dependabot[bot] in #1673
  • build(deps): bump typing-extensions from 4.14.1 to 4.15.0 in /clients/python by @dependabot[bot] in #1675
  • build(deps): bump huggingface-hub from 0.35.0 to 0.35.2 in /clients/python by @dependabot[bot] in #1681
  • Merge model-catalog-enhancements branch by @pboyd in #1656
  • chore: bump MR py client version to 0.3.2 by @tarilabs in #1684
  • feat: use db as source in model catalog by @Al-Pragliola in #1667
  • ci: dependabot prefers requirements.txt by @tarilabs in #1689
  • MC Hardware configuration table with mock data by @YuliaKrimerman in #1664
  • chore(bff): handle SIGINT gracefully in development make targets by @ederign in #1670
  • fix: run catalog tests in github PRs by @pboyd in #1700
  • chore: remove go.work and go.work.sum by @pboyd in #1695
  • fix: test fuzz action run on fixed kubernetes version by @Al-Pragliola in #1703
  • Updates to support running fuzz_api tests against live cluster by @dbasunag in #1688
  • fix: align MR and MC route paths by @manaswinidas in #1702
  • fix: catalog postgres secret name by @Al-Pragliola in #1704
  • Basic filters rendering by @rsun19 in #1698
  • build(deps): bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.1 in /clients/ui/bff by @dependabot[bot] in #1678
  • build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #1671
  • build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #1690
  • Fix places where we missed using the new route util by @mturley in #1714
  • feat(catalog): load YAML catalogs into the database by @pboyd in #1697
  • build(deps): bump github.com/brianvoe/gofakeit/v7 from 7.3.0 to 7.7.3 in /clients/ui/bff by @dependabot[bot] in #1713
  • chore(deps): upgrade to k8s.io/client-go v0.33.5 by @pboyd in #1715
  • chore: cleanup gomod and also bump mr apis to 3.1 by @ederign in #1706
  • fix: return 404 in artifact creation on non existing model version by @Al-Pragliola in #1720
  • feat: add filterQuery to models endpoint by @Al-Pragliola in #1717
  • Setup initial structure for loading performance data by @Crazyglue in #1721
  • Apply filters and search by @rsun19 in #1718
  • Validated on Field on Model Catalog Details Page by @YuliaKrimerman in #1705
  • Performance data loading -- load models by @Crazyglue in #1722
  • fix(catalog): prefix applied to absolute paths by @pboyd in #1723
  • Process performance and accuracy metrics by @Crazyglue in #1724
  • Validated model cards in Model catalog by @YuliaKrimerman in #1701
  • add filter for artifactType by @adysenrothman in #1726
  • added link to benchmarks and revamped tab routes by @rsun19 in #1728
  • Dont create CatalogModels if they dont already exist by @Crazyglue in #1730
  • fix: artifacts pagination not working on models containing '/' in name by @Al-Pragliola in #1731
  • chore: mark generated files in .gitattributes by @pboyd in #1733
  • Add All models view to model catalog by @ppadti in #1719
  • build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #1736
  • build(deps): bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.3 in /clients/ui/bff by @dependabot[bot] in #1734
  • feat(mr): Fix model registry/catalog UX inconsistencies by @manaswinidas in #1716
  • Performance artifact bff call by @rsun19 in #1740
  • fix: UI issues identified in shared library upgrade by @jenny-s51 in #1680
  • build(deps-dev): bump pytest-mock from 3.14.1 to 3.15.1 in /clients/python by @dependabot[bot] in #1691
  • build(deps): bump huggingface-hub from 0.35.2 to 0.35.3 in /clients/python by @dependabot[bot] in #1693
  • build(deps): bump pydantic from 2.11.9 to 2.12.0 in /clients/python by @dependabot[bot] in #1738
  • build(deps): bump boto3 from 1.40.40 to 1.40.50 in /clients/python by @dependabot[bot] in #1739
  • build(deps): bump typing-extensions from 4.13.2 to 4.15.0 in /jobs/async-upload by @dependabot[bot] in #1677
  • build(deps): bump huggingface-hub from 0.34.4 to 0.35.3 in /jobs/async-upload by @dependabot[bot] in #1694
  • build(deps): bump boto3 from 1.40.25 to 1.40.40 in /jobs/async-upload by @dependabot[bot] in #1679
  • build(deps): bump pydantic from 2.11.5 to 2.12.0 in /jobs/async-upload by @dependabot[bot] in #1737
  • fix: Model Catalog Cypress Tests by @jenny-s51 in #1746
  • Replace Mocks with API data for PerformanceInsightsView by @claudialphonse78 in #1741
  • feat(catalog): add sourceLabel filter by @pboyd in #1732
  • Properly scroll to top on catalog navigation, fix tests that relied on scrollIntoView by @mturley in #1753
  • Don't render the provider twice in ModelCatalogLabels by @mturley in #1752
  • feat(mc): Add dynamic filter options endpoint for model catalog by @syntaxsdev in #1727
  • Fix performance metrics loading custom property data by @Crazyglue in #1755
  • Don't use + signs when constructing filterQuery, allow spaces to be encoded by @mturley in #1757
  • Add filter toolbar for hardware configuration table by @manaswinidas in #1725
  • build: fix SED regex by @tarilabs in #1750
  • feat: modify async upload job tests to check custom_properties by @jonburdo in #1747
  • chore: add myself as an approver by @pboyd in #1756
  • Add unit tests for performance metrics unmarshal functions by @Crazyglue in #1758
  • Implement model catalog client for filter option endpoint by @ppadti in #1751
  • Use hardware_type instead of hardware on perf artifacts by @mturley in #1760
  • Hardware Configuration toolbar Max latency and Workload type fixes by @manaswinidas in #1763
  • Use 'LIKE' filters for array-type string fields in model catalog by @rsun19 in #1766
  • Removed Average accuracy from validated cards by @YuliaKrimerman in #1762
  • Performance metrics fixes by @pboyd in #1768
  • Remove redundant 'Total hardware' column, fix duplicate React key errors by @mturley in #1770
  • fix: warn on invalid custom properties by @pboyd in #1771
  • build(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.10 by @dependabot[bot] in #1772
  • Db name restriction by @adysenrothman in #1765
  • build(deps): bump github.com/testcontainers/testcontainers-go/modules/mysql from 0.38.0 to 0.39.0 by @dependabot[bot] in #1773
  • build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #1774
  • Catalog testing improvements by @pboyd in #1761
  • chore(catalog): set invalid updated and created timestamps to current time by @pboyd in #1776
  • build(deps-dev): bump schemathesis from 4.1.4 to 4.3.6 in /clients/python by @dependabot[bot] in #1777
  • chore: align manifest for 0.3.2 by @tarilabs in #1784

New Contributors

Full Changelog: v0.3.1...v0.3.2