Skip to content

Tags: kubeflow/model-registry

Tags

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: align manifest for 0.2.10 (#544)

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

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: align manifest for 0.2.9 alpha (#488)

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

v0.2.8-alpha

Toggle v0.2.8-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: align manifest image (#452)

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

v0.2.7-alpha

Toggle v0.2.7-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Moving all non-public packages to internal (#401)

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

v0.2.6-alpha

Toggle v0.2.6-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update API models to use envelope format consistently (#381)

Signed-off-by: Alex Creasy <alex@creasy.dev>

v0.2.5-alpha

Toggle v0.2.5-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix go .mod and .sum for CSI (#312)

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

v0.2.4-alpha

Toggle v0.2.4-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps-dev): bump regenerator-runtime from 0.13.11 to 0.14.1 in /…

…clients/ui/frontend (#224)

Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.11 to 0.14.1.
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1)

---
updated-dependencies:
- dependency-name: regenerator-runtime
  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>

v0.2.3-alpha

Toggle v0.2.3-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump ruff to 0.5.1 (#180)

Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>

v0.2.2-alpha

Toggle v0.2.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependency Update: bump go from 1.19 to 1.21@latest (#150)

This commit will update go from go1.19 to go1.21@latest



Dependency Update: bump go from 1.19 to 1.21
This commit will change the files to specify a micro version 1.21.9 instead of a major version with @latest tag



Dependency Update: bump go from 1.19 to 1.21
This commit will revert line 113 to use the major version as a file reference.



Dependency Update: bump go from 1.19 to 1.21@latest
This commit changed the minor version from 1.21.9 to major version 1.21 on go.mod file.

Signed-off-by: tonyxrmdavidson <tonyxrmdavidson@yahoo.co.uk>

v0.2.1-alpha

Toggle v0.2.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Initial commit for UI #108 (#114)

In this commit:

- basic Dockerfile
- basic Makefile
- Scaffold of App and first sample endpoint (http://localhost:4000/api/v1/healthcheck/)
- REST API basic infrastructure and error handling

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