Releases: red-hat-data-services/odh-manifests
Releases · red-hat-data-services/odh-manifests
v1.1.0 RHODS Release
Merge pull request #136 from maulikjs/traefik-pull-secret Add image pull secret for traefik
v1.0.17: Merge pull request #123 from harshad16/update-ds
UPSTREAM:fc85880 upgrade the ds notebook base images with ubi8 updates
v1.0.16 Release
Merge pull request #120 from crobby/rhods1016branch Pull in changes to release branch for v1.0.16
v1.0.14 Release
Add some monitoring components forn deployer (#104)
v1.0.13 Release
Sync RHODS odh-manifests * Clean up unsued components * Add a Dockerfile for building an image to hold manifests * Add the .aicoe-ci.yaml file (#3) * Tweak docker ignore for pipeline and Containerfile (#4) * Updated ODH dashboard image with latest. * Update CHANGELOG.md * Patch JH to use a secret for prometheus API token that is outside the operator influence. * Add JH groups configuration CM (opendatahub-io#342) * Change filename for the jupyterhub prometheus API token secret * Change env variable that is referenced in the JH patch * Updating test kfdef to match rhds reality * eliminating unnecessary tests * Remove elyra and spark images from additional overlay * Removing unneeded buildconfigs * include new ubi8 cuda-11.0.3 supporting python3.8 notebooks * fix the patch for the cuda 11.0.3 imagestream tags * Add generic data science notebook to JH deployment (opendatahub-io#381) * Pruning list of notebook images * Removing tests for unused images * Add reader secret to manifests (#53) * Add OpenShift Pipelines component (opendatahub-io#337) * Bumping up generic-data-sci nb image to v0.0.3 * Removing non-valid test for generic-data-science nb * Add read/write privs for configmaps, secrets, jobs, and cronjobs for dashboard role * Give odh-dashboard user permssion to read all CSVs cluster-wide * Update JupyterHub to pull postgresql password from a custom secret * Add Anaconda CE kustomize templates * Add cluster wide get permissions for services * Updated odh-dashboard deployment for v1.0.10 release * four_leaf_clover include minimal python 3.8 with default jlab and git plugin * Update the jupyterhub image to new UI * Fix annotation for jupyterhub imagestream * four_leaf_clover Fix the minimal tags (#84) * turtle fix version of pytorch and tensorflow gpu * Add overriding CMs for JSP * Removed Anaconda manifest and updated image pointer * Update odh-dashboard image tag to v1.0.11 * updates on gpu buildconfigs and imagestreams * Adding RhodsQuickStart CRD (fork of ConsoleQuickStart CRD) for dashboard. * Update the Medium and Large sizes * Remove tls-acme annotation from JuptyerHub route (opendatahub-io#329) This annotation configures Kubernetes to automatically provision TLS certificates for the JupyterHub route from Let's Encrypt. In my opinion, we should rely on OpenShift-provisioned certs by default and let users override this as they need, whether that means ACME or something else. * [JupyterHub] Fix auth for prometheus /metrics endpoint behind auth proxy (opendatahub-io#330) * add secret key; update service monitor * Update jupyterhub-secret.yaml * remove trailing new line (causing parse failures on the prometheus side) * Update subscription.yaml (opendatahub-io#338) this will update the version of Grafana Operator to v3.9.0 * Update JH image with prometheus authentication (opendatahub-io#339) * Update Jupyterhub image to v0.2.2 (opendatahub-io#345) * Remove empty operator log artifact from tests runs (opendatahub-io#348) * Added ImageChange trigger to the JupyterHub deployment config (opendatahub-io#334) * Updated jupyterhub imagestream image to 0.1.5 * Added Image change trigger * Update Elyra image to v2.0.1 (opendatahub-io#297) * Adds support for Tekton in Kubeflow Pipelines * Update source strategy specification * Add env vars to JH so that we don't lose auth_state on restart (opendatahub-io#351) * Add oauth proxy to ODH dashboard (opendatahub-io#350) This adds a basic OAuth Proxy sidecar container to the ODH Dashboard pod. By default this will allow any authenticated user to access the service. I expect downstream deployments to limit access by way of the --openshift-sar argument. I additionally expect downstream deployments to customize the value of the --cookie-secret argument. * Move the JH DeploymentConfig imageChange trigger to an overlay (opendatahub-io#360) Move the enablement of the JupyterHub DeploymentConfig imageChange trigger for JH to an optional overlay. The trigger was originally added in opendatahub-io#334 * Update Metrics endpoints for ODH operator (opendatahub-io#349) * Fix ODH and Argo monitoring * Increase replica count to 2 for HA * Update Prometheus name and corresponding test * Restructure Service Monitors This separate the ODH operator and ODH application monitoring into two seperate Service Monitors. * point to tag reference instead of master branch (opendatahub-io#367) * Update JSP to 0.2.2, add secrets to the role (opendatahub-io#361) * Modified jhtest to accept new version of JH Spawner * Use secret param in JH DB for postgres pass (opendatahub-io#362) * add annotation (opendatahub-io#383) * scissors trim the gpu image names for proper image-pull (opendatahub-io#389) * turtle configure buildconfig ref based on tags for stability (opendatahub-io#384) * Add JupyterHub monitoring dashboards and required cluster metrics (opendatahub-io#316) * Update s2i-lab-elyra notebook image to v0.0.7 (opendatahub-io#380) This change will update the version of Elyra in the container to v2.2.1 * Update JH image to fix GPU setting and CI issue (opendatahub-io#392) * clipboard annotation set with image name and python dependency details (opendatahub-io#390) * Update chromedriver version to fix selenium-based tests * Adding docs for the SKIP_OPERATOR_INSTALL env var in tests * Adding more optional parameters to the Makefile for running local tests * Split the JSP configmap into profiles and sizes (opendatahub-io#398) * Update OpenShift Pipelines starting version to v1.3.1 (opendatahub-io#402) OpenShift Pipelines renamed their CSV to redhat-openshift-pipelines with version v1.3.1. * Update JupyterHub to v0.2.8 (opendatahub-io#406) * refactor into folders (opendatahub-io#400) * Update Strimzi Kafka Operator Subscription to v0.22.x Update Kafka CR (opendatahub-io#405) * Image details set in annotation for gpu images (opendatahub-io#408) * Add archive of pods & events during CI runs (opendatahub-io#403) * Add Trino kustomize manifests (opendatahub-io#373) * Add Trino kustomize manifests * Fixes to get the hive metastore deployment working * Replace accept with allow for postgres connection * Put env var values in quotes * Update vars and parameterize some fields, update the image used for trino * Parameterize DB secret in hive-metastore * Set limits for tests * remove zero widht space chars * Update elyra notebook image to v0.0.8 (opendatahub-io#419) * update seldon operator to 1.7.0 (opendatahub-io#397) * feat(prometheus): Upgrade operator to 0.47.0 (opendatahub-io#399) Co-authored-by: Chad Roberts <[email protected]> Co-authored-by: khebhut[bot] <64544372+khebhut[bot]@users.noreply.github.com> Co-authored-by: Kebechet <[email protected]> Co-authored-by: Landon LaSmith <[email protected]> Co-authored-by: Alex Corvin <[email protected]> Co-authored-by: Will Eaton <[email protected]> Co-authored-by: Anand Sanmukhani <[email protected]> Co-authored-by: Vaclav Pavlin <[email protected]> Co-authored-by: Maroš Roman <[email protected]> Co-authored-by: Alan Chin <[email protected]> Co-authored-by: Shoubhik Bose <[email protected]> Co-authored-by: Anish Asthana <[email protected]> Co-authored-by: Harshad Reddy Nalla <[email protected]> Co-authored-by: mroman-redhat <[email protected]> Co-authored-by: strangiato <[email protected]> Co-authored-by: Trevor Royer <[email protected]> Co-authored-by: Hema Veeradhi <[email protected]> Co-authored-by: Maulik Shah <[email protected]> Co-authored-by: Ricardo Martinelli de Oliveira <[email protected]> Co-authored-by: Tom Coufal <[email protected]>
v1.0.12
Merge pull request #95 from red-hat-data-services/v1.0.12_release V1.0.12 release
v1.0.11 Release
updates on gpu buildconfigs and imagestreams Signed-off-by: Harshad Reddy Nalla <[email protected]>
v1.0.9 Release
Adding more optional parameters to the Makefile for running local tests
v1.0.8 Release
Add generic data science notebook to JH deployment (#381) Signed-off-by: Landon LaSmith <[email protected]>
v1.0.6 Release
Update Metrics endpoints for ODH operator (#349) * Fix ODH and Argo monitoring Signed-off-by: Anish Asthana <[email protected]> * Increase replica count to 2 for HA Signed-off-by: Anish Asthana <[email protected]> * Update Prometheus name and corresponding test Signed-off-by: Anish Asthana <[email protected]> * Restructure Service Monitors This separate the ODH operator and ODH application monitoring into two seperate Service Monitors. Signed-off-by: Anish Asthana <[email protected]>