Skip to content

Releases: taskcluster/tc-admin

v4.0.0

27 Jun 14:58
2b26840
Compare
Choose a tag to compare

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

09 May 19:28
bb2a90a
Compare
Choose a tag to compare

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

Full Changelog: v3.3.1...v3.3.3

v3.3.1

28 Oct 12:40
1cd6499
Compare
Choose a tag to compare

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

27 Oct 21:17
24c655e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0 - Switch to diff command

04 Nov 19:24
v3.2.0
418398d
Compare
Choose a tag to compare

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

19 May 18:39
Compare
Choose a tag to compare

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.

v3.0.1

19 May 18:34
Compare
Choose a tag to compare

This version fixes an error where the Updater constructor was defined as an async function (#182).

v3.0.0

05 May 17:45
Compare
Choose a tag to compare

This version adds appconfig.root_url to set the root URL.

To support this functionality, tcadmin.util.root_url.root_url() is now an async function; this is a breaking change.

v2.7.0

05 May 17:43
Compare
Choose a tag to compare

(This version was yanked; see 3.0.0)

v2.6.0

29 Dec 22:37
Compare
Choose a tag to compare

Changes:

  • Add support for appconfig.description_prefix (thanks to @bhushan-borole!)
  • Many, many version bumps, notably to taskcluster=~39.0.0