Changelog
- Add an option to ignore task failures for known failures
- Add an option to check only one specific version with version_override
- Fix for unbound variable.
- Add back support for mongo default variants
--display-variant-name
and --build-variant
are xor
’d together, instead of or
’d.
- Merge with the GitHub merge queue (no code changes)
- Update Python version to 3.9.
- Upgrade libraries.
- Pin
evergreen.py
to 3.6.18
to fix incompatible type dict
.
- Lock
pyyaml
to 6.0.1
to avoid cython issues.
- Add
--display-variant-name
optional argument.
- Change default build variants to required for mongo projects.
- Perform
checkout
by default when branch name is specified.
- Document how to install with a specific Python version.
- Handle the case when a build has no tasks.
- Gracefully handle the case when a version has no build statues.
Failure threshold
checks are now or
’d together, instead of and
’d.
- Change default value for build variant to all.
- Add failure threshold criteria.
- Change the default behavior to not checkout by default.
- Document default values for criteria.
- Document how to fix common pipx install error.
- Evaluate evergreen project configuration before using it.
- Add support for Python 3.7.
- Update the message printed when no revision is found.
- Migrating to evergreen-ci organization in Github.
- Add badge to documentation.
- Improve how documentation is published.
- Documentation improvements.
- Fix more issues with publishing documentation.
- Fix issue with publishing documentation.
- Added published documentation.
- Fix bug when running against evergreen projects with no modules.
- Improve test dependencies
- Support calls from outside a git repo.
- Refactor to be more testable.
- Add support for YAML and JSON output formats.
- Add branch name option to git checkout operation.
- Add option to limit lookback to a specific commit.
- Add support for import and exporting rules.
- Add support for saving and loading criteria.
- Add support for rebase and merge.
- Add timeout and max lookback options.
- Add option to skip commit.
- Relax python version to 3.8.