Releases: opendatahub-io/opendatahub-operator
Releases · opendatahub-io/opendatahub-operator
v2.16.0
Component Release Notes
- Serving:
- Modelmesh: https://github.com/opendatahub-io/modelmesh-serving/releases/tag/v0.12.0.3-rc0
- Kserve: https://github.com/opendatahub-io/kserve/releases/tag/v0.12.1.4
- odh-model-controller: https://github.com/opendatahub-io/odh-model-controller/releases/tag/v0.12.0.4 - Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.2.4
- Datascience Pipelines: https://github.com/opendatahub-io/data-science-pipelines-operator/releases/tag/v2.4.0
- Distributed Worklods:
- Codeflare: https://github.com/opendatahub-io/codeflare-operator/releases/tag/v1.5.0-odh
- Ray: https://github.com/opendatahub-io/kuberay/releases/tag/v1.1.2-odh
- Kueue: https://github.com/opendatahub-io/kueue/releases/tag/v0.7.0-odh-test
- 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.25.1-odh
- Workbenches:
- Notebooks: https://github.com/opendatahub-io/notebooks/releases/tag/v1.21.0
- Notebook-controller: https://github.com/opendatahub-io/kubeflow/releases/tag/v1.7.0-14 - TrustyAI: https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.24.0
Operator Release Notes
What's Changed
- fix: auto creation DSCI during startup by @zdtsw in #1131
- chore: refactor on some logic for component manifests resources by @zdtsw in #1121
- deploy: refactor whitelisting with custom kustomize RemoverPlugin by @zdtsw in #1123
- RHOAIENG-9751: Update release.name from DSC and DSCI in ODH by @CFSNM in #1133
- fix: authz patch injection feature precondition uses correct namespace value by @bartoszmajsak in #1135
- chore: get operator namespace from deployment as env variable by @zdtsw in #1139
- fix: when delete DSCI CR get stuck because the current instance updated and not preperly remove finalizer on it by @zdtsw in #1142
- chore: change local "manifests" folder to match in-image path by @zdtsw in #1143
- (chore): Fix the token expiry and move release version update code to a composite action. by @AjayJagan in #1132
- chore: update min k8s version to match min ocp version: 1.25 for 4.12 by @zdtsw in #1138
- fix: devFlags for dashboard did not set correct values by @zdtsw in #1136
- fix: for Managed cluster, we need another namespace or it will be deteced as self-managed by @zdtsw in #1146
- chore: rename variable/function name by @zdtsw in #1147
- chore: renames IngressGatewaySpec type to GatewaySpec by @bartoszmajsak in #1144
- fix(feature): preserves original target namespace by @bartoszmajsak in #1148
- chore(service-mesh): exports configmap names to const by @bartoszmajsak in #1149
- feat: add managed model registry prometheus config handling logic, fixes RHOAIENG-4273 by @dhirajsb in #1150
- chore: remove UPDATE from webhook operation list by @zdtsw in #1134
- chore: cleanup Warning for unused packages by @zdtsw in #1151
- upgrade: cleanup CreateWithRetry usage by @ykaliuta in #1145
- chore: tuning resource usage for operator pod by @zdtsw in #1120
- Revert "feat: remove leader election for operator (#1000)" by @zdtsw in #1153
- fix(feature): ensures all new resources are created in one reconcile by @bartoszmajsak in #1159
- (chore): Increase timeout for the wait-for-checks.sh script by @AjayJagan in #1162
- (chore): Comment the 'push version tag to quay.io' step in gh action by @AjayJagan in #1164
- chore: uplift kustomize version for match the one from kyaml by @zdtsw in #1158
- ODH Release 2.16.0: Version Update by @github-actions in #1169
New Contributors
Full Changelog: v2.15.0...v2.16.0
v2.15.0
Component Release Notes
- Serving:
- Modelmesh: https://github.com/opendatahub-io/modelmesh-serving/releases/tag/v0.12.0.2-rc0
- Kserve: https://github.com/opendatahub-io/kserve/releases/tag/v0.12.1.3
- odh-model-controller: https://github.com/opendatahub-io/odh-model-controller/releases/tag/v0.12.0.3 - Model Registry: https://github.com/opendatahub-io/model-registry-operator/releases/tag/v0.2.3
- Distributed Worklods:
- Codeflare: https://github.com/opendatahub-io/codeflare-operator/releases/tag/v1.5.0-odh
- Ray: https://github.com/opendatahub-io/kuberay/releases/tag/v1.1.2-odh
- Kueue: https://github.com/opendatahub-io/kueue/releases/tag/v0.7.0-odh-test
- 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.2-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 - TrustyAI: https://github.com/trustyai-explainability/trustyai-service-operator/releases/tag/v1.23.0
Operator Release Notes
What's Changed
- chore: update owner list by @zdtsw in #1090
- feat: adds EnabledWhen to the feature builder by @cam-garrison in #1057
- refactor: dashboard with new manifests structure by @zdtsw in #1065
- Update release.name from DSC and DSCI by @lburgazzoli in #1093
- chore(feature-tracker): simplifies struct handling by @bartoszmajsak in #1092
- chore: reworks authorino istio proxy injection patch by @bartoszmajsak in #1097
- RHOAIENG-2974: Restrict DSCI deletion before DSC by @Sara4994 in #1094
- fix(feature): uses server-side apply to reconile by @bartoszmajsak in #1098
- update: reduce call to check if is managed platform by @zdtsw in #1091
- test: fix wrong test case for the cert type by @zdtsw in #1096
- fix: do not reconcile trusted bundle on ns deletion by @bartoszmajsak in #1095
- chore(tests): isolates resource reconcile tests by @bartoszmajsak in #1101
- chore(feature): adds context to manifest errors by @bartoszmajsak in #1104
- chore(feature): removes unused tmpl func by @bartoszmajsak in #1105
- Improve regex to accept white spaces before delimiters(release-automation) by @AjayJagan in #1102
- backport: fix of annotation on kserve by @zdtsw in #1106
- fix(feature): only relies on desired state for reconcilation by @bartoszmajsak in #1103
- Revert "chore: remove duplicated logic by function call (#1080)" by @zdtsw in #1107
- fix(envoy-filter): properly removes headers by @bartoszmajsak in #1108
- feat: reworks Feature to be generic data container by @bartoszmajsak in #1052
- chore: cleanup remove kfdef during uninstallation by @zdtsw in #1100
- docs: removes not working styling by @bartoszmajsak in #1112
- chore: removes obsolete attribution by @bartoszmajsak in #1109
- chore(lint): skips true|false for goconst by @bartoszmajsak in #1110
- chore: fixes typos by @bartoszmajsak in #1111
- refactor: moves conversion to unstr to dedicated package by @bartoszmajsak in #1113
- Fix: Return if DSC already exists by @VaishnaviHire in #1116
- feat(cluster): add roles and role bindings management by @bartoszmajsak in #1115
- feat: add chunksize for List operation with pagination by @zdtsw in #1099
- fix: ensures SMCP is created before any other features by @bartoszmajsak in #1118
- Revert "kserve: add grpconly envoy filter (#888)" by @dtrifiro in #931
- refactor: simplifies Feature Manifests by @bartoszmajsak in #1114
- update: check return of create dsci if failed because of existing by @zdtsw in #1117
- Revert "update: check return of create dsci if failed because of existing" by @zdtsw in #1122
- Update version to 2.15 by @VaishnaviHire in #1128
- ODH 2.15.0 Release by @VaishnaviHire in #1129
Full Changelog: v2.14.0...v2.15.0
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