Newer
Older
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.6.0] - 2025-02-11
### Updated
- Change gunicorn worker settings to match GCP recommendation
## [2.5.0] - 2025-01-20
### Updated
- Bumped CI template versions used in GitLab CI config.
- Bumped versions of tox and poetry used in GitLab CI config.
### Fixed
- No longer require `poetry` or `git` when running `copier update` in order to fix renovatebot.
## [2.4.2] - 2022-01-20
### Added
- Plumbed in positional arguments from the `tox` task into `pytest` to support the following:
`poetry poe tox -- -k test_systemchecks.py`
## [2.4.1] - 2025-01-06
### Fixed
- Explicitly install `poetry-plugin-export` after poetry >=2.0 does not include it by default
anymore
## [2.4.0] - 2024-11-28
- Add `pythonVersionCIManager` renovate preset.
## [2.3.0] - 2024-11-20
- Add `groupPythonVersionUpdates` renovate preset.
## [2.2.0] - 2024-10-31
### Changed
- Updated copier.yaml secret_key to appear less secret-looking.
## [2.1.3] - 2024-10-25
### Changed
- CI templates updated to the latest version `5.2.1`.
## [2.1.2] - 2024-10-23
### Fixed
- Code coverage logs are now written where CI jobs expect to find them.
## [2.1.1] - 2024-10-10
### Fixed
- Exclude .copier-answers.yml from pre-commit line ending checks because renovatebot makes line
endings which annoy pre-commit.
## [2.1.0] - 2024-09-26
### Added
- Add starting renovatebot configuration which includes automatic freshening of the tox and poetry
versions used for CI.
### Fixed
- Pin CI template versions
## [2.0.1] - 2024-03-14
### Fixed
- Bump poetry version and add package-mode=false to silence a warning.
## [2.0.0] - 2024-02-27
### Added
- Copier introduced as a templating tool.