feat(nginx-proxy-manager): update image docker.io/jc21/nginx-proxy-manager 2.13.7 → 2.14.0 (#45150)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jc21/nginx-proxy-manager](https://redirect.github.com/jc21/nginx-proxy-manager) | minor | `3c5acf6` → `2aa69b3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jc21/nginx-proxy-manager (docker.io/jc21/nginx-proxy-manager)</summary> ### [`v2.14.0`](https://redirect.github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.14.0) [Compare Source](https://redirect.github.com/jc21/nginx-proxy-manager/compare/v2.13.7...v2.14.0) <p> <img src="https://img.shields.io/badge/openresty-1.27.1.2-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-5.3.1-00C6DE.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/s6overlay-3.2.1.0-00A8DE.svg?style=for-the-badge"> </p> > \[!WARNING] > As of this version, this project no longer builds for armv7/armhf architectures. #### Changes - Add "Trust Upstream Forwarded Proto Headers" advanced proxy host config (thanks [@​jerry-yuan](https://redirect.github.com/jerry-yuan)) - Fix disabling 2fa (thanks [@​7heMech](https://redirect.github.com/7heMech)) - Added DNS plugin for ArvanCloud provider (thanks [@​kiaxseventh](https://redirect.github.com/kiaxseventh)) - Update Slovak translation (thanks [@​dodog](https://redirect.github.com/dodog)) - Fix uploading of custom certificates (thanks [@​Tech-no-1](https://redirect.github.com/Tech-no-1)) - Massive amount of dependency updates #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-a142e4adf94638fe4f2a28fa1bae87ca590e11010bf1ec5babf8b06d54fb1d1c) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-a142e4adf94638fe4f2a28fa1bae87ca590e11010bf1ec5babf8b06d54fb1d1c) - [jc21/nginx-proxy-manager:2.14.0](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.14.0/images/sha256-a142e4adf94638fe4f2a28fa1bae87ca590e11010bf1ec5babf8b06d54fb1d1c) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL25naW54LXByb3h5LW1hbmFnZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.13.7
|
||||
appVersion: 2.14.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -50,5 +50,5 @@ sources:
|
||||
- https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
- https://nginxproxymanager.com/
|
||||
type: application
|
||||
version: 13.21.3
|
||||
version: 13.22.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/jc21/nginx-proxy-manager
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.13.7@sha256:3c5acf6bc3125079906078d0cacec59130018bb32ed64092f7ce495edc68c5ec
|
||||
tag: 2.14.0@sha256:2aa69b382a384b676c0d4f1d6f2eac40ecd478fcf7af1cfb3f9f1d3cd0c81e12
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user