From 12f21a1560c0d7a83cca92954138dca120ef13f2 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:59:29 +0530 Subject: [PATCH] py3-jupyterhub-ldapauthenticator package update (#29028) Upstream cut a new tag which doesn't look like a release (GA) tag. They have also yet to cut a GH release using the tag. Added regex to filter it out. Given there is whitespace in the release names, figured we need to leave this as polling tags? --------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Signed-off-by: Mark McCormick Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: Mark McCormick --- py3-jupyterhub-ldapauthenticator.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/py3-jupyterhub-ldapauthenticator.yaml b/py3-jupyterhub-ldapauthenticator.yaml index 4268ba8f407..1e8af545eed 100644 --- a/py3-jupyterhub-ldapauthenticator.yaml +++ b/py3-jupyterhub-ldapauthenticator.yaml @@ -38,7 +38,9 @@ pipeline: update: enabled: true - manual: false github: identifier: jupyterhub/ldapauthenticator use-tag: true + # Upstream created non-GA releases in the format: `2.0.0b1`. This regex will ignore. + ignore-regex-patterns: + - \d+(\.\d+)*b.*