Skip to content

Commit

Permalink
v18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 2, 2019
1 parent 9aa40fa commit 69ceb30
Show file tree
Hide file tree
Showing 36 changed files with 40 additions and 36 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<!-- `yarn release` will insert the existing changelog snippets here: -->
<!-- NEXT RELEASE HERE -->

## v18.0.1

No changes

## v18.0.0

[MAJOR] ([bug 1583935](http://bugzil.la/1583935)) Administrative scopes for worker pools are now `worker-manager:manage-worker-pool:<workerPoolId>`.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools.command.test import test as TestCommand
import sys

VERSION = '18.0.0'
VERSION = '18.0.1'

tests_require = [
'pytest',
Expand Down
4 changes: 2 additions & 2 deletions clients/client-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ To install, download the `taskcluster` binary for the latest release your
platform, and run it! On POSIX platforms you will need to `chmod +x` of
course.

* [linux-amd64](https://github.com/taskcluster/taskcluster/releases/download/v18.0.0/taskcluster-linux-amd64)
* [darwin-amd64](https://github.com/taskcluster/taskcluster/releases/download/v18.0.0/taskcluster-darwin-amd64)
* [linux-amd64](https://github.com/taskcluster/taskcluster/releases/download/v18.0.1/taskcluster-linux-amd64)
* [darwin-amd64](https://github.com/taskcluster/taskcluster/releases/download/v18.0.1/taskcluster-darwin-amd64)

## Development

Expand Down
2 changes: 1 addition & 1 deletion clients/client-shell/cmds/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (

// VersionNumber is a formatted string with the version information. This is
// filled in by `yarn release`
VersionNumber = "18.0.0"
VersionNumber = "18.0.1"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-shell/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/taskcluster/go-got v0.0.0-20190722003521-c63e3293a290
github.com/taskcluster/slugid-go v1.1.0
github.com/taskcluster/taskcluster-lib-urls v12.0.0+incompatible
github.com/taskcluster/taskcluster/clients/client-go/v18 v18.0.0
github.com/taskcluster/taskcluster/clients/client-go/v18 v18.0.1
github.com/tent/hawk-go v0.0.0-20161026210932-d341ea318957
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
golang.org/x/text v0.3.2 // indirect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-client-web",
"version": "18.0.0",
"version": "18.0.1",
"main": "build/index.js",
"module": "build/esm/index.js",
"author": "Eli Perelman <eli@eliperelman.com>",
Expand Down
2 changes: 1 addition & 1 deletion clients/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-client",
"version": "18.0.0",
"version": "18.0.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "Client for interfacing taskcluster components",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/k8s/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: taskcluster
appVersion: '18.0.0'
appVersion: '18.0.1'
description: Framework that supports Mozilla's continuous integration and release processes.
version: 0.1.0
keywords:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/k8s/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dockerImage: 'taskcluster/taskcluster:v18.0.0'
dockerImage: 'taskcluster/taskcluster:v18.0.1'
trustProxy: true
forceSSL: false
nodeEnv: production
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/tooling/current-release.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
image: 'taskcluster/taskcluster:v18.0.0'
image: 'taskcluster/taskcluster:v18.0.1'
2 changes: 1 addition & 1 deletion libraries/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-api",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "taskcluster-lib-api",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-app",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "taskcluster-lib-app",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-azure",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Dustin J. Mitchell <dustin@mozilla.com>",
"description": "Azure SAS credential shim for Taskcluster.",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-config",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "Configuration loader that injects env variables into YAML",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/iterate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-iterate",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"description": "A library to share iteration logic",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-loader",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"description": "a component loader for taskcluster",
"main": "src/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-monitor",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Brian Stack <bstack@mozilla.com>",
"description": "Make it easy to hook up monitoring and metrics for taskcluster services.",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/pulse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-pulse",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"description": "Library for interacting with Pulse and Taskcluster-Pulse",
"main": "src/index.js",
"author": "Dustin J. Mitchell <dustin@mozilla.com>",
Expand Down
2 changes: 1 addition & 1 deletion libraries/references/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-references",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"main": "src/index.js",
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion libraries/scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-scopes",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "Scope checking utilities for Taskcluster",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-testing",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "taskcluster-lib-testing",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskcluster-lib-validate",
"private": true,
"version": "18.0.0",
"version": "18.0.1",
"author": "Brian Stack <bstack@mozilla.com>",
"description": "Validate schemas for Taskcluster projects",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"engine-strict": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion services/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-auth",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"main": "node src/server production",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion services/built-in-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-built-in-workers",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion services/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-github",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion services/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-hooks",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion services/index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-index",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"main": "./src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion services/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-login",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"description": "Server for giving temporary taskcluster credentials to users.",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion services/notify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-notify",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"description": "Collect all of the ways of notifying users into one place for other tc services.",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion services/purge-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-purge-cache",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion services/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-queue",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion services/secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-secrets",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"scripts": {
"coverage": "c8 yarn test",
Expand Down
2 changes: 1 addition & 1 deletion services/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-web-server",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"main": "./src/main.js",
"author": "Eli Perelman <eli@eliperelman.com>",
Expand Down
2 changes: 1 addition & 1 deletion services/worker-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-worker-manager",
"version": "18.0.0",
"version": "18.0.1",
"description": "Taskcluster Worker Manager",
"main": "index.js",
"author": "John Ford <john@johnford.org>",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskcluster-ui",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"license": "MPL-2.0",
"engines": {
Expand Down

0 comments on commit 69ceb30

Please sign in to comment.