diff --git a/stirling-pdf/CHANGELOG.md b/stirling-pdf/CHANGELOG.md index 921bf15..b3b9ba9 100644 --- a/stirling-pdf/CHANGELOG.md +++ b/stirling-pdf/CHANGELOG.md @@ -2,6 +2,7 @@ ## ⬆️ Backend bumps +- ⬆️ Bump to Stirling PDF 0.15.1 - ⬆️ Bump to Stirling PDF 0.14.5 - ⬆️ Bump to Stirling PDF 0.14.1 - ⬆️ Bump to Stirling PDF 0.11.0 diff --git a/stirling-pdf/DOCS.md b/stirling-pdf/DOCS.md index 5b2bd2a..d3d8f72 100644 --- a/stirling-pdf/DOCS.md +++ b/stirling-pdf/DOCS.md @@ -17,6 +17,10 @@ Note that this parameter is independent from the _Ingress_ integration. Providin The add-on versioning follows the [docker container's versioning][dockerhub-releases]. +## Known issues + + - The "View PDF" applet does not work in Ingress mode. + ## Support This repository does not accept inquiries for the moment. @@ -31,4 +35,4 @@ The backend software is developped by [Anthony 'Frooodle' Stirling][github-frooo [hassio-install-addon]: https://www.home-assistant.io/addons/ [github-frooodle]: https://github.com/Frooodle [github-contribs]: https://github.com/Frooodle/Stirling-PDF/graphs/contributors -[dockerhub-releases]: https://hub.docker.com/r/frooodle/s-pdf/tags \ No newline at end of file +[dockerhub-releases]: https://hub.docker.com/r/frooodle/s-pdf/tags diff --git a/stirling-pdf/Dockerfile b/stirling-pdf/Dockerfile index bcc9876..4d415ee 100644 --- a/stirling-pdf/Dockerfile +++ b/stirling-pdf/Dockerfile @@ -1 +1 @@ -FROM frooodle/s-pdf:0.14.5 +FROM frooodle/s-pdf:0.15.1 diff --git a/stirling-pdf/config.yaml b/stirling-pdf/config.yaml index 896eec1..e42ec9d 100644 --- a/stirling-pdf/config.yaml +++ b/stirling-pdf/config.yaml @@ -1,6 +1,6 @@ name: "Stirling PDF" description: "Fully-featured self-hosted PDF editor." -version: "0.14.5" +version: "0.15.1" slug: "stirling_pdf" startup: services ingress: true