Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Release of version 1.0.6 #365

Merged
merged 1 commit into from Mar 25, 2021
Merged

Release of version 1.0.6 #365

merged 1 commit into from Mar 25, 2021

Conversation

khebhut[bot]
Copy link
Contributor

@khebhut khebhut bot commented Mar 25, 2021

Hey, @nakfour!

Opening this PR to fix the last release.

Closes: #364


Changelog:
### Features
* Update Metrics endpoints for ODH operator (#349)
* Move the JH DeploymentConfig imageChange trigger to an overlay (#360)
* Update README.md (#354)
* Add oauth proxy to ODH dashboard (#350)

Copy link

@sefkhet-abwy sefkhet-abwy bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an auto-approve of the releases.

@openshift-ci-robot
Copy link
Collaborator

@sefkhet-abwy[bot]: changing LGTM is restricted to collaborators

In response to this:

This is an auto-approve of the releases.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot
Copy link
Collaborator

Hi @khebhut[bot]. Thanks for your PR.

I'm waiting for a opendatahub-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@nakfour
Copy link

nakfour commented Mar 25, 2021

/lgtm
/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: khebhut[bot], nakfour, sefkhet-abwy[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@nakfour
Copy link

nakfour commented Mar 25, 2021

/retest

@openshift-merge-robot openshift-merge-robot merged commit 1eddbc1 into master Mar 25, 2021
crobby pushed a commit to crobby/odh-manifests that referenced this pull request Apr 1, 2021
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
crobby referenced this pull request in red-hat-data-services/odh-manifests Apr 1, 2021
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
crobby pushed a commit to crobby/odh-manifests that referenced this pull request Apr 1, 2021
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
crobby referenced this pull request in red-hat-data-services/odh-manifests Apr 1, 2021
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
crobby referenced this pull request in red-hat-data-services/odh-manifests May 12, 2021
* Release of version 1.0.2 (#333)

* Release of version 1.0.2

* Update CHANGELOG.md

Edit description

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
Co-authored-by: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com>

* Remove tls-acme annotation from JuptyerHub route (#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 (#330)

* add secret key; update service monitor

* Update jupyterhub-secret.yaml

* Update jupyterhub-secret.yaml

* Update jupyterhub-secret.yaml

remove trailing new line (causing parse failures on the prometheus side)

* Update subscription.yaml (#338)

this will update the version of Grafana Operator to v3.9.0

* Release of version 1.0.3 (#341)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Update JH image with prometheus authentication (#339)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Add JH groups configuration CM (#342)

* Add JH groups configuration CM

* Add parameter to readme

* Update Jupyterhub image to v0.2.2 (#345)

* Release of version 1.0.4 (#347)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Remove empty operator log artifact from tests runs (#348)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Added ImageChange trigger to the JupyterHub deployment config (#334)

* Updated jupyterhub imagestream image to 0.1.5

* Added Image change trigger

* Update Elyra image to v2.0.1 (#297)

* Update Elyra image to v2.0.1

- 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 (#351)

* Release of version 1.0.5 (opendatahub-io#353)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Add oauth proxy to ODH dashboard (#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.

* Update README.md (opendatahub-io#354)

* Move the JH DeploymentConfig imageChange trigger to an overlay (#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

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Update Metrics endpoints for ODH operator (#349)

* Fix ODH and Argo monitoring

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Increase replica count to 2 for HA

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Update Prometheus name and corresponding test

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Restructure Service Monitors

This separate the ODH operator and ODH application monitoring into two
seperate Service Monitors.

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Release of version 1.0.6 (#365)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* point to tag reference instead of master branch (#367)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Update JSP to 0.2.2, add secrets to the role (#361)

* Modified jhtest to accept new version of JH Spawner

* Update JSP to 0.2.2, add secrets to the role

* Bump image list wait

* Reorder image test

Co-authored-by: mroman-redhat <mroman@redhat.com>

* Use secret param in JH DB for postgres pass (#362)

Co-authored-by: Václav Pavlín <vaclav.pavlin@gmail.com>

* Release of version 1.0.7 (#378)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Add generic data science notebook to JH deployment (#381)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Release of version 1.0.8 (#386)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* include new ubi8 cuda-11.0.3 supporting python3.8 notebooks (#368)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Add OpenShift Pipelines component (#337)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* add annotation (#383)

Co-authored-by: Trevor Royer <troyer@redhat.com>

* ✂️ trim the gpu image names for proper image-pull (#389)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* 🐢 configure buildconfig ref based on tags for stability (#384)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Add JupyterHub monitoring dashboards and required cluster metrics (#316)

* Update s2i-lab-elyra notebook image to v0.0.7 (#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 (#392)

* 📋 annotation set with image name and python dependency details (#390)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* 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

* Release of version 1.0.9 (#396)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Split the JSP configmap into profiles and sizes (#398)

* Update OpenShift Pipelines starting version to v1.3.1 (#402)

OpenShift Pipelines renamed their CSV to redhat-openshift-pipelines with
version v1.3.1.

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Update JupyterHub to v0.2.8 (#406)

* refactor into folders (#400)

* Update Strimzi Kafka Operator Subscription to v0.22.x Update Kafka CR (#405)

* Image details set in annotation for gpu images (#408)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Add archive of pods & events during CI runs (#403)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Release of version 1.0.10 (#410)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Add Trino kustomize manifests (#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

Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com>
Co-authored-by: Alex Corvin <accorvin@live.com>

* Update elyra notebook image to v0.0.8 (#419)

* Release of version 1.0.11 (#422)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* update seldon operator to 1.7.0 (#397)

* feat(prometheus): Upgrade operator to 0.47.0 (#399)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: khebhut[bot] <64544372+khebhut[bot]@users.noreply.github.com>
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
Co-authored-by: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com>
Co-authored-by: Alex Corvin <accorvin@live.com>
Co-authored-by: Will Eaton <wseaton@users.noreply.github.com>
Co-authored-by: Anand Sanmukhani <asanmukh@redhat.com>
Co-authored-by: Vaclav Pavlin <vaclav.pavlin@gmail.com>
Co-authored-by: Maroš Roman <60748071+mroman-redhat@users.noreply.github.com>
Co-authored-by: Alan Chin <akchin@us.ibm.com>
Co-authored-by: Shoubhik Bose <shbose@redhat.com>
Co-authored-by: Anish Asthana <anishasthana1@gmail.com>
Co-authored-by: Harshad Reddy Nalla <hnalla@redhat.com>
Co-authored-by: mroman-redhat <mroman@redhat.com>
Co-authored-by: strangiato <trevorroyer@gmail.com>
Co-authored-by: Trevor Royer <troyer@redhat.com>
Co-authored-by: Hema Veeradhi <hema.veeradhi@gmail.com>
Co-authored-by: Maulik Shah <maulik.shah1995@gmail.com>
Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
harshad16 added a commit to harshad16/odh-manifests that referenced this pull request May 12, 2021
* Release of version 1.0.2 (opendatahub-io#333)

* Release of version 1.0.2

* Update CHANGELOG.md

Edit description

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
Co-authored-by: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com>

* 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

* Update jupyterhub-secret.yaml

* 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

* Release of version 1.0.3 (opendatahub-io#341)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Update JH image with prometheus authentication (opendatahub-io#339)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Add JH groups configuration CM (opendatahub-io#342)

* Add JH groups configuration CM

* Add parameter to readme

* Update Jupyterhub image to v0.2.2 (opendatahub-io#345)

* Release of version 1.0.4 (opendatahub-io#347)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Remove empty operator log artifact from tests runs (opendatahub-io#348)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* 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)

* Update Elyra image to v2.0.1

- 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)

* Release of version 1.0.5 (opendatahub-io#353)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* 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.

* Update README.md (opendatahub-io#354)

* 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

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Update Metrics endpoints for ODH operator (opendatahub-io#349)

* Fix ODH and Argo monitoring

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Increase replica count to 2 for HA

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Update Prometheus name and corresponding test

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Restructure Service Monitors

This separate the ODH operator and ODH application monitoring into two
seperate Service Monitors.

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>

* Release of version 1.0.6 (opendatahub-io#365)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* point to tag reference instead of master branch (opendatahub-io#367)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Update JSP to 0.2.2, add secrets to the role (opendatahub-io#361)

* Modified jhtest to accept new version of JH Spawner

* Update JSP to 0.2.2, add secrets to the role

* Bump image list wait

* Reorder image test

Co-authored-by: mroman-redhat <mroman@redhat.com>

* Use secret param in JH DB for postgres pass (opendatahub-io#362)

Co-authored-by: Václav Pavlín <vaclav.pavlin@gmail.com>

* Release of version 1.0.7 (opendatahub-io#378)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* Add generic data science notebook to JH deployment (opendatahub-io#381)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Release of version 1.0.8 (opendatahub-io#386)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* include new ubi8 cuda-11.0.3 supporting python3.8 notebooks (opendatahub-io#368)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Add OpenShift Pipelines component (opendatahub-io#337)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* add annotation (opendatahub-io#383)

Co-authored-by: Trevor Royer <troyer@redhat.com>

* ✂️ trim the gpu image names for proper image-pull (opendatahub-io#389)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* 🐢 configure buildconfig ref based on tags for stability (opendatahub-io#384)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* 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)

* 📋 annotation set with image name and python dependency details (opendatahub-io#390)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* 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

* Release of version 1.0.9 (opendatahub-io#396)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* 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.

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* 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)

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>

* Add archive of pods & events during CI runs (opendatahub-io#403)

Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>

* Release of version 1.0.10 (opendatahub-io#410)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* 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

Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com>
Co-authored-by: Alex Corvin <accorvin@live.com>

* Update elyra notebook image to v0.0.8 (opendatahub-io#419)

* Release of version 1.0.11 (opendatahub-io#422)

Co-authored-by: Kebechet <noreply+kebechet@redhat.com>

* update seldon operator to 1.7.0 (opendatahub-io#397)

* feat(prometheus): Upgrade operator to 0.47.0 (opendatahub-io#399)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: khebhut[bot] <64544372+khebhut[bot]@users.noreply.github.com>
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
Co-authored-by: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com>
Co-authored-by: Alex Corvin <accorvin@live.com>
Co-authored-by: Will Eaton <wseaton@users.noreply.github.com>
Co-authored-by: Anand Sanmukhani <asanmukh@redhat.com>
Co-authored-by: Vaclav Pavlin <vaclav.pavlin@gmail.com>
Co-authored-by: Maroš Roman <60748071+mroman-redhat@users.noreply.github.com>
Co-authored-by: Alan Chin <akchin@us.ibm.com>
Co-authored-by: Shoubhik Bose <shbose@redhat.com>
Co-authored-by: Anish Asthana <anishasthana1@gmail.com>
Co-authored-by: Harshad Reddy Nalla <hnalla@redhat.com>
Co-authored-by: mroman-redhat <mroman@redhat.com>
Co-authored-by: strangiato <trevorroyer@gmail.com>
Co-authored-by: Trevor Royer <troyer@redhat.com>
Co-authored-by: Hema Veeradhi <hema.veeradhi@gmail.com>
Co-authored-by: Maulik Shah <maulik.shah1995@gmail.com>
Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
@LaVLaS LaVLaS deleted the v1.0.6 branch March 2, 2022 17:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants