Releases: m1kc/django-spinproject
Releases · m1kc/django-spinproject
v2.7.0: Feature release
What's Changed
- Add CSRF_TRUSTED_ORIGINS by @Kirill-Lekhov in #65
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #64
Full Changelog: v2.6.0...v2.7.0
v2.6.0: Feature release
What's Changed
- gitlab-ci: coverage reports updated for newer versions of GitLab;
- gitlab-ci: now uses CI variable $DOCKER_USERNAME for Docker username;
manage.py check --deploy --fail-level=CRITICAL
is now performed as part of Docker image startup to detect most common issues;- New option:
docker.base_image
; python3
binary is now used instead of ambiguouspython
;- Django's secret key generator is now used when creating
.env
; gunicorn
is now suggested for new projects 'cause it's used by Docker image anyway;- Add
login-template
module; - The deprecated
docker.username
field will not be added to new projects; - Improved some UI messages;
--enable=all
and--enable=ALL
;- More improvements and fixes.
Full Changelog: v2.5.0...v2.6.0
v2.5.0: Regular release
What's Changed
- Minor UI/UX improvements and fixes by @Kirill-Lekhov in #53
Full Changelog: v2.4.0...v2.5.0
v2.4.0: Bugfix release
What's Changed
- Fix gitignore ignoring more files than intended by @Kirill-Lekhov in #51
Full Changelog: v2.3.0...v2.4.0
v2.3.0: Regular release
What's Changed
- Speed up Gitlab CI on deploy stage. (by @Kirill-Lekhov, #50)
Full Changelog: v2.2.0...v2.3.0
v2.2.0: Major release
🎉 🎉 🎉 Spinproject 2 brings many improvements designed to make your life easier while not standing in your way. It has mostly the same features that 1.0 had, but:
- All these features are now opt-in, you don't have to use them all;
- It's much easier to add spinproject to your existing projects (just type
--init
and go from there); - As spinproject evolves, you can gradually adopt these new features with the
--upgrade
command without headache.
This version has been battle-tested on 10+ real projects for several months, so I'm pretty sure it's good. Give it a try.
See the Readme for more details.
This release woudn't be possible without @Kirill-Lekhov's help — many thanks to him!
v1.5.0: Feature release
- c495104 Add
makemigrations --check
to script/test (also runs on CI) feat. @Kirill-Lekhov
Full Changelog: v1.4.0...v1.5.0
v1.4.0: Feature release
Full Changelog: v1.3.1...v1.4.0
v1.3.1: Bugfix release
Full Changelog: v1.3.0...v1.3.1
v1.3.0: Regular release
- 74d6ff5 Fix Docker build failing because of new Debian release. Closes #12.
- ce0255f Set
CI=true
when runningcibuild
. Closes #15. - 3d54ece Dockerfile: run
migrate
on boot - f9700fd Allow script/setup to create .env file. Closes #13.
- 13230bb Add ruby-foreman to Docker image
- 180a360 Remove gunicorn options from Dockerfile. Closes #16.
- d2bf875 Warn about psycopg2 dependency. Closes #10.
- 0d05f5e Ignore *~ files. Closes #11.
- 3933d52 Use script/setup in CI. Closes #17.
Full Changelog: v1.2.1...v1.3.0