mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Nginx Proxy Manager to 3d47dfe
This commit is contained in:
parent
703d896b2e
commit
3545da5669
4 changed files with 23 additions and 6 deletions
|
@ -858,10 +858,10 @@ SOFTWARE.
|
||||||
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[nut-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[nut-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/c42ae68
|
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/3d47dfe
|
||||||
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/c42ae68/README.md
|
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/3d47dfe/README.md
|
||||||
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
|
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
|
||||||
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-c42ae68-blue.svg
|
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-3d47dfe-blue.svg
|
||||||
[nginxproxymanager-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[nginxproxymanager-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[nginxproxymanager-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[nginxproxymanager-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
# Changelog since v0.11.0
|
# Changelog since v0.11.0
|
||||||
|
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#261)
|
||||||
|
|
||||||
|
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
|
||||||
|
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
||||||
|
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: dessant/lock-threads
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-patch
|
||||||
|
...
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- ⬆️ Upgrades add-on base image to v10.0.1 (#259)
|
- ⬆️ Upgrades add-on base image to v10.0.1 (#259)
|
||||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#245)
|
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#245)
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,6 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-c42ae68-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-3d47dfe-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/c42ae68
|
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/3d47dfe
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif
|
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Nginx Proxy Manager",
|
"name": "Nginx Proxy Manager",
|
||||||
"version": "c42ae68",
|
"version": "3d47dfe",
|
||||||
"slug": "nginxproxymanager",
|
"slug": "nginxproxymanager",
|
||||||
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
||||||
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue