Releases: opendatahub-io/opendatahub-operator
Releases · opendatahub-io/opendatahub-operator
v2.14.0
Component Release Notes
- Serving:
- Modelmesh: https://github.com/opendatahub-io/modelmesh-serving/releases/tag/v0.12.0.1-rc0
- Kserve: https://github.com/opendatahub-io/kserve/releases/tag/v0.12.1.2
- odh-model-controller: https://github.com/opendatahub-io/odh-model-controller/releases/tag/v0.12.0.2 - TrustyAI: https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.22.0
- Distributed Worklods:
- Codeflare: https://github.com/opendatahub-io/codeflare-operator/releases/tag/v1.4.4-odh
- Ray: https://github.com/opendatahub-io/kuberay/releases/tag/v1.1.2-odh
- Kueue: https://github.com/opendatahub-io/kueue/releases/tag/v0.6.2-odh
- Training Operator: https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh - Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.24.1-odh
- Workbenches:
- Notebooks: https://github.com/opendatahub-io/notebooks/releases/tag/v1.20.0
- Notebook-controller: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-13 - Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.2.2
Operator Release Notes
What's Changed
- fix: missing label "opendatahub.io/generated-namespace" on auth namespace by @zdtsw in #1038
- chore: append ownerRef to resources owned by Features by @cam-garrison in #1039
- add: get permission on resources by @zdtsw in #1043
- fix: when delete resource if no CRD in the cluster by @zdtsw in #1044
- Update Owners-aliases list by @Sara4994 in #1040
- deploy: refactor getResource to return NotFound for both cases by @ykaliuta in #1046
- RHOAIENG-5426: Updated pull request template with prerequisites by @Sara4994 in #1042
- chore: renames manifests source to location by @bartoszmajsak in #1050
- Dsc creation postpone by @ykaliuta in #1041
- cluster: GetPlatform: replace CSV list with OperatorExists calls by @ykaliuta in #1051
- cluster: platform name cleanup by @ykaliuta in #1054
- chore: remove duplicated GetPlatform call in each component by @zdtsw in #1055
- chore: fix remove trailing slash from GITHUB_URL by @lburgazzoli in #1060
- chore: update toolbox sdk version and remove duplicated AddToScheme by @zdtsw in #1061
- chore: funcs to create kustomize plugins by @bartoszmajsak in #1062
- feat: upgrade go from 1.20 to 1.21 by @zdtsw in #1064
- Add support for default Ingress Cert by @VaishnaviHire in #1022
- fix: makes default knative secret local for serverless by @bartoszmajsak in #1067
- chore: improves PR template by @bartoszmajsak in #1063
- fix(DSCI): change serviceMesh and trustCAbundle to pointer type by @zdtsw in #885
- fix(lint): disables deprecated linters by @bartoszmajsak in #1068
- chore: moves ArgoCD conditions to pipelines component by @bartoszmajsak in #1071
- chore: removes unused client parameter by @bartoszmajsak in #1073
- chore(lint): updates golangci-lint to latest version by @bartoszmajsak in #1074
- chore: Improve automation logic for reading release branches by @AjayJagan in #1066
- feat(meta): adds InNamespace and WithAnnotation setter funcs by @bartoszmajsak in #1072
- feat(lint): configures importas for consistent import aliases by @bartoszmajsak in #1078
- (fix): regex issue in automation script by @AjayJagan in #1075
- fix: do not redeploy segment-io's if it has been deployed previously by @zdtsw in #1079
- fix: make ingress cert secret with type "kubernetes.io/tls" by @zdtsw in #1077
- chore(lint): enable contextcheck and containedctx by @lburgazzoli in #1070
- chore: exclude file which auto-gen by "make" checkin by @zdtsw in #1084
- chore: remove duplicated logic by function call by @zdtsw in #1080
- [RHOAIENG-7919] add kserve-local-gateway Gateway and Service by @Jooho in #1056
- fix(lint): explicitly configures ireturn exceptions by @bartoszmajsak in #1085
- Update version to 2.14.0 by @VaishnaviHire in #1082
- webhook: refactor with switch and helpers by @ykaliuta in #1076
- fix: add odh-modle-controller NWP to whitelist by @zdtsw in #1087
- Release odh 2.14 by @VaishnaviHire in #1088
New Contributors
- @Sara4994 made their first contribution in #1040
- @lburgazzoli made their first contribution in #1060
Full Changelog: v2.13.0...v2.14.0
v2.13.0
Component Release Notes
- Training Operator: https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.23.0
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-11, https://github.com/opendatahub-io/notebooks/releases/tag/v1.19.0
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.21.0
- Serving:
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.2.1
- Distributed Workloads:
- DataScience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.2.0
Operator Release Notes
What's Changed
- Update version to v2.12.1 by @VaishnaviHire in #1015
- Fix CSV name for RHOAI by @VaishnaviHire in #1021
- ODH release automation by @AjayJagan in #988
- tests: e2e: run components deletion as separate parallel tests by @ykaliuta in #1010
- chore: Update model serving incubation branches (manifests) by @israel-hdez in #1020
- kserve: configure servicemesh before deploying manifests by @ykaliuta in #1019
- fix: wrong path when use devFlag + wrong default value + special name in TrustyAI by @zdtsw in #1024
- Fix metadata.managedFields must be nil error in DSC by @VaishnaviHire in #1018
- chore: moves operator/subscriptions funcs to pkg/cluster by @bartoszmajsak in #1027
- Add release version to status by @VaishnaviHire in #1023
- feat: remove modelserving from dashboard manifests by @zdtsw in #1029
- cluster_config: make GetClusterServiceVersion return NotFound error by @ykaliuta in #1028
- feat(mr): add cluster roles for model registry administration, fixes RHOAIENG-5112 by @dhirajsb in #953
- feat: increase QPS and Burst for client by @zdtsw in #1031
- chore: Open up util functions for context propagation by @aslakknutsen in #1033
- Update version 2.13 by @VaishnaviHire in #1034
- Bug: fix env variables in release automation by @AjayJagan in #1036
- Create release 2.13 by @VaishnaviHire in #1037
Full Changelog: v2.12.1...v2.13.0
v2.12.1
Component Release Notes
- Training Operator: https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.22.2-odh
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-9, https://github.com/opendatahub-io/notebooks/releases/tag/v1.18.0
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.20.0
- Serving:
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.2.0
- Distributed Workloads:
- DataScience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.2.0
Component Release Notes
What's Changed
- Update version to v2.12.0 by @VaishnaviHire in #1007
- upgrade: retry if default DSCI creation fails by @ykaliuta in #1008
- chore: adds godoc to Feature builder by @bartoszmajsak in #1013
- Releaase v2.12.1 by @VaishnaviHire in #1017
Full Changelog: v2.12.0...v2.12.1
v2.12.0
Component Release Notes
- Training Operator: https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.22.2-odh
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-9, https://github.com/opendatahub-io/notebooks/releases/tag/v1.18.0
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.20.0
- Serving:
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.2.0
- Distributed Workloads:
- DataScience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.2.0
Component Release Notes
What's Changed
- Version update for odh 2.11 by @VaishnaviHire in #983
- chore: cleanup duplicated functions packages and add more for godoc by @zdtsw in #981
- chore: better debug info + a clear check on env variable DISABLE_DSC_CONFIG by @zdtsw in #986
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #978
- feat: provide option to control reconciliation when creating resources by @cam-garrison in #974
- chore: passing down ctx in the chain than placeholder TODO() by @zdtsw in #990
- feat(status): change Degraded status from False to True if no DSCI CR by @zdtsw in #992
- chore(cleanup): remove checkDependentOperators as duplicated logic by @zdtsw in #996
- chore: remove CFO name check for downstream by @zdtsw in #997
- chore(logger): pass log-mode to each controller and move function to by @zdtsw in #998
- chore(docs): fix comments by @zdtsw in #999
- feat: remove leader election for operator by @zdtsw in #1000
- feat(fips): enable CGO_ENABLED in build by @zdtsw in #1001
- feat(cleanup): remove jupyterhub OdhDocument CR from previous release by @zdtsw in #991
- fix(uninstallation): do not delete subscription on Managed offering by @zdtsw in #993
- chore: add auth namespace to auth cfgmap by @cam-garrison in #1003
- chore: Update dashboard branch for manifest location by @dgutride in #1005
- Doc change: Add flag to operator sdk run bundle to use quay io registry for busyb… by @asanzgom in #1006
- [backport]: modelserving skip reconcile on deployment resources by @zdtsw in #1002
- chore(cleanup): remove cleanup functions for upgrade from v1 to v2 by @zdtsw in #989
- Sync odh-2.12 by @VaishnaviHire in #1011
- Release v2.12.0 by @VaishnaviHire in #1012
New Contributors
Full Changelog: v2.11.1...v2.12.0
v2.11.1
Component Release Notes
- Training Operator(New Component): https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.21.2-incubation
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-9, https://github.com/opendatahub-io/notebooks/releases/tag/v1.17.0-1
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.19.0
- Serving:
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.1.4
- Distributed Workloads:
- DataScience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.1.1
What's Changed
- ODH Release v2.11.1 by @VaishnaviHire in #994
Full Changelog: v2.11.0...v2.11.1
v2.11.0
Component Release Notes
- Training Operator(New Component): https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.22.2-incubation
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-9, https://github.com/opendatahub-io/notebooks/releases/tag/v1.17.0-1
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.19.0
- Serving:
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.1.4
- Distributed Workloads:
- DataScience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.1.0
What's Changed
- fix(deploy): wrong logic in if when apply ownership by @zdtsw in #963
- Update(rbac): remove MCAD, Appwrapper, instascales related permission in operator by @zdtsw in #958
- pkg/upgrade: remove watson-studio dashboard application by @ykaliuta in #959
- fix(e2e): do not test deletion configmap is true by @zdtsw in #964
- Add Ability to configure resources in Kserve by @VaishnaviHire in #965
- Add Opendatahub-operator pod selector label by @vaibhavjainwiz in #966
- fix: CVE-2023-7104(github.com/mattn/go-sqlite3) by @AjayJagan in #829
- Add check for existing Argo Workflows by @VaishnaviHire in #955
- chore(annoataion+label): move all annotations and labels into package by @zdtsw in #968
- fix(dspv2): label should be check on existance and value as well by @zdtsw in #967
- upgrade(go): use 1.20 by @zdtsw in #811
- chore: separate templates by @cam-garrison in #932
- fix(DSC): when DSC is in Error because of missing DSCI CR by @zdtsw in #971
- fix: reworks FeatureTracker status handling by @bartoszmajsak in #969
- Add upgrade bundle commands by @ajaypratap003 in #849
- fix(dspv2): several updates + fix logic by @zdtsw in #970
- fix(cfgmap): simplifies create/update (again!) by @bartoszmajsak in #972
- chore: removes dead code and adds godoc by @bartoszmajsak in #973
- tests: e2e: install servicemesh operators and check DSC(I) for it by @ykaliuta in #833
- chore: simplifies CreateNamespace logic by @bartoszmajsak in #976
- tests: e2e: use loop to iterate over components by @ykaliuta in #975
- chore(cleanup): remove sample for featuretracker by @zdtsw in #980
- fix(status): do not set Unknown back to component for every loop on reconcile by @zdtsw in #979
- [backport] ray: Cleanup opendatahub Namespace by @zdtsw in #982
- Odh 2.11.0 release by @VaishnaviHire in #985
New Contributors
- @vaibhavjainwiz made their first contribution in #966
Full Changelog: v2.10.1...v2.11.0
v2.10.1
Component Release Notes
- Training Operator(New Component): https://github.com/opendatahub-io/training-operator/releases/tag/v1.8.0-odh
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.21.2-incubation
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-8, https://github.com/opendatahub-io/notebooks/releases/tag/v1.16.0
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.18.0
- Serving(same as v2.9):
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.1.3
- Distributed Workloads:(same as v2.9)
- DataScience Pipelines:(same as v2.9) https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.0.1
What's Changed
- fix: properly updates config map by @bartoszmajsak in #948
- Addding kfto component to odh operator by @tedhtchang in #944
- remove(label): downstream operator NS by @zdtsw in #883
- Add visualization for Reconcile func by @VaishnaviHire in #954
- feat(authz): conditionally enables authorization capability by @bartoszmajsak in #949
- feat(cleanup): remove -auth-provider namespace when remove Featuretrakcer by @zdtsw in #952
- feat(mr): create namespace for Model Registry by @zdtsw in #930
- Release v2.10.1: version update by @VaishnaviHire in #960
- ODH Release v2.10.1 by @VaishnaviHire in #962
New Contributors
- @tedhtchang made their first contribution in #944
Full Changelog: v2.10.0...v2.10.1
v2.10.0
Component Release Notes
- Dashboard: https://github.com/opendatahub-io/odh-dashboard/releases/tag/v2.21.2-incubation
- Workbenches: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-8, https://github.com/opendatahub-io/notebooks/releases/tag/v1.16.0
- Trusty AI : https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.18.0
- Serving(same as v2.9):
- Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.1.2
- Distributed Workloads:(same as v2.9)
- DataScience Pipelines:(same as v2.9) https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.0.1
Operator Release Notes
What's Changed
- Fix cleanup of ODHApplications by @VaishnaviHire in #914
- chore: moves config map creation logic from Feature pkg by @bartoszmajsak in #909
- feat(tmpl): fails when key does not exist by @bartoszmajsak in #916
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #918
- feat(gh-action): ensures generated files are up-to-date in PR by @AjayJagan in #917
- fix(gen): upgrades to crd-ref-doc generator to latest version by @zdtsw in #920
- fix: Enable annotations using golangci-lint(gh action) by @AjayJagan in #919
- chore: move testing fixtures to fixtures directory by @cam-garrison in #906
- fix(make): cleans linter cache on clean by @bartoszmajsak in #922
- feat(build): adds gci to go fmt target by @bartoszmajsak in #925
- chore(Github): update issue template re-direct user for jira by @zdtsw in #838
- chore: splits feature tests to separate files by @bartoszmajsak in #924
- fix(dashboard): do not set owner on CR by @zdtsw in #923
- (fix): Description patch during make bundle by @AjayJagan in #926
- chore: Small Makefile fixes by @israel-hdez in #928
- feat(DW): prepare CF,ray,kueue for GA by @zdtsw in #929
- fix(test): pin version not latest which just introduced to use go 1.22 by @zdtsw in #934
- fix(dashboard): wrong path for consolelink in downstream by @zdtsw in #933
- chore: removes unused statuses by @bartoszmajsak in #937
- chore: remove kustomizationManifest + tests by @cam-garrison in #935
- fix(dashboard): add app for ODH base to deploy by @zdtsw in #938
- Changed ODH/Kuberay to point to dev branch by @Bobbins228 in #940
- update: set the branch of each component to match odh nightly by @zdtsw in #901
- chore: split upgrade.go into 3 files by @zdtsw in #939
- chore(labels): introduces structured types for labels by @bartoszmajsak in #941
- update branch of odh-model-controller for nightly build by @Jooho in #942
- Fix update on trustedcabundle by @VaishnaviHire in #945
- feat(logger): for both controller level and component level by @zdtsw in #837
- Release 2.10: Update version by @VaishnaviHire in #946
- ODH 2.10 Release by @VaishnaviHire in #951
New Contributors
- @dependabot made their first contribution in #918
- @Jooho made their first contribution in #942
Full Changelog: v2.9.0...v2.10.0
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