Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 5.8 KB

CHANGELOG.md

File metadata and controls

75 lines (48 loc) · 5.8 KB

Changelog

1.0

1.0.0-beta.2 - 2022-06-11

(full changelog)

Breaking changes

All environment variables configuring the docker-image-cleaner has been renamed but have the same functionality.

Before After
NODE_NAME DOCKER_IMAGE_CLEANER_NODE_NAME
PATH_TO_CHECK DOCKER_IMAGE_CLEANER_PATH_TO_CHECK
IMAGE_GC_INTERVAL DOCKER_IMAGE_CLEANER_INTERVAL_SECONDS
IMAGE_GC_DELAY DOCKER_IMAGE_CLEANER_DELAY_SECONDS
IMAGE_GC_THRESHOLD_TYPE DOCKER_IMAGE_CLEANER_THRESHOLD_TYPE
IMAGE_GC_THRESHOLD_HIGH DOCKER_IMAGE_CLEANER_THRESHOLD_HIGH
IMAGE_GC_THRESHOLD_LOW DOCKER_IMAGE_CLEANER_THRESHOLD_LOW

Bugs fixed

  • prune all images if no dangling images left #51 (@minrk)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @dependabot | @jupyterhub-bot | @minrk | @welcome | @yuvipanda

1.0.0-beta.1 - 2022-05-25

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@betatim | @consideRatio | @minrk | @yuvipanda

1.0.0-alpha.2 - 2021-10-10

Initial fixes to make it function properly in jupyterhub/binderhub and jupyterhub/mybinder.org-deploy.

1.0.0-alpha.1 - 2021-09-21

This script has lived by itself as part of jupyterhub/binderhub until now, but going onwards it is to live in this standalone GitHub repository and be published as a PyPI package and Docker image on quay.io.