Releases: otherguy/docker-dropbox
Releases · otherguy/docker-dropbox
v1.12.0
What's Changed
- Add option for Prometheus monitoring by @endotronic in #49
Full Changelog: 1.11.0...1.12.0
v1.11.0
What's Changed
- Remove chmod by @otherguy in #40
- Add GitHub actions by @otherguy in #41
- Rename master branch to main by @otherguy in #42
- Add GitHub actions to Dependabot by @otherguy in #43
- Add DockerHub environment by @otherguy in #44
- Rework use of volumes so that Dropbox can create its own Dropbox folder by @endotronic in #64
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #62
- Bump docker/login-action from 1 to 2 by @dependabot in #57
- Bump github/codeql-action from 1 to 2 by @dependabot in #55
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #53
New Contributors
- @endotronic made their first contribution in #64
- @dependabot made their first contribution in #62
Full Changelog: 1.10.0...1.11.0
v1.10.0
v1.9.0
v1.8.4
v1.8.3
v1.8.1
v1.8.0
Change base image to debian:buster-slim
and remove locales
and locales-all
packages, reducing image size to 686MB.
Thanks to @asmaloney for the suggestion.
v1.7.0
v1.6.2 Bugfix
Fixes a bug in the 1.6.1 release where the /tmp
directory was not created before the entrypoint was being run. Thanks to @fiveangle for finding and reporting this bug.