This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Releases: IllumiDesk/docker-stacks
Releases · IllumiDesk/docker-stacks
IllumiDesk docker-stacks 0.3.2
What's Changed
- Add course_list extension by @rupeshparab in #74
- Update formgradernext version by @jgwerner in #75
Full Changelog: v0.3.1...v0.3.2
IllumiDesk docker-stacks 0.3.1
IllumiDesk docker-stacks 0.3.0
What's Changed
Dependencies
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #55
- Bump y18n from 4.0.0 to 4.0.3 by @dependabot in #54
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #53
- Bump handlebars from 4.7.6 to 4.7.7 by @dependabot in #52
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #51
- Update base notebook and grader notebook dependencies by @jgwerner in #46
- Updates github action name by @jgwerner in #61
- Update base images packages by @jgwerner in #60
- Update grader image to enable the formgrader extension by @jgwerner in #64
- Updates for formgradernext by @rupeshparab in #66
- Upgrade nbgrader by @rupeshparab in #68
- Bump async-nbgrader and formgradernext dependencies by @jgwerner in #69
- Update formgradernext package by @jgwerner in #70
- Update formgradernext and async-nbgrader versions by @jgwerner in #72
- Updates nbextension command in dockerfile for grader-notebook by @Abhi94N in #71
Features
- Add async_nbgrader package to docker image by @rupeshparab in #44
- Migrate to GitHub actions by @jgwerner in #56
- Enable course list api by @rupeshparab in #67
Fixes
New Contributors
- @rupeshparab made their first contribution in #44
- @dependabot made their first contribution in #55
- @Abhi94N made their first contribution in #71
Full Changelog: v1.2.0...v0.3.0
IllumiDesk docker-stacks 1.2.0
Adds nbgitpuller
to base image.
IllumiDesk docker-stacks 1.1.0
Version 1.1.0 is a maintenance release and includes:
- Fixes an issue where the docker image failed to build due to an incorrect base configuration setting.
- Updates build settings to override default image namespace and tag
- Update documentation to clarify build and test commands
IllumiDesk docker-stacks 1.0.0
Breaking change: converts repo to template repo.
IllumiDesk docker-stacks 0.2.2
Adds the illumidesk/grader-notebook
image.
IllumiDesk docker-stacks 0.2.1
- Adds
apt
packages required for Julia'sGMT
package. - README updates that reflect the new image build sequence started with
v0.2.0
. make
improvements
IllumiDesk docker-stacks 0.2.0
This is a significant re-implementation of IllumiDesk's base images. They are backward compatible with the legacy role-based images ( illumidesk/learner-notebook
, illumidesk/instructor-notebook
, and illumidesk/grader-notebook
). The following changes merged with this version are summarized below:
- Base image built with the
repo2docker
convention - Extensions are enabled based on role using a script within the image's before-notebook hook
- Adds C++ and Java kernels in addition to updated versions of R (3.6), Julia (1.5), and Python3 (3.7)
- Support for Shared drives
- Support for VS Code compatible
code-server
- Specialized R IDE
IllumiDesk docker-stacks 0.1.5
Adds additional Julia packages to the base image.