Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade daskhub chart version to 2021.12.0 #917

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 19, 2021

Upgrades daskhub chart version from 4.5.6 to 2021.12.0.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 19, 2021
@consideRatio
Copy link
Member

consideRatio commented Jan 19, 2021

Sections like these are no longer supported in the JupyterHub 0.11.1 version that this is upgrading to.

auth:
type: custom
custom:
className: oauthenticator.generic.GenericOAuthenticator
config:
login_service: "Pangeo"
token_url: https://pangeo.auth0.com/oauth/token
userdata_url: https://pangeo.auth0.com/oauth/userinfo
userdata_method: GET
username_key: nickname
scope:
- openid
- profile
- email
admin:
access: true
users:
- jhamman
- rabernat
- TomAugspurger
- scottyhq

There is a quite clear error message if you try to helm upgrade or helm template declaring how to format the new configuration.

I cannot update the encrypted configuration under auth without the git-crypt key, but I can push commits to fix everything but that.

@scottyhq
Copy link
Member

thanks @consideRatio , from here https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/master/CHANGELOG.md looks like these are important changes related to security. happy to send you the git-crypt key via keybase or some by some other means that you prefer. i'm guessing the same recommended upgrade applies to pangeo binderhubs https://github.com/pangeo-data/pangeo-binder (which would also need upgrading k8s versions from 1.15)

@consideRatio
Copy link
Member

Thanks @scottyhq! I'm @consideRatio on keybase, perhaps with a large R if its case sensitive.

The security issues relate only to JupyterHub 0.10.0-0.10.5, but the version of daskhub currently installed is 0.10.6 so no hurry.

@scottyhq
Copy link
Member

ah ok. i'd prefer to let this sit then until we get more hands on deck to deal with things (2i2c-org/farallon-image#12). I sent you the git-crpyt keys directly.

@rabernat is also owner of a 'pangeo' group on keybase that was a way to centralize various secrets (pangeo bot tokens, auth0 credentials, etc.). as far as i can tell @rabernat as owner is the only person who can add members there

@github-actions github-actions bot force-pushed the upgrade-daskhub-version branch 4 times, most recently from 96f0b87 to c593def Compare February 3, 2021 13:24
@github-actions github-actions bot force-pushed the upgrade-daskhub-version branch 2 times, most recently from 526a803 to 2b21425 Compare March 10, 2021 19:16
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 4.5.7 Upgrade daskhub chart version to 2021.3.0 Mar 17, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.3.0 Upgrade daskhub chart version to 2021.3.1 Mar 22, 2021
@github-actions github-actions bot force-pushed the upgrade-daskhub-version branch 2 times, most recently from b39f91e to cd2e7a1 Compare March 26, 2021 12:06
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.3.1 Upgrade daskhub chart version to 2021.3.2 Mar 26, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.3.2 Upgrade daskhub chart version to 2021.3.3 Mar 29, 2021
@github-actions github-actions bot force-pushed the upgrade-daskhub-version branch 2 times, most recently from 3b3f5e0 to 127d233 Compare March 30, 2021 10:04
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.3.3 Upgrade daskhub chart version to 2021.3.4 Mar 30, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.3.4 Upgrade daskhub chart version to 2021.4.0 Apr 6, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.4.0 Upgrade daskhub chart version to 2021.4.1 Apr 26, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.6.1 Upgrade daskhub chart version to 2021.7.0 Jul 12, 2021
@github-actions github-actions bot force-pushed the upgrade-daskhub-version branch 2 times, most recently from 30d812b to 1e1d877 Compare July 26, 2021 09:24
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.7.0 Upgrade daskhub chart version to 2021.7.1 Jul 26, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.7.1 Upgrade daskhub chart version to 2021.7.2 Jul 26, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.7.2 Upgrade daskhub chart version to 2021.7.3 Aug 2, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.7.3 Upgrade daskhub chart version to 2021.8.0 Aug 6, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.8.0 Upgrade daskhub chart version to 2021.8.1 Aug 17, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.8.1 Upgrade daskhub chart version to 2021.9.1 Sep 23, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.9.1 Upgrade daskhub chart version to 2021.10.0 Oct 25, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.10.0 Upgrade daskhub chart version to 2021.11.0 Nov 4, 2021
@github-actions github-actions bot force-pushed the upgrade-daskhub-version branch 2 times, most recently from f0c0fd3 to fcf13b2 Compare November 8, 2021 10:22
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.11.0 Upgrade daskhub chart version to 2021.11.1 Nov 8, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.11.1 Upgrade daskhub chart version to 2021.11.2 Nov 22, 2021
@github-actions github-actions bot changed the title Upgrade daskhub chart version to 2021.11.2 Upgrade daskhub chart version to 2021.12.0 Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants