0.200.0
What's Changed
Improvements
- Use Docker Compose for the deployment by @renefs in #92
- The project's default deployment method is Docker Compose, since it is available on the latest version of Synology DSM. This method has many benefits: split the application in several containers (backend, frontend, celery, redis, database...), easy usage of
.env
files, possibility to change the image version on the docker-compose file without having the need to restart everything every time there is an update, etc. - The configuration now uses
python-decouple
so we can have multiple configurations for the different environments. - Images are published to the Github registry instead of Docker Hub. this process is automated using Github Actions.
- The project's default deployment method is Docker Compose, since it is available on the latest version of Synology DSM. This method has many benefits: split the application in several containers (backend, frontend, celery, redis, database...), easy usage of
Libraries updates
- Bump django from 4.1.7 to 4.1.9 by @dependabot in #80
- Bump requests from 2.26.0 to 2.31.0 by @dependabot in #79
- Main by @renefs in #81
- Bump cryptography from 40.0.2 to 41.0.0 by @dependabot in #82
- Bump vite from 4.2.1 to 4.2.3 in /client by @dependabot in #83
- Bump django from 4.1.9 to 4.1.10 by @dependabot in #84
- Bump tough-cookie from 4.1.2 to 4.1.3 in /client by @dependabot in #85
- Bump semver from 6.3.0 to 6.3.1 in /client by @dependabot in #86
- Bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in #87
- Bump cryptography from 41.0.0 to 41.0.2 by @dependabot in #88
- Bump word-wrap from 1.2.3 to 1.2.4 in /client by @dependabot in #89
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #90
Full Changelog: v0.100.7...0.200.0