Releases: kubeflow/model-registry
Releases · kubeflow/model-registry
v0.2.1-alpha
What's Changed
- alpha release: py: bump pyproject.toml to next by @tarilabs in #72
- add
owner
toRegisteredModel
logical model by @tarilabs in #70 - build(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in #73
- Follow KF manifests guidelines by @lampajr in #69
- Handle REST status codes by @isinyaaa in #74
- build(deps): bump tqdm from 4.66.1 to 4.66.3 in /clients/python by @dependabot in #75
- Enable TLS auth on py client by @isinyaaa in #64
- build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #76
- build(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 in /clients/python by @dependabot in #77
- fix dependabot spec for python client by @isinyaaa in #78
- build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #81
- build(deps-dev): bump myst-parser from 2.0.0 to 3.0.1 in /clients/python by @dependabot in #79
- build(deps-dev): bump ruff from 0.1.6 to 0.4.4 in /clients/python by @dependabot in #82
- build(deps-dev): bump furo from 2023.9.10 to 2024.5.6 in /clients/python by @dependabot in #84
- build(deps): bump huggingface-hub from 0.20.1 to 0.23.0 in /clients/python by @dependabot in #85
- py: update ruff config on pyproject by @isinyaaa in #92
- GHA: test python client connection by @isinyaaa in #91
- chore: use ubi8/ubi-minimal:latest for security updates by @tarilabs in #96
- Handle errors gracefully on routes by @isinyaaa in #93
- Signed-off-by: tonyxrmdavidson [email protected] by @tonyxrmdavidson in #100
- build(deps-dev): bump sphinx from 7.2.6 to 7.3.7 in /clients/python by @dependabot in #86
- build(deps-dev): bump pytest from 7.4.3 to 8.2.0 in /clients/python by @dependabot in #87
- build(deps): bump typing-extensions from 4.8.0 to 4.11.0 in /clients/python by @dependabot in #89
- build(deps-dev): bump sphinx-autobuild from 2021.3.14 to 2024.4.16 in /clients/python by @dependabot in #103
- build(deps-dev): bump mypy from 1.7.1 to 1.10.0 in /clients/python by @dependabot in #104
- build(deps): bump huggingface-hub from 0.20.3 to 0.23.0 in /clients/python by @dependabot in #105
- build(deps-dev): bump pytest from 8.2.0 to 8.2.1 in /clients/python by @dependabot in #106
- build(deps-dev): bump furo from 2023.9.10 to 2024.5.6 in /clients/python by @dependabot in #110
- build(deps-dev): bump ruff from 0.4.4 to 0.4.5 in /clients/python by @dependabot in #111
- build(deps-dev): bump coverage from 7.3.2 to 7.5.2 in /clients/python by @dependabot in #112
- fix istio VirtualService manifest by @tarilabs in #101
- feat: Initial commit for UI #108 by @ederign in #114
New Contributors
- @tonyxrmdavidson made their first contribution in #100
- @ederign made their first contribution in #114
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
What's Changed
- Update README.md by @zijianjoy in #1
- Create CONTRIBUTING.md by @zijianjoy in #2
- add tarilabs in OWNERS file by @tarilabs in #4
- add Stale GH action by @tarilabs in #5
- Merge model registry codebase from https://github.com/opendatahub-io/model-registry by @dhirajsb in #6
- kubeflow: remove operator test in pr check by @lampajr in #16
- kubeflow: disable codecov reporting GHA step by @tarilabs in #14
- build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #12
- build(deps): bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12 by @dependabot in #11
- kubeflow: fix go module and odh. debranding by @lampajr in #15
- Fix metadata OpenAPI spec by @lampajr in #17
- kubeflow: make MLMD type names (and prefix) pluggable by @tarilabs in #19
- build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #20
- OAS: Fix discriminator field definition for Artifact by @isinyaaa in #22
- New(robot): Environment variable TEST_PORT for setting test port by @rkubis in #28
- fix: make sh script compatible with Mac OSX sed by @tarilabs in #21
- fix GHA invocation of docker tag push script by @tarilabs in #30
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #27
- Add first draft of model registry kserve custom storage initializer by @lampajr in #25
- fix: ensure consistency ns(omitted) for istio manifests by @tarilabs in #31
- fix CVE-2024-21626 by @tarilabs in #34
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #37
- build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #38
- OAS: fix minor issues and bump version by @isinyaaa in #29
- add testing of KF MR Manifests by @tarilabs in #36
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /csi by @dependabot in #40
- add dockerhub container registry use by @tarilabs in #41
- Construct proper S3 URIs on
register_model
by @isinyaaa in #39 - add Kustomize 5.2.1 in Kind GHA testing by @tarilabs in #43
- fix: query param might be empty string value by @tarilabs in #49
- build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #47
- add specific K8s version when testing with Kind by @tarilabs in #45
- fix wrong indentation in makefile rule recipe by @tarilabs in #51
- demo storing label as custom property with empty string value by @tarilabs in #53
- fix GHA pipx & build(deps): bump github.com/golang/glog from 1.2.0 to 1.2.1 by @dependabot in #55
- Bump google.golang.org/grpc from 1.62.1 to 1.63.2 by @dependabot in #58
- More controlled environment in the build by @andreaTP in #52
- build(deps): bump idna from 3.6 to 3.7 in /clients/python by @dependabot in #60
- Py: Fix misleading errors on missing list results by @isinyaaa in #65
- fix: OpenAPI ModelVersion shall contain registeredModelId property by @tarilabs in #61
- build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #68
- build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /csi by @dependabot in #67
- alpha release: py: bump pyproject.toml by @tarilabs in #71
New Contributors
- @zijianjoy made their first contribution in #1
- @tarilabs made their first contribution in #4
- @dhirajsb made their first contribution in #6
- @lampajr made their first contribution in #16
- @isinyaaa made their first contribution in #22
- @rkubis made their first contribution in #28
- @andreaTP made their first contribution in #52
- @sabre1041 made their first contribution in 78b0971
- @dtrifiro made their first contribution in e9d0541
- @tonyxrmdavidson made their first contribution in d6f4300
- @rareddy made their first contribution in eb05f45
Full Changelog: https://github.com/kubeflow/model-registry/commits/v0.2.0-alpha