diff --git a/README.md b/README.md index 69ae8d2a..16b77967 100644 --- a/README.md +++ b/README.md @@ -746,10 +746,10 @@ SOFTWARE. [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [influxdb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.7.0 -[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.7.0/README.md +[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.8.0 +[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.8.0/README.md [jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues -[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg [jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/jupyterlab/CHANGELOG.md b/jupyterlab/CHANGELOG.md index 41f0818b..9536e2af 100644 --- a/jupyterlab/CHANGELOG.md +++ b/jupyterlab/CHANGELOG.md @@ -1,20 +1,13 @@ ## What’s changed -## πŸš€ Enhancements +## πŸ› Bug fixes -- πŸ”’ Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#310) - -## 🧰 Maintenance - -- πŸš€ Update CI to latest version @frenck (#305) +- πŸš‘ Fix NGINX service finish script @frenck (#313) ## πŸ“š Documentation -- πŸ“š Add My buttons to documentation @frenck (#311) +- πŸ“š Use new My Home Assistant link format @frenck (#314) ## ⬆️ Dependency updates -- ⬆️ Bump scrapy from 2.5.1 to 2.6.0 in /jupyterlab @dependabot (#306) -- ⬆️ Upgrades libpq5 to 13.5-0+deb11u1 @frenck (#307) -- ⬆️ Upgrades nodejs to 14.19.1-deb-1nodesource1 @frenck (#308) -- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#309) +- ⬆️ Upgrades add-on base image to 6.0.0 @frenck (#312) diff --git a/jupyterlab/DOCS.md b/jupyterlab/DOCS.md index 3a389e35..c625ce4b 100644 --- a/jupyterlab/DOCS.md +++ b/jupyterlab/DOCS.md @@ -23,12 +23,6 @@ comparison to installing any other Home Assistant add-on. 1. Start the "JupyterLab" add-on 1. Check the logs of the "JupyterLab" add-on to see if everything went well. -Home Assistant, by default, ships with the Community Add-ons store installed. -However, if it is missing (for any reason), you can add it by clicking the -button My button below. - -[![Add repository to your Home Assitant instance.][repository-badge]][repository] - ## Configuration **Note**: _Remember to restart the add-on when the configuration is changed._ @@ -167,7 +161,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg -[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_jupyterlablite +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_jupyterlablite&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [alpine-packages]: https://pkgs.alpinelinux.org/packages [contributors]: https://github.com/hassio-addons/addon-jupyterlab/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e @@ -180,6 +174,4 @@ SOFTWARE. [python-packages]: https://pypi.org/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-jupyterlab/releases -[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg -[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/jupyterlab/README.md b/jupyterlab/README.md index 4b0c0842..caa1dba2 100644 --- a/jupyterlab/README.md +++ b/jupyterlab/README.md @@ -35,6 +35,6 @@ reproducible computing, based on the Jupyter Notebook and Architecture. [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-v0.7.0-blue.svg -[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.7.0 +[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg +[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.8.0 [screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png \ No newline at end of file diff --git a/jupyterlab/config.yaml b/jupyterlab/config.yaml index 8d9eefe3..c19b5711 100644 --- a/jupyterlab/config.yaml +++ b/jupyterlab/config.yaml @@ -7,6 +7,7 @@ description: Create documents containing live code, equations, visualizations, a homeassistant_api: true image: ghcr.io/hassio-addons/jupyterlab/{arch} ingress: true +init: false map: - config:rw - share:rw @@ -25,4 +26,4 @@ schema: - str slug: jupyterlablite url: https://github.com/hassio-addons/addon-jupyterlab -version: 0.7.0 +version: 0.8.0