diff --git a/README.md b/README.md index 254a1c3a3..9b26c36ae 100644 --- a/README.md +++ b/README.md @@ -517,10 +517,10 @@ SOFTWARE. [influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/08be876 -[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/08be876/README.md +[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d +[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/c2fc57d/README.md [jupyter-issue]: https://github.com/hassio-addons/addon-jupyter/issues -[jupyter-version-shield]: https://img.shields.io/badge/version-08be876-blue.svg +[jupyter-version-shield]: https://img.shields.io/badge/version-c2fc57d-blue.svg [jupyter-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyter.svg [jupyter-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/jupyter/CHANGELOG.md b/jupyter/CHANGELOG.md index 308eed433..c3b4b959b 100644 --- a/jupyter/CHANGELOG.md +++ b/jupyter/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/05/20 08:24 UTC - [08be876](https://github.com/hassio-addons/addon-jupyter/commit/08be876b9ea43a50d2a8233ad35424430d542eb0) by [@frenck](https://github.com/frenck) -> :sparkles: Adds Pandas datareader package +2018/06/16 16:40 UTC - [c2fc57d](https://github.com/hassio-addons/addon-jupyter/commit/c2fc57d5be613860bc7de8ac321078d2d7e3fa5b) by [@frenck](https://github.com/frenck) +> :hammer: Moved around dependencies a bit, in order to speed up the build diff --git a/jupyter/README.md b/jupyter/README.md index ad2534654..cd44b99be 100644 --- a/jupyter/README.md +++ b/jupyter/README.md @@ -45,10 +45,10 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-jupyter/blob/08be876/README.md +[docs]: https://github.com/hassio-addons/addon-jupyter/blob/c2fc57d/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg -[release-shield]: https://img.shields.io/badge/version-08be876-blue.svg -[release]: https://github.com/hassio-addons/addon-jupyter/tree/08be876 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-c2fc57d-blue.svg +[release]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d \ No newline at end of file diff --git a/jupyter/config.json b/jupyter/config.json index 83fa5b32f..a943dfb72 100644 --- a/jupyter/config.json +++ b/jupyter/config.json @@ -1,6 +1,6 @@ { "name": "Jupyter", - "version": "08be876", + "version": "c2fc57d", "slug": "jupyter", "description": "Create documents containing live code, equations, visualizations, and explanatory text.", "url": "https://github.com/hassio-addons/addon-jupyter", @@ -51,5 +51,5 @@ "environment": { "LOG_FORMAT": "{LEVEL}: {MESSAGE}" }, - "image": "hassioaddons/jupyter-{arch}" + "image": "hassioaddons/jupyter" } \ No newline at end of file