mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on JupyterLab 0.5.0
This commit is contained in:
parent
aece626a9e
commit
da513f12b5
4 changed files with 17 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
- ⬆ 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)
|
||||
|
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue