You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just released jupyter-server-proxy 3.2.1 (security fix) and ran into a few problems:
CI tests aren't run in private security branches
I merged the security branch, pushed a new commit updating the version in jupyterlab-server-proxy/package.json, and pushed to main. before tagging I noticed the tests failed due to a minor error, fixed in jupyterhub/jupyter-server-proxy#317
Maybe worth a note in a security/release doc somewhere as a reminder?
I just released jupyter-server-proxy 3.2.1 (security fix) and ran into a few problems:
CI tests aren't run in private security branches
I merged the security branch, pushed a new commit updating the version in
jupyterlab-server-proxy/package.json
, and pushed tomain
. before tagging I noticed the tests failed due to a minor error, fixed in jupyterhub/jupyter-server-proxy#317Maybe worth a note in a security/release doc somewhere as a reminder?
GitHub workflows for tags are disabled
I pushed a
v3.2.1
tag but workflows weren't run.This is because
on.push.branches-ignore
was added in jupyterhub/jupyter-server-proxy#310 but this meanstags
are excluded: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignoreI deleted the tag, added jupyterhub/jupyter-server-proxy#318 and pushed a new tag.
Does this affect any other repos?
The text was updated successfully, but these errors were encountered: