All notable changes to this project will be documented in this file.
1.2.3 (2020-12-31)
- Added wget Python package on JupyterLab image since it is been used on Medium article (#65).
- Enhanced Github actions with build matrix.
1.2.2 (2020-12-30)
- Enhanced ci/cd script with Github actions.
1.2.1 (2020-12-29)
- Added Patreon support link. 💖
- Added staging branch between develop and master to test CI/CD pipeline without pushing images to Docker Hub.
- Exposed Spark driver web ui 4040 port (#39);
- Upgraded JupyterLab from v2.1.4 to v3.0.0;
- Made SparkR available for all Spark versions;
- Enhanced Spark compatibility with Scala kernel (#35).
1.2.0 (2020-08-19)
- R kernel for JupyterLab;
- Jupyter notebook with Spark R API (SparkR) example.
1.1.0 (2020-08-09)
- Scala kernel for JupyterLab;
- Jupyter notebook with Spark Scala API example.
- Docs general improvements;
- Pull request template refactored.
1.0.0 (2020-07-30)
-
Infra
- Python 3.7
- Scala 2.12
- Docker Engine 1.13.0+
- Docker Compose 1.10.0+
-
Apps
- JupyterLab 2.1.4
- Apache Spark 2.4.0, 2.4.4 and 3.0.0
- Docker compose file to build the cluster from your own machine;
- Docker compose file to build the cluster from Docker Hub;
- GitHub Workflow CI with Docker Hub to build the cluster daily.
- Contributing rules;
- GitHub templates for Bug Issue, Feature Request and Pull Request.
- Article on Medium.