Releases: taskcluster/tc-admin
Releases · taskcluster/tc-admin
v4.0.1
v4.0.0
What's Changed
- chore(deps): update dependency taskcluster to v51 by @renovate in #226
- chore(deps): update dependency taskcluster to v52 by @renovate in #227
- chore(deps): update dependency taskcluster to v53 by @renovate in #228
- chore(deps): update dependency pytest to >=7.0.0,<7.5 by @renovate in #229
- refactor!: specify supported python versions by @matt-boris in #230
Full Changelog: v3.3.3...v4.0.0
v3.3.3
What's Changed
- chore(deps): update dependency taskcluster to v45 by @renovate in #214
- chore(deps): update dependency taskcluster to v46 by @renovate in #215
- chore(deps): update dependency attrs to >=21.4.0,<22.3 by @renovate in #216
- chore(deps): update dependency taskcluster to v47 by @renovate in #217
- Add LICENSE by @petemoore in #219
- chore(deps): update dependency taskcluster to v48 by @renovate in #220
- chore(deps): update dependency pytest-asyncio to >=0.18.0,<0.22 by @renovate in #221
- chore(deps): update dependency taskcluster to v49 by @renovate in #222
- chore(deps): update dependency pytest to >=7.0.0,<7.4 by @renovate in #223
- chore(deps): update dependency attrs to v23 by @renovate in #224
- chore(deps): update dependency taskcluster to v50 by @renovate in #225
New Contributors
- @petemoore made their first contribution in #219
Full Changelog: v3.3.1...v3.3.3
v3.3.1
What's Changed
- chore(deps): update dependency click to >=8.0.0,<8.2 by @renovate in #206
- chore(deps): update dependency pytest-asyncio to >=0.18.0,<0.21 by @renovate in #212
- chore(deps): update dependency pytest to >=7.0.0,<7.3 by @renovate in #205
- Fix textual diff by @jcristau in #213
New Contributors
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Update dependency aiohttp to ~=3.8.0 by @renovate in #197
- Update dependency pyyaml to v6 by @renovate in #193
- Update dependency pytest-asyncio to ~=0.16.0 by @renovate in #198
- Update dependency attrs to ~=21.3.0 by @renovate in #199
- Update dependency attrs to ~=21.4.0 by @renovate in #200
- Update dependency pytest-asyncio to ~=0.17.0 by @renovate in #201
- Update dependency pytest to v7 by @renovate in #202
- Update dependency pytest-asyncio to ~=0.18.0 by @renovate in #203
- Fix git clone issue by @matt-boris in #208
- diff: support unknown starting characters when colouring diff by @ahal in #207
- Pre cmd checks by @escapewindow in #209
- Update dependency pytest-asyncio to >=0.18.0,<0.20 by @renovate in #210
- Update dependency attrs to v22 by @renovate in #211
New Contributors
- @matt-boris made their first contribution in #208
- @ahal made their first contribution in #207
Full Changelog: v3.2.0...v3.3.0
v3.2.0 - Switch to diff command
This switches from using patiencediff to calling diff
with temporary files, for faster results on the large configuration files in firefox-ci-tc.
v3.1.0
This version alters the handling of check_path
: where previously tc-admin check
would change to this directory and run pytest
, it now runs pytest $check_path
. This results in check names containing the full path to the check, but has the advantage that the current directory is the same as for other tc-admin
subcommands.
This version also normalizes root_url()
to not end with a slash.