Skip to content

Releases: opendatahub-io/model-registry-operator

v0.2.1

01 Jun 19:06
1718c38
Compare
Choose a tag to compare

What's Changed

  • This commit updates ubi-minimal:8.9 to ubi-minimal:latest by @tonyxrmdavidson in #99
  • feat: add feature flag to control creation of auth config and policy resources, fixes RHOAIENG-6815 by @dhirajsb in #98
  • feat: add manifests for odh extras resources for editor and viewer role, part of fix for RHOAIENG-5112 by @dhirajsb in #102
  • chore: change release image versions by @tarilabs in #104

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 May 06:28
435afbf
Compare
Choose a tag to compare

What's Changed

  • fix: add missing watches by using controller builder.Owns(), fixes RHOAIENG-6601 by @dhirajsb in #94
  • chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in #93
  • fix: add secure mysql db samples, fixes RHOAIENG-5436 by @dhirajsb in #95
  • chore: change release image versions by @dhirajsb in #97

Full Changelog: v0.1.4...v0.2.0

v0.1.4

19 Apr 18:54
b859d41
Compare
Choose a tag to compare

What's Changed

  • fix: disable Istio injection in deployment for non-istio model registries, fixes RHOAIENG-5154 by @dhirajsb in #82
  • chore: cleanup README for non-istio service verification instructions, fixes RHOAIENG-5156 by @dhirajsb in #83
  • fix: delete istio resources when istio is disabled, fixes RHOAIENG-5158 by @dhirajsb in #84
  • fix: disable Istio annotations in deployment for non-istio model registries, fixes RHOAIENG-5154 by @dhirajsb in #85
  • Bump ubi8/ubi-minimal from 8.8 to 8.9 by @dependabot in #56
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #89
  • fix: create gateway service routes in model registry operator, fixes RHOAIENG-5559 by @dhirajsb in #88
  • chore: change release image versions by @dhirajsb in #90

Full Changelog: v0.1.3...v0.1.4

v0.1.3

04 Apr 22:40
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 4 to 5 by @dependabot in #39
  • Bump github.com/spf13/viper from 1.17.0 to 1.18.2 by @dependabot in #46
  • Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.16.0 by @dependabot in #69
  • remove auto-add-issue-to-project.yml by @tarilabs in #71
  • Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #75
  • Bump ubi8/go-toolset from 1.20.10 to 1.20.12 by @dependabot in #73
  • Enable kubebuilder prometheus config in odh overlay, fixes #66 by @dhirajsb in #67
  • fix: fixes RHOAIENG-4328, removed prometheus manifest from odh overlay by @dhirajsb in #79
  • fix: change mlmd image to use odh mlmd build, fixes RHOAIENG-5111 by @dhirajsb in #80
  • feat: add istio config and odh overlay by @dhirajsb in #64

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Mar 16:55
bf3aa12
Compare
Choose a tag to compare

Updates to Model Registry v0.1.2

What's Changed

  • fix: init viper to use env variables, fixes #RHOAIENG-3427 by @dhirajsb in #63
  • chore: change release image versions to v0.1.2 by @tarilabs in #65

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Feb 20:03
f58bc96
Compare
Choose a tag to compare

What's Changed

  • feat: Add support for MySQL database, fixes RHOAIENG-3246, RHOAIENG-3247 by @dhirajsb in #60
  • fix: sync images from params.env, fixes #RHOAIENG-3424 by @dhirajsb in #61
  • chore: change release image versions by @dhirajsb in #62

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Jan 05:53
7a2bb06
Compare
Choose a tag to compare

What's Changed

  • Initial version of the model registry operator. by @dhirajsb in #1
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #2
  • Add github issue templates, dependabot config and PR template by @dhirajsb in #3
  • Bump golang from 1.20 to 1.21 by @dependabot in #4
  • Bump k8s.io/client-go from 0.28.0 to 0.28.3 by @dependabot in #5
  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by @dependabot in #6
  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.0 by @dependabot in #9
  • Bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.3 by @dependabot in #7
  • Fix postgresql data directory in sample DB manifest by @dhirajsb in #11
  • Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 by @dependabot in #10
  • Add github actions, fixes #12 by @dhirajsb in #13
  • Fix go version in actions to 1.20.10 by @dhirajsb in #14
  • Add unit test for controller reconcile, fixes #17 by @dhirajsb in #18
  • Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #22
  • Explicit model-registry proxy MLMD gRPC port param by @tarilabs in #27
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #23
  • Maintain PGDATA for postresql on OCP by @tarilabs in #21
  • Add support for creating a Route for ModelRegistry http REST service, fixes #19 by @dhirajsb in #29
  • Fix missing rbac role for Route, fixes #30 by @dhirajsb in #34
  • Add PostgreSQL SSL connection options, resolves #16 by @dhirajsb in #35
  • Add params.env file for opendatahub-operator install support, fixes #37 by @dhirajsb in #38
  • chore: Add kind integration test, fixes #41 by @dhirajsb in #42
  • fix: update image build and push to handle tags, fixes RHOAIENG-2300 by @dhirajsb in #54
  • [RHOAIENG-2267] Use ubi8 base images for Dockerfile by @lampajr in #53
  • chore: change release image versions by @dhirajsb in #55

New Contributors

Full Changelog: https://github.com/opendatahub-io/model-registry-operator/commits/v0.1.0