Releases: taskcluster/tc-admin
Releases · taskcluster/tc-admin
v2.7.0
(This version was yanked; see 3.0.0)
v2.6.0
Changes:
- Add support for
appconfig.description_prefix
(thanks to @bhushan-borole!)
- Many, many version bumps, notably to
taskcluster=~39.0.0
v2.5.1
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
This version adds support for hooks that run before and after resources are modified (#71).
v2.4.0
This version adds support for the Taskcluster proxy (#63).
v2.3.0
This version removes support for aws-provisioner, and switches tc-admin diff
to use a patience-diff algorithm.
v2.2.0
This version adds support for managing Secret resources.
v2.1.1
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
This version adds support for managing Client resources.
v2.0.0
- [BREAKING] make config loader functions asynchronous (#34). When upgrading, add
await
to all calls to config loaders.