diff --git a/README.md b/README.md index 91045bb91..4d6984c94 100644 --- a/README.md +++ b/README.md @@ -973,10 +973,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/9255dfb -[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/9255dfb/README.md +[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/f2bf2d5 +[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/f2bf2d5/README.md [nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues -[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-9255dfb-blue.svg +[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-f2bf2d5-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/nginxproxymanager/CHANGELOG.md b/nginxproxymanager/CHANGELOG.md index 916019301..bca4dd078 100644 --- a/nginxproxymanager/CHANGELOG.md +++ b/nginxproxymanager/CHANGELOG.md @@ -1,55 +1,11 @@ -# Changelog since v0.8.2 -- Upgrade add-on base image to 9.1.2 (#146) -- Grant Supervisor API access to retreive environment information (#144) -- Upgrade add-on base image to 9.1.1 (#143) -- ⬆ Upgrades py3-pip to 20.3.4-r0 (#140) -- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#142) +# Changelog since v0.9.0 +- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#148) -Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4. -- [Release notes](https://github.com/frenck/action-addon-linter/releases) -- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) +Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1. +- [Release notes](https://github.com/frenck/action-yamllint/releases) +- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#141) - -Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. -- [Release notes](https://github.com/actions/stale/releases) -- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆ Upgrades NGINX Proxy Manager to v2.7.3 (#138) -- Add missing type to port definitions (#139) -- ⬆️ Bump certbot-dns-cloudflare from 1.7.0 to 1.11.0 in /proxy-manager (#134) - -Bumps [certbot-dns-cloudflare](https://github.com/certbot/certbot) from 1.7.0 to 1.11.0. -- [Release notes](https://github.com/certbot/certbot/releases) -- [Commits](https://github.com/certbot/certbot/compare/v1.7.0...v1.11.0) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- Upgrade add-on base image to 9.1.0 (#137) -- Fix master->main in README template (#136) -- Add new repository workflow (#133) - -* Add new repository workflow - -* Prettified Code! - -* Address add-on lint errors - -* Migrate Docker build arguments - -* Adjust documentation - -Co-authored-by: frenck -- Upgrade Code of Conduct (#132) -- Happy New Year (#131) -- Cleanup repository (#130) -- ⬆ Upgrades add-on base image to v8.0.6 -- ⬆ Upgrades NGINX Proxy Manager to v2.7.1 -- ⬆ Upgrades NGINX Proxy Manager to v2.7.0 +- 🔨 Change to addon.option for reset_database (#147) diff --git a/nginxproxymanager/README.md b/nginxproxymanager/README.md index 9b3ca53fd..f44175fe1 100644 --- a/nginxproxymanager/README.md +++ b/nginxproxymanager/README.md @@ -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]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-9255dfb-blue.svg -[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/9255dfb +[release-shield]: https://img.shields.io/badge/version-f2bf2d5-blue.svg +[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/f2bf2d5 [screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif \ No newline at end of file diff --git a/nginxproxymanager/config.json b/nginxproxymanager/config.json index 81df9b6e1..e64a1a6d3 100644 --- a/nginxproxymanager/config.json +++ b/nginxproxymanager/config.json @@ -1,6 +1,6 @@ { "name": "Nginx Proxy Manager", - "version": "9255dfb", + "version": "f2bf2d5", "slug": "nginxproxymanager", "description": "Manage Nginx proxy hosts with a simple, powerful interface", "url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",