Releases: stephengtuggy/job-history
v1.0.0
Warning
This is a breaking change! Version 1.0.0 changes where your job history data is stored. Instead of storing this data in a PostgreSQL database, it is now stored in a SQLite3 database file. This simplifies the application, and it means that only one Docker container is needed to run it.
However, if you have used previous versions of job-history
and entered some data, that data will need to be migrated to the new database file. I don't have an automated way to do that yet. Feel free to let me know if you need assistance with this data migration process. Thanks!
What's Changed
- chore(deps): bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in #81
- chore(deps): bump pylint from 2.15.7 to 2.15.8 in /app by @dependabot in #80
- chore(deps): bump pytz from 2022.6 to 2022.7 in /app by @dependabot in #82
- chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #84
- chore(deps): bump pylint from 2.15.8 to 2.15.9 in /app by @dependabot in #83
- chore(deps): bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in #85
- chore(deps): bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #89
- chore(deps): bump astroid from 2.12.13 to 2.13.2 in /app by @dependabot in #88
- chore(deps): bump pylint from 2.15.9 to 2.15.10 in /app by @dependabot in #86
- chore(deps): bump lazy-object-proxy from 1.8.0 to 1.9.0 in /app by @dependabot in #87
- chore(deps): bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in #91
- chore(deps): bump pytz from 2022.7 to 2022.7.1 in /app by @dependabot in #90
- chore(deps): bump astroid from 2.13.2 to 2.13.3 in /app by @dependabot in #92
- chore(deps): bump wrapt from 1.14.1 to 1.15.0 in /app by @dependabot in #97
- chore(deps): bump pylint from 2.15.10 to 2.16.3 in /app by @dependabot in #98
- chore(deps): bump astroid from 2.13.3 to 2.14.2 in /app by @dependabot in #95
- chore(deps): bump astroid from 2.14.2 to 2.15.0 in /app by @dependabot in #101
- chore(deps): bump pylint from 2.16.3 to 2.17.0 in /app by @dependabot in #102
- chore(deps): bump django-environ from 0.9.0 to 0.10.0 in /app by @dependabot in #99
- chore(deps): bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #104
- chore(deps): bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #107
- chore(deps): bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #112
- chore(deps): bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #115
- chore(deps): bump psycopg2-binary from 2.9.5 to 2.9.6 in /app by @dependabot in #109
- chore(deps): bump sqlparse from 0.4.3 to 0.4.4 in /app by @dependabot in #113
- chore(deps): bump astroid from 2.15.0 to 2.15.5 in /app by @dependabot in #118
- chore(deps): bump pylint from 2.17.0 to 2.17.4 in /app by @dependabot in #117
- chore(deps): bump wheel from 0.38.4 to 0.40.0 in /app by @dependabot in #103
- chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #120
- .circleci/config.yml: Change the
version
at the top of the file fro… by @stephengtuggy in #119 - chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #121
- chore(deps): bump wheel from 0.40.0 to 0.41.0 in /app by @dependabot in #125
- chore(deps): bump astroid from 2.15.5 to 2.15.6 in /app by @dependabot in #123
- chore(deps): bump typed-ast from 1.5.4 to 1.5.5 in /app by @dependabot in #122
- chore(deps): bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #124
- chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #131
- chore(deps): bump wheel from 0.41.0 to 0.41.3 in /app by @dependabot in #143
- chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot in #142
- chore(deps): bump wrapt from 1.15.0 to 1.16.0 in /app by @dependabot in #144
- chore(deps): bump psycopg2-binary from 2.9.6 to 2.9.9 in /app by @dependabot in #141
- chore(deps): bump astroid from 2.15.6 to 2.15.8 in /app by @dependabot in #139
- chore(deps): bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #137
- chore(deps): bump pylint from 2.17.4 to 2.17.7 in /app by @dependabot in #140
- chore(deps): bump wheel from 0.41.3 to 0.42.0 in /app by @dependabot in #145
- chore(deps): bump django-environ from 0.10.0 to 0.11.2 in /app by @dependabot in #133
- Try just using already present instance of docker compose by @stephengtuggy in #150
- Update shiftleft-analysis.yml by @stephengtuggy in #151
- chore(deps): bump sqlparse from 0.4.4 to 0.5.0 in /app by @dependabot in #149
- chore(deps): bump django from 2.2.28 to 3.2.25 in /app by @dependabot in #152
- chore(deps): bump lazy-object-proxy from 1.9.0 to 1.10.0 in /app by @dependabot in #147
- docker-entrypoint.sh: adding quotes; requirements.txt: updating several dependencies by @stephengtuggy in #153
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #154
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #155
- chore(deps): bump pylint from 3.1.0 to 3.1.1 in /app by @dependabot in #158
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #156
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.7 by @dependabot in #163
- chore(deps): bump astroid from 3.1.0 to 3.2.2 in /app by @dependabot in #159
- chore(deps): bump whitenoise from 6.6.0 to 6.7.0 in /app by @dependabot in #164
- Dockerfile: Try a different version of python base image by @stephengtuggy in #166
- [Snyk] Security upgrade python from 3.11-bookworm to 3.13.0b2-slim-bookworm by @stephengtuggy in #165
- shiftleft-analysis.yml: Update upload-sarif action version by @stephengtuggy in #167
- Manual, Non-Breaking Changes 2024-06-30 by @stephengtuggy in #169
- Switch to SQLite by @stephengtuggy in #170
- Upgrade to Django 4.0 by @stephengtuggy in #171
- Upgrade to Django 4.1 by @stephengtuggy in #172
- Django 4.2 by @stephengtuggy in #173
- chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #177
- chore(deps): bump django from 4.2.13 to 4.2.14 in /app by @dependabot in #176
- chore(deps): bump astroid from 3.2.2 to 3.2.3 in /app by @dependabot in #175
- chore(deps): bump tomlkit from 0.12.5 to 0.13.0 in /app by @dependabot in #174
- Change base Docker image to Alpine by @stephengtuggy in #178
- Update Documentation by @stephengtuggy in #179
Full Changelog: https://github.com/stephengtuggy/job-history/compare/v0.5.0-alpha1...
v0.5.0-alpha1
This is the first (pre-)release in the v0.5.x series. As of this release, I am switching from master
and development
branches to a single main
branch. If you have cloned or forked this repo previously, you may need to make some adjustments accordingly.
What's Changed
- chore(deps): bump django from 2.2.24 to 2.2.27 in /app by @dependabot in #65
- chore(deps): bump django from 2.2.27 to 2.2.28 in /app by @dependabot in #66
- .circleci/config.yml, app/Dockerfile, .github/workflows/shiftleft-ana… by @stephengtuggy in #67
- Create dependabot.yml by @stephengtuggy in #68
- More CI Fixes by @stephengtuggy in #77
- chore(deps): bump psycopg2-binary from 2.8.5 to 2.9.5 in /app by @dependabot in #71
- LICENSE: Update copyright date by @stephengtuggy in #78
- chore(deps): bump whitenoise from 5.2.0 to 5.3.0 in /app by @dependabot in #75
- Manual pip updates by @stephengtuggy in #79
Full Changelog: https://github.com/stephengtuggy/job-history/commits/v0.5.0-alpha1
v0.4.1
Update to dependencies only
Fourth Release
- Fixed some bugs in the validation logic for dates and times
- Updated Django and related dependencies
- Removed an unnecessary dependency
Third Release
- Added Job Detail page
- Added CSS styling!
- Fixed some bugs related to data validation
- Updated Django version and other dependencies
- And more
Second Release - Add Functionality Beyond Admin Interface
Merge pull request #13 from stephengtuggy/development Merge latest changes from development into master in preparation for a release
Initial Release
This is the first release of job-history. The app still has some rough edges, but overall, it's functional.