Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Merge #704
Browse files Browse the repository at this point in the history
704: Bump to v2.3.1 r=mythmon a=rehandalal

Refs #705 

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
  • Loading branch information
bors[bot] and rehandalal authored Mar 1, 2021
2 parents bb7ff45 + 517b76b commit db0ca1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.3.1

- Fix a bug that caused injected links on Experimenter's production instance to point to the dev environment on NDT.

## v2.3.0

- Fix that already paused recipes would show as needing to be paused in the overview
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": "normandy-devtools",
"version": "2.3.0",
"version": "2.3.1",
"description": "A set of tools for interacting with the Firefox Normandy client",
"homepage_url": "https://github.com/mozilla/normandy-devtools",
"private": true,
Expand Down

1 comment on commit db0ca1d

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-extensions/normandy-devtools:tag:v2.3.1","queue:route:checks","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

assume:repo:github.com/mozilla-extensions/normandy-devtools:branch:v2.3.1

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "assume:repo:github.com/mozilla-extensions/normandy-devtools:branch:v2.3.1",
    "queue:route:checks",
    "queue:route:index.xpi.v2.normandy-devtools.revision.db0ca1d4de47a89e0449369be577c1b47e689fd1.taskgraph.decision",
    "queue:scheduler-id:xpi-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:xpi-1/decision",
        "queue:create-task:very-high:xpi-1/decision",
        "queue:create-task:high:xpi-1/decision",
        "queue:create-task:medium:xpi-1/decision",
        "queue:create-task:low:xpi-1/decision",
        "queue:create-task:very-low:xpi-1/decision",
        "queue:create-task:lowest:xpi-1/decision"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2021-03-02T17:14:30.926Z

Please sign in to comment.