diff --git a/README.md b/README.md index 75dde6f0..0857210a 100644 --- a/README.md +++ b/README.md @@ -873,10 +873,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.4.0 -[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.4.0/README.md +[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.5.0 +[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.5.0/README.md [jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues -[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.5.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 2724ad64..2eb2a269 100644 --- a/jupyterlab/CHANGELOG.md +++ b/jupyterlab/CHANGELOG.md @@ -1,22 +1,16 @@ ## What’s changed -**EVERYTHING**! +## ✨ New features -Even its name has been changed from "JupyterLab Lite" to just "JupyterLab". +- Add Seaborn by default @frenck (#245) -So, it has been a while since this add-on had an update. This was mainly caused by a heavy build process and an almost impossible set to build for all architectures. Therefore, this release brings almost a completely new add-on! +## ⬆️ Dependency updates -So for the biggest changes since the last release: - -- The add-on now runs on Debian as its base. -- Support for `armhf`/`armv7` has been dropped. -- Direct access to the JupyterLabs ports has been dropped. -- **Home Assistant Ingress** support has been added! -- All dependencies are updated to the latest possible versions. -- The add-on is now built on GitHub Actions. -- The add-on is distributed via the GitHub Container Registry. - -The add-on is now a single-click install, start and go experience 🤘 -And with all current changes, I can actually maintain it now 😁 - -Enjoy the release! \ No newline at end of file +- ⬆ Upgrades libpq5 to 11.10-0+deb10u1 @frenck (#238) +- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#236) +- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#237) +- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#240) +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#242) +- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#243) +- ⬆ Upgrades nodejs to 12.20.2-1nodesource1 @frenck (#244) +- ⬆ Upgrades nodejs to 12.21.0-1nodesource1 @frenck (#246) diff --git a/jupyterlab/README.md b/jupyterlab/README.md index 887529c0..a2a4104e 100644 --- a/jupyterlab/README.md +++ b/jupyterlab/README.md @@ -51,6 +51,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-v0.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.4.0 +[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.5.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.json b/jupyterlab/config.json index 4b649cb0..206bde26 100644 --- a/jupyterlab/config.json +++ b/jupyterlab/config.json @@ -1,6 +1,6 @@ { "name": "JupyterLab", - "version": "0.4.0", + "version": "0.5.0", "slug": "jupyterlablite", "description": "Create documents containing live code, equations, visualizations, and explanatory text", "url": "https://github.com/hassio-addons/addon-jupyterlab",