ODH Operator v2.0.0 (alpha) Release
·
52 commits
to feature-rearchitecture
since this release
What's Changed
- Initialize operator for proposed redesign by @VaishnaviHire in #239
- Initializing the DSCInitialization api. by @etirelli in #242
- Adding DataScienceCluster API. by @etirelli in #248
- Implement DSCInitialization Controller by @VaishnaviHire in #249
- Update: Dockerfile and Makefile by @zdtsw in #262
- Fix: mismatch role binding and missing clusterrole permission in CSV by @zdtsw in #272
- Add imagepullpolicy for kube-rbac-proxy by @zdtsw in #274
- Update logger for dscinitialzation start time by @zdtsw in #275
- Determine install environment for operator by @VaishnaviHire in #264
- Fix rebase issues by @VaishnaviHire in #278
- Implement DSC controller by @VaishnaviHire in #267
- Add preview updates by @VaishnaviHire in #282
- Add "none" component profile by @jharmison-redhat in #284
- Update: correct channel name by @zdtsw in #287
- Add SMTP sender and receiver email secrets by @zdtsw in #270
- Add logging to show cluster type and if monitoring enabled by user by @zdtsw in #277
- Change Namespaces from string[] to string by @zdtsw in #285
- Remove rbac container from Pod by @zdtsw in #280
- Update Dockerfile, Makefile and Kustomzation by @zdtsw in #281
- Update dscinitiazation spec for monitoring by @zdtsw in #276
- Add OauthClient resource to scheme by @VaishnaviHire in #290
- Update Operator Dev preview to v0.0.2 by @VaishnaviHire in #291
- Fix sample from string array to string by @zdtsw in #295
- Update to /opt/manifests from /opt/odh-manifests by @zdtsw in #294
- Update sample config by @zdtsw in #298
- Add odh-common-config Configmap by @VaishnaviHire in #303
- Improving logging and eventing. #254 by @etirelli in #292
- Create new Dev preview version v0.0.3 by @VaishnaviHire in #304
- Update: makefile to support local build bundle image by @zdtsw in #305
- Adding status information on DSC to list installed components #300 by @etirelli in #302
- Create new Dev preview version v0.0.4 by @VaishnaviHire in #310
- Add Modelmesh monitoring by @VaishnaviHire in #317
- Add Kserve to components by @VaishnaviHire in #315
- Implement logic for Updating from Legacy Operator by @VaishnaviHire in #312
- Update sample for new operator, default applicationNamespace and deprecated kustomize field by @zdtsw in #321
- Add kfdef CRD back by @zdtsw in #286
- Removing the support for profiles from the code. Fixes #319 by @etirelli in #320
- Update networkpolicy to allow all traffic access applicationNamespace by @zdtsw in #323
- Switching component's enabled property default value to false. Fixes #324 by @etirelli in #325
- Fix Reconcile Errors, manifests by @VaishnaviHire in #326
- Prepare for Dev Preview v0.0.5 by @VaishnaviHire in #327
- Fix Reconciliation errors to allow clean deletion by @VaishnaviHire in #331
- Do not allow components to own applications Namespace by @VaishnaviHire in #337
- Adding refresh and retry logic in the DSCInitialization reconciliation loop #331 by @etirelli in #334
- Dev Preview release v0.0.6 by @VaishnaviHire in #339
- Integrate Distributed Workloads by @VaishnaviHire in #348
- Switching default value for component's enabled property to false #324 by @etirelli in #345
- Dev preview release v0.0.7 by @VaishnaviHire in #350
- Add samples back and remove kfdef from "owned" in CSV by @zdtsw in #329
- Cleaning up and removing unused code. by @etirelli in #349
- Add e2e test for operator by @VaishnaviHire in #352
- Doc: remove $ from copy section by @zdtsw in #354
- Update description when create/config dsci and dsc by @zdtsw in #330
- Update CSV description and design doc by @VaishnaviHire in #355
- ODH Release bundle for v2.0.0 by @VaishnaviHire in #356
New Contributors
- @etirelli made their first contribution in #242
- @jharmison-redhat made their first contribution in #284
Full Changelog: v1.7.0...v2.0.0
Known Issues
- Dashboard Enabled component tiles not visible due to dependency on KfDef
- Kserve and Modelmesh may throw error when enabled at the same time