From 2fdbd2e77e1f1bb93dead9afc17ef8c07a570115 Mon Sep 17 00:00:00 2001 From: staging-update-bot Date: Sat, 17 Jan 2026 20:23:10 +0000 Subject: [PATCH] oauth2-proxy/7.14.1 package update --- oauth2-proxy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth2-proxy.yaml b/oauth2-proxy.yaml index 5267e0bcb1a..d6da696ace2 100644 --- a/oauth2-proxy.yaml +++ b/oauth2-proxy.yaml @@ -1,6 +1,6 @@ package: name: oauth2-proxy - version: "7.14.0" + version: "7.14.1" epoch: 0 description: Reverse proxy and static file server that provides authentication using various providers to validate accounts by email, domain or group. copyright: @@ -26,7 +26,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/oauth2-proxy/oauth2-proxy - expected-commit: 707e6c4a1cb757b575eeb4603bfcd00406a2e3b4 + expected-commit: 7bf586c898144cfdf83b08db2b0c1e605f82b021 tag: v${{package.version}} - uses: go/build