🎉 Release of add-on JupyterLab 0.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-26 19:01:20 +00:00
parent 2892e3b7be
commit 6036a0b5c2
4 changed files with 17 additions and 23 deletions

View file

@ -853,10 +853,10 @@ SOFTWARE.
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[influxdb-i386-shield]: https://img.shields.io/badge/i386-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-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.5.0
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.4.0/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-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 [jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,22 +1,16 @@
## Whats changed ## Whats 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: - ⬆ Upgrades libpq5 to 11.10-0+deb10u1 @frenck (#238)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#236)
- The add-on now runs on Debian as its base. - ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#237)
- Support for `armhf`/`armv7` has been dropped. - ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#240)
- Direct access to the JupyterLabs ports has been dropped. - ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#242)
- **Home Assistant Ingress** support has been added! - ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#243)
- All dependencies are updated to the latest possible versions. - ⬆ Upgrades nodejs to 12.20.2-1nodesource1 @frenck (#244)
- The add-on is now built on GitHub Actions. - ⬆ Upgrades nodejs to 12.21.0-1nodesource1 @frenck (#246)
- 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!

View file

@ -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-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-v0.4.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.4.0 [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 [screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "JupyterLab", "name": "JupyterLab",
"version": "0.4.0", "version": "0.5.0",
"slug": "jupyterlablite", "slug": "jupyterlablite",
"description": "Create documents containing live code, equations, visualizations, and explanatory text", "description": "Create documents containing live code, equations, visualizations, and explanatory text",
"url": "https://github.com/hassio-addons/addon-jupyterlab", "url": "https://github.com/hassio-addons/addon-jupyterlab",