Releases: crazy-max/diun
Releases · crazy-max/diun
v1.4.0
- Multi-platform Docker image
- Switch to GitHub Actions
⚠️ Run Docker container as non-root user⚠️ Stop publishing Docker image on Quay- Go 1.12.10
- Use GOPROXY
⚠️ UPGRADE NOTES
As the Docker container now runs as a non-root user, you have to first stop the container and change permissions todata
volume:docker-compose stop chown -R 1000:1000 data/ docker-compose pull docker-compose up -d
v1.3.0
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
- Always run on startup. Flag
--run-startup
removed. - Display next execution time
- Use v3 robfig/cron
- Move
Os
andArch
filters to image - Retrieve all tags by default
- Review config file structure
- Improve worker pool