chore(deps): update quay.io/oauth2-proxy/oauth2-proxy docker tag to v7.15.3 #58

Open
renovate-bot wants to merge 1 commit from renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x into main
Member

This PR contains the following updates:

Package Update Change
quay.io/oauth2-proxy/oauth2-proxy (source) minor v7.14.2v7.15.3

Release Notes

oauth2-proxy/oauth2-proxy (quay.io/oauth2-proxy/oauth2-proxy)

v7.15.3

Compare Source

v7.15.2

Compare Source

  • #​3477 chore(dep): bump go to 1.26 and migrate of reverse proxy handling

v7.15.1

Compare Source

v7.15.0

Compare Source

v7.14.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/oauth2-proxy/oauth2-proxy](https://quay.io/oauth2-proxy/oauth2-proxy) ([source](https://github.com/oauth2-proxy/oauth2-proxy)) | minor | `v7.14.2` → `v7.15.3` | --- ### Release Notes <details> <summary>oauth2-proxy/oauth2-proxy (quay.io/oauth2-proxy/oauth2-proxy)</summary> ### [`v7.15.3`](https://github.com/oauth2-proxy/oauth2-proxy/blob/HEAD/CHANGELOG.md#Changes-since-v7153) [Compare Source](https://github.com/oauth2-proxy/oauth2-proxy/compare/v7.15.2...v7.15.3) ### [`v7.15.2`](https://github.com/oauth2-proxy/oauth2-proxy/blob/HEAD/CHANGELOG.md#Changes-since-v7152) [Compare Source](https://github.com/oauth2-proxy/oauth2-proxy/compare/v7.15.1...v7.15.2) - [#&#8203;3477](https://github.com/oauth2-proxy/oauth2-proxy/pull/3477) chore(dep): bump go to 1.26 and migrate of reverse proxy handling ### [`v7.15.1`](https://github.com/oauth2-proxy/oauth2-proxy/blob/HEAD/CHANGELOG.md#Changes-since-v7151) [Compare Source](https://github.com/oauth2-proxy/oauth2-proxy/compare/v7.15.0...v7.15.1) - [#&#8203;3411](https://github.com/oauth2-proxy/oauth2-proxy/pull/3411) chore(deps): update gomod dependencies ([@&#8203;tuunit](https://github.com/tuunit)) - [#&#8203;3333](https://github.com/oauth2-proxy/oauth2-proxy/pull/3333) fix: invalidate session on fatal OAuth2 refresh errors ([@&#8203;frhack](https://github.com/frhack)) - [GHSA-f24x-5g9q-753f](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-f24x-5g9q-753f) fix: clear session cookie at beginning of signinpage handler ([@&#8203;fnoehWM](https://github.com/fnoehWM) / [@&#8203;bella-WI](https://github.com/bella-WI) / [@&#8203;tuunit](https://github.com/tuunit)) - [GHSA-5hvv-m4w4-gf6v](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5hvv-m4w4-gf6v) fix: health check user-agent authentication bypass ([@&#8203;tuunit](https://github.com/tuunit)) - [GHSA-7x63-xv5r-3p2x](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-7x63-xv5r-3p2x) fix: authentication bypass via X-Forwarded-Uri header spoofing ([@&#8203;tuunit](https://github.com/tuunit)) - [GHSA-pxq7-h93f-9jrg](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-pxq7-h93f-9jrg) fix: fragment evaluation as part of the allowed routes ([@&#8203;tuunit](https://github.com/tuunit)) - [GHSA-c5c4-8r6x-56w3](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-c5c4-8r6x-56w3) fix: email validation bypass via malformed multi-@&#8203; email claims ([@&#8203;tuunit](https://github.com/tuunit)) ### [`v7.15.0`](https://github.com/oauth2-proxy/oauth2-proxy/blob/HEAD/CHANGELOG.md#Changes-since-v7150) [Compare Source](https://github.com/oauth2-proxy/oauth2-proxy/compare/v7.14.3...v7.15.0) - [#&#8203;3382](https://github.com/oauth2-proxy/oauth2-proxy/pull/3382) chore(deps): update gomod and golangci/golangci-lint to v2.11.4 ([@&#8203;tuunit](https://github.com/tuunit)) - [#&#8203;3374](https://github.com/oauth2-proxy/oauth2-proxy/pull/3374) fix: handle Unix socket RemoteAddr in IP resolution ([@&#8203;H1net](https://github.com/H1net)) - [#&#8203;3381](https://github.com/oauth2-proxy/oauth2-proxy/pull/3381) fix: do not log error for backend logout 204 ([@&#8203;artificiosus](https://github.com/artificiosus)) - [#&#8203;3327](https://github.com/oauth2-proxy/oauth2-proxy/pull/3327) fix: improve logging when session refresh token is missing ([@&#8203;yosri-brh](https://github.com/yosri-brh)) - [#&#8203;2767](https://github.com/oauth2-proxy/oauth2-proxy/pull/2767) fix: propagate errors during route building ([@&#8203;sybereal](https://github.com/sybereal)) ### [`v7.14.3`](https://github.com/oauth2-proxy/oauth2-proxy/blob/HEAD/CHANGELOG.md#Changes-since-v7143) [Compare Source](https://github.com/oauth2-proxy/oauth2-proxy/compare/v7.14.2...v7.14.3) - [#&#8203;3352](https://github.com/oauth2-proxy/oauth2-proxy/pull/3352) fix: backend logout URL call on sign out ([#&#8203;3172](https://github.com/oauth2-proxy/oauth2-proxy/issues/3172))([@&#8203;vsejpal](https://github.com/vsejpal)) - [#&#8203;3332](https://github.com/oauth2-proxy/oauth2-proxy/pull/3332) ci: distribute windows binary with .exe extension ([@&#8203;igitur](https://github.com/igitur)) - [#&#8203;2685](https://github.com/oauth2-proxy/oauth2-proxy/pull/2685) feat: allow arbitrary claims from the IDToken and IdentityProvider UserInfo endpoint to be added to the session state ([@&#8203;vegetablest](https://github.com/vegetablest)) - [#&#8203;3278](https://github.com/oauth2-proxy/oauth2-proxy/pull/3278) feat: possibility to inject id\_token in redirect url during sign out ([@&#8203;albanf](https://github.com/albanf)) - [#&#8203;2851](https://github.com/oauth2-proxy/oauth2-proxy/pull/2851) feat: add support for specifying allowed OIDC JWT signing algorithms ([#&#8203;2753](https://github.com/oauth2-proxy/oauth2-proxy/issues/2753)) ([@&#8203;andoks](https://github.com/andoks) / [@&#8203;tuunit](https://github.com/tuunit)) - [#&#8203;3369](https://github.com/oauth2-proxy/oauth2-proxy/pull/3369) fix: use CSRFExpire instead of Expire for CSRF cookie validation ([@&#8203;Br1an67](https://github.com/Br1an67)) - [#&#8203;3365](https://github.com/oauth2-proxy/oauth2-proxy/pull/3365) fix: filter empty strings from allowed groups ([@&#8203;Br1an67](https://github.com/Br1an67)) - [#&#8203;3338](https://github.com/oauth2-proxy/oauth2-proxy/pull/3338) feat: add --config-test flag for validating configuration ([@&#8203;MayorFaj](https://github.com/MayorFaj)) - [#&#8203;3347](https://github.com/oauth2-proxy/oauth2-proxy/pull/3347) feat: add same site option for csrf cookies ([@&#8203;jvnoije](https://github.com/jvnoije)) - [#&#8203;3376](https://github.com/oauth2-proxy/oauth2-proxy/pull/3376) feat: allow setting unix socket file mode when declaring listener ([@&#8203;Tristan971](https://github.com/Tristan971) / [@&#8203;tuunit](https://github.com/tuunit)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.3 to chore(deps): update quay.io/oauth2-proxy/oauth2-proxy docker tag to v7.15.3 2026-07-17 23:15:20 +00:00
renovate-bot changed title from chore(deps): update quay.io/oauth2-proxy/oauth2-proxy docker tag to v7.15.3 to Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.3 2026-07-21 01:11:35 +00:00
renovate-bot changed title from Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.3 to chore(deps): update quay.io/oauth2-proxy/oauth2-proxy docker tag to v7.15.3 2026-07-21 02:11:34 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x:renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git switch renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git switch renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git rebase main
git switch main
git merge --ff-only renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git switch renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git rebase main
git switch main
git merge --no-ff renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git switch main
git merge --squash renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git switch main
git merge --ff-only renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git switch main
git merge renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/homelab!58
No description provided.