Releases: opendatahub-io/opendatahub-operator
Releases · opendatahub-io/opendatahub-operator
v2.9.0
Component Release Notes
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.21.1-incubation
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-7, https://github.com/opendatahub-io/notebooks/releases/tag/v1.15.0
- Serving:
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.17.0
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.1.2
- Distributed Workloads:
- DataScience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.0.1
Operator Release Notes
What's Changed
- update: add cleanup for rhods-monitor-federation2 by @zdtsw in #861
- update(rbac): add new role by @zdtsw in #866
- Update Owners and Owners-aliases by @VaishnaviHire in #869
- fix(DSC): do not reconcile resource if it has a special annotation by @zdtsw in #879
- fix(feature): use correct error variable name by @iNecas in #882
- feat(dashboard): use new manifests structure from ODH by @zdtsw in #872
- allow setting default deployment mode for Kserve in DSC by @VedantMahabaleshwarkar in #864
- Revert "RHOAIENG-965: Fix ODH Upgrade after label updates" by @VaishnaviHire in #881
- chore: follow up review comments from previous PR by @zdtsw in #858
- feat: refactor manifest handling by @cam-garrison in #867
- fix(authz): Fix broken external auth configuration by @israel-hdez in #892
- chore(api): move infrastructure/v1 to apis folder by @aslakknutsen in #894
- chore: removes SetImageParamsMap from ComponentInterface by @bartoszmajsak in #897
- fix: cleans up conditions of FeatureTracker by @bartoszmajsak in #902
- feat(cleanup): remove jupyterhub CR from previous release by @zdtsw in #871
- backport: to work with new struct from dashboard by @zdtsw in #893
- DSC: make a method from getAllComponents by @ykaliuta in #886
- chore: remove the need of passing rest config by @bartoszmajsak in #895
- feat(dashboard): add consolelink for ODH by @zdtsw in #884
- chore: simpliflies handling of k8s not-found errors by @bartoszmajsak in #898
- fix: Rework operator precondition checks by @cam-garrison in #899
- feat(dspv2): update manifests path for new overlay struct by @zdtsw in #891
- feat: add additional auth_refs for global config by @aslakknutsen in #904
- fix(trustbundle): do not use namespace which is in termination status by @zdtsw in #900
- chore(feature): passes component name instead of whole struct by @bartoszmajsak in #903
- fix(authz): ensures extauthz provider is removed from control plane during cleanup by @bartoszmajsak in #905
- chore: renames base manifest type by @bartoszmajsak in #910
- Update readme.md by @AjayJagan in #890
- feat(dspv2): add new images holder in DSPipeline by @zdtsw in #889
- fix(make): adds entire pkg/... to run tests by @bartoszmajsak in #907
- ODH Release 2.9: Version Update by @AjayJagan in #911
- manifests: add grpconly label to apply global EnvoyFilter by @dtrifiro in #888
- chore: trustcabundle by @zdtsw in #913
- ODH Release 2.9 by @VaishnaviHire in #915
New Contributors
Full Changelog: v2.8.0...v2.9.0
v2.8.0
Component Release Notes
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.19.1-incubation
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-6, https://github.com/opendatahub-io/notebooks/releases/tag/v1.14.0
- Serving: https://github.com/opendatahub-io/kserve/releases/tag/v0.11.1.2, https://github.com/opendatahub-io/modelmesh-serving/releases/tag/v0.11.1.2
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.16.0
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.1.1
Operator Release Notes
What's Changed
- Fix: uninstallation for operator by @zdtsw in #796
- add logic to ensure deprecated model monitoring stack is deleted by @VedantMahabaleshwarkar in #850
- update: remove duplicated createOdhNamespace call in DSCI by @zdtsw in #855
- chore: move featuretracker out of feature.spec by @cam-garrison in #859
- update(GH): enabled PR comments by linter bot by @zdtsw in #865
- Add Trusted Bundle Configmap to all namespaces by @VaishnaviHire in #848
- DSC, DSCI: add validating webhook by @ykaliuta in #711
- chore: simplifies k8s client usage in Features by @bartoszmajsak in #868
- Add Makefile support for add variables overrides to a .env file by @LaVLaS in #844
- chore(webhook): cleanup by @zdtsw in #870
- feat(nwp): add ingress from cluster-monitoring to applicationnamespace by @zdtsw in #863
- feat(authz): Authorino for Service Mesh by @israel-hdez in #784
- Fix Kserve Unmanaged Installation by @VaishnaviHire in #860
- update(modelregistry): rename image name by @zdtsw in #877
- ODH Release 2.8 Version Update by @VaishnaviHire in #875
Full Changelog: v2.7.0...v2.8.0
v2.7.0
New Components
Breaking Changes
- Due to changes in label, ODH operator upgrade will include scaling down of previous deployments. Deployments will be ready again after reconcile. #822
- For new installations, users need to create DSCInitialization instance explicitly followed by creation of DataScienceCluster resource.
What's Changed
- fix(namespace): for access dashboard by @zdtsw in #700
- cleanup: modelmesh monitoring logic by @zdtsw in #703
- release: uplift from alpha to stable and set 2.4 version by @zdtsw in #704
- [cherry-pick] Add logic for applying monitoring stack by @zdtsw in #618
- chore: fixes typos in func names by @bartoszmajsak in #715
- fix(cf): wrong logic when find cfo has been installed by @zdtsw in #717
- Unset Tech Preview components by default by @VaishnaviHire in #708
- Update README.md by @spolti in #721
- chore(log): accurate message by @zdtsw in #722
- fix(crd): do not set ownerreference on CRD by @zdtsw in #725
- Recreate stale OauthClient resource by @VaishnaviHire in #716
- [backport]: monitoring fixes by @zdtsw in #729
- feat(kserve): automates installation and configuration of KServe prerequisites by @israel-hdez in #691
- Add missing resources to manage in DSC controller by @ykaliuta in #669
- [backport]: fix for monitoring by @zdtsw in #737
- fix(ossm): disables service mesh routes generation by @israel-hdez in #738
- fix(codegen): ensures structs used in CRDs have deepcopy funcs by @bartoszmajsak in #740
- Update codeflare component description by @ronensc in #742
- fix(ns): do not set owner ref for infra namespaces by @bartoszmajsak in #743
- fix(kserve): check on multiple depends operators if all pre-installed by @zdtsw in #744
- update: rewrite func to check operator by @zdtsw in #745
- fix(cleanup): cleans up dependant resources by @bartoszmajsak in #748
- chore: removes log repetitions for conditions by @bartoszmajsak in #762
- update(knative): enable GPU node tolerations for kserve by @zdtsw in #761
- fix(features): makes rest config loader more flexible by @bartoszmajsak in #760
- Create Table of Contents in README by @AjayJagan in #769
- Makefile: add clean target by @ykaliuta in #733
- chore: keeps repositories in the tmp dir by @bartoszmajsak in #774
- chore: cleanup owns on RS,Pod, daemonset, CRD by @zdtsw in #777
- Update incubation with downstream changes by @VaishnaviHire in #783
- update(kserve): add monitoring logic by @zdtsw in #782
- chore(mesh): Use third party service account tokens by @israel-hdez in #767
- chore: change log info for monitoring patch namespace by @zdtsw in #787
- fix devflags empty object by @AjayJagan in #659
- feature: add support for unmanaged and remove for servicemesh and serverless by @zdtsw in #781
- fix(rbac): missing get verbs on MWC and Secret by @zdtsw in #789
- fix(nilpointer): when more than one DSCI CR in cluster by @zdtsw in #756
- chore: change label name for networkpolicy by @zdtsw in #790
- Remove LaVLaS from the OWNERS file by @LaVLaS in #791
- feat(linters): Enable all linters by default. by @AjayJagan in #692
- fix(builder): initializes rest config before invoking any partial builder by @bartoszmajsak in #792
- update(dsci): do not create default DSCI CR if it is running in ODH by @zdtsw in #770
- chore: shifts FeatureTracker creation to Feature's Apply phase by @bartoszmajsak in #795
- fix(mesh): disables default network policy management by @bartoszmajsak in #798
- Fix [Snyk][CVE-2022-3064] [High] github.com/go-yaml/yaml - DOS vulnerability by @AjayJagan in #799
- fix: ensures Wait function waits for pods to appear in a given namespace by @aslakknutsen in #803
- fix(service-mesh): ensures SMCP is available before patching network policy by @bartoszmajsak in #805
- chore: swaps errors.Wrap to fmt.Errorf by @bartoszmajsak in #807
- fix(service-mesh): reverts disabling network policy management by @bartoszmajsak in #809
- feat(templates): process Feature templates in memory by @cam-garrison in #797
- fix: ensures cleanup of associated
FeatureTracker
s by @bartoszmajsak in #812 - feat: enhances FeatureTracker with spec by @cam-garrison in #808
- feat: add status/conditions to FeatureTrackers by @cam-garrison in #801
- fix: fix e2e test error handling for RHOAIENG-2219 by @dhirajsb in #817
- fix(serverless): Patch to enable Secret filtering in KNative Serving by @israel-hdez in #814
- (backport): wrong CR name in the message. by @zdtsw in #813
- update(trusty): Change TrustyAI
apiGroup
by @ruivieira in #823 - revert go mod by @AjayJagan in #828
- [backport]trustyai: monitoring by @zdtsw in #824
- RHOAIENG-965: Fix ODH Upgrade after label updates by @VaishnaviHire in #822
- fix(devFlags): missing overwrite for the devFlag on component level by @zdtsw in #816
- backport: set to GA by @zdtsw in #810
- Add openshift ci build root image configuration by @ajaypratap003 in #825
- Makefile: generate config/manager/kustomization.yaml by @ykaliuta in #728
- Makefile: generate default image name based on current user by @ykaliuta in #730
- Makefile: run linter and unit tests from default target by @ykaliuta in #735
- feat: Add ModelRegistry component (#775) by @dhirajsb in #776
- feat(kueue): add logic to enable new component by @zdtsw in #827
- Changed variable name for cfo operator image by @Bobbins228 in #794
- fix(kueue): missing deepcopyinto for kueue by re-generate code by @zdtsw in #835
- feat: simplifies Feature API by @bartoszmajsak in #831
- chore: fixes typos in code and comments by @bartoszmajs...
v2.4.0
What's Changed
- chore(script): removes unused vars by @bartoszmajsak in #683
- feat: introduces features fluent interface by @bartoszmajsak in #668
- remove: req.namespace is not used for DSC and DSCI by @zdtsw in #660
- feat(linter): introduces gci to streamline import rules by @bartoszmajsak in #676
- chore(gh): configures linter to reference go.mod for Go version by @bartoszmajsak in #688
- chore(gh): ensures unit-test action uses go.mod for Go version by @bartoszmajsak in #689
- backport(workbench): support images in two path for downstream by @zdtsw in #663
- fix(make): ensures projects version of operator-sdk is used by @bartoszmajsak in #695
- Report error in status if more than one DataScienceCluster installed by @ykaliuta in #687
- Release: ODH 2.4.0 by @zdtsw in #698
- fix(namespace): for access dashboard by @zdtsw in #701
New Contributors
Full Changelog: v2.3.0...v2.4.0
v1.11.0
What's Changed
- Create ODH v1.11.0 release by @VaishnaviHire in #686
Full Changelog: v1.10.1...v1.11.0
v2.3.0
What's Changed
- [cherry-pick]: sync from main by @zdtsw in #582
- fix: adds missing CRDs for k8s EnvTest by @bartoszmajsak in #584
- Linter: add golangci-linter and fix issues by @zdtsw in #540
- feat(manifests): allows configuring manifest repositories using flags by @bartoszmajsak in #585
- Feature: add networkpolicy in dsci by @zdtsw in #590
- fix(crds): updates docs after godoc fixes by @bartoszmajsak in #594
- Enable test case after networkpolicy is added by @zdtsw in #592
- fix(make): removes duplicated e2e flag declaration by @bartoszmajsak in #595
- chore: removes GetComponentDevFlags as it is exported field of the struct by @bartoszmajsak in #591
- fix: populate entire dscispec by @bartoszmajsak in #597
- Update Dashboard branch in incubation by @VaishnaviHire in #598
- Remove gh action for sync dashboard CRD by @zdtsw in #599
- feat: uses reflect to reconcile defined components by @bartoszmajsak in #593
- chore: organizes code in dashboard component by @bartoszmajsak in #589
- Auto Add Issues to Tracking boards by @VaishnaviHire in #601
- Add check on components devFlags to overwrite applyimageparams by @zdtsw in #583
- Fix autoadd issues workflow by @VaishnaviHire in #611
- feat: Add TrustyAI component by @ruivieira in #596
- fix(bundle): trustyai is missing in bundle and syntax error in manifests by @zdtsw in #620
- Add github workflows by @ajaypratap003 in #564
- fix(make): test is renamed to unit-test by @zdtsw in #624
- Use catalogsource to identify managed Platform by @VaishnaviHire in #627
- feat(ray): pass down applicationNamespace to ray and codeflare in manifests by @zdtsw in #619
- upgrade: go version from 18 to 19, net package to 0.17.0 to match new secrutiry requirement by @zdtsw in #628
- Remove redundant TrustyAI reconciliation by @ruivieira in #651
- fix(dashboard): consistant component name by @zdtsw in #649
- add(api): shortname for CRD by @zdtsw in #650
- Add: test target depend on unit-test by @zdtsw in #636
- update(ray): new path to manifests by @zdtsw in #640
- update(cf): new path of manifests by @zdtsw in #652
- add manifests for odh-model-controller and model-mesh by @VedantMahabaleshwarkar in #639
- Upgrade from v1.x operator by @VaishnaviHire in #631
- feat: adds finalizers to DSC and DSCI by @bartoszmajsak in #661
- Update TrustyAI Operator Variable by @RobGeada in #665
- add: check for if KfDef CRD already in the cluster by @zdtsw in #664
- Update reconcile interval to half minute by @zdtsw in #547
- Debug and fix e2e tests in CI by @VaishnaviHire in #667
- fix: ensures cluster-wide resources are removed during test cleanup by @bartoszmajsak in #674
- update(kserve): manifests path from in-repo by @zdtsw in #657
- disable: modelmesh-monitoring by @zdtsw in #681
- backport(2.4): add permission related to monitoring and missing label on namespaces by @zdtsw in #679
- Add 2.3 ODH Release by @VaishnaviHire in #684
New Contributors
- @ruivieira made their first contribution in #596
- @ajaypratap003 made their first contribution in #564
- @RobGeada made their first contribution in #665
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v1.10.1
v2.2.0
What's Changed
- Refactoring DataScienceCluster API as required by #476 by @etirelli in #477
- fix: cleaned up mistyped rbac verbs by @bartoszmajsak in #484
- fix(rbac): adds list role for configmaps and namespaces by @bartoszmajsak in #483
- Refactor DSCInitialization API by @VaishnaviHire in #481
- Removing DSC version v1alpha1 from the CSV by @etirelli in #491
- Fix wrong monitoring and add logger by @zdtsw in #399
- Update GH action to filter out words when sync from dashboard CRD for v2.x by @zdtsw in #473
- Add support for consolelink section title for different cluster type by @zdtsw in #467
- Add contribution guidelines and new bug report for v2 by @zdtsw in #418
- Fix: explictly check platform is selfmanaged or managed by @zdtsw in #486
- Docs: update godocs for synopsis and add function comments by @zdtsw in #488
- feat: moves kubebuilder directives to its own file by @bartoszmajsak in #485
- Cleanup v1alpha1 of DSCI by @zdtsw in #494
- Fix typo in groupname by @zdtsw in #495
- Add support for manifestUri to overwrite params.env images by @zdtsw in #463
- Update: refactory by @zdtsw in #454
- Adding docs on setting up a linux dev environment by @etirelli in #514
- fix: reworks reconcilation resource check by @bartoszmajsak in #487
- Fix: downstream codeflare has a different operator name than upstream by @zdtsw in #509
- Docs: add new troublshooting page + fix markdown format by @zdtsw in #506
- Refactory: create new type DataScienceClusterConfig to capture DSCI spec by @zdtsw in #507
- Change downstream odh-dashboard ISV new path by @zdtsw in #417
- Add path for managed version of Workbenches by @VaishnaviHire in #521
- Add: use --no-cache to prevent not pulling down to new layer by @zdtsw in #518
- Fix: in e2e or dev test should not apply addon manifests by @zdtsw in #523
- Fix: downstream workbranch to get imageparams by @zdtsw in #524
- Fix and Cleanup: applyimageparams on kserve by @zdtsw in #504
- Add check on dependent operators on KServe by @zdtsw in #497
- Fix: MCAD and InstaScale CR not deleted when components are Removed by @zdtsw in #511
- Fix issues introduced in dashboard and code flare by @VaishnaviHire in #526
- Update path for downstream dashboard image to use by @zdtsw in #528
- Fix: missing permission is needed when DSP is disabled, to keep same behavior as for v1 by @zdtsw in #529
- chore: simplifies reconcile functions by @bartoszmajsak in #489
- Fix: missing odh-admins group by @zdtsw in #535
- Update: networkpolicy for ODH created namespace by @zdtsw in #527
- chore: minor clean-ups by @bartoszmajsak in #536
- Update Dockerfile to pull manifests from different component repo by @zdtsw in #431
- chore: simplifies deployment funcs by @bartoszmajsak in #537
- Revert change for networkpolicy by @zdtsw in #548
- Revert: change to delete CF resource is not required by @zdtsw in #554
- Update: change apigroup for codeflare and dsp by @zdtsw in #552
- Update: nbc manifests transit from odh-manifests to kubeflow repo by @zdtsw in #543
- Update dashboard default branch by @zdtsw in #561
- Add dashboard crds using manifests by @VaishnaviHire in #533
- Fix: wrong image for odh-model-controller when enable kserve by @zdtsw in #562
- Implement DevFlags for DSC API by @VaishnaviHire in #538
- [odh-2.2.0] Add acceleratorprofiles from dashboard as new CRD by @VaishnaviHire in #570
- ODH Release 1.10 for operator v2.2.0 by @VaishnaviHire in #566
New Contributors
- @bartoszmajsak made their first contribution in #484
Full Changelog: v2.1.0...v2.2.0
v1.10.0
What's Changed
- [Cherry-pick]: Update GH action to filter out words when sync from dashboard CRD from v1.x by @zdtsw in #474
- Update v1 operator to use component repo for manifests not odh-manifests by @zdtsw in #544
- Trustyai manifests and dashboard branch by @zdtsw in #559
- ODH Release 1.10 for operator v1.10.0 by @VaishnaviHire in #565
Full Changelog: v1.9.0...v1.10.0