Skip to content

Releases: taskcluster/tc-admin

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

v2.5.1

29 May 16:42
Compare
Choose a tag to compare

This version merely upgrades dependencies, notably upgrading aiohttp to the latest 3.x version. This addresses an issue with newer versions of async-timeout being incompatible with older versions of aiohttp.

v2.5.0

13 Mar 13:25
Compare
Choose a tag to compare

This version adds support for hooks that run before and after resources are modified (#71).

v2.4.0

13 Mar 13:22
Compare
Choose a tag to compare

This version adds support for the Taskcluster proxy (#63).

v2.3.0

05 Feb 22:08
Compare
Choose a tag to compare

This version removes support for aws-provisioner, and switches tc-admin diff to use a patience-diff algorithm.

v2.2.0

04 Nov 19:41
Compare
Choose a tag to compare

This version adds support for managing Secret resources.

v2.1.1

03 Nov 02:29
Compare
Choose a tag to compare

This version upgrades some dependencies (including the taskcluster client) and uses deleteWorkerPool instead of updating the workerPool to have providerId null-provider.

v2.1.0

03 Nov 02:30
Compare
Choose a tag to compare

This version adds support for managing Client resources.

v2.0.0

16 Oct 22:33
Compare
Choose a tag to compare
  • [BREAKING] make config loader functions asynchronous (#34). When upgrading, add await to all calls to config loaders.