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

Commit

Permalink
Bump version to 1.3.4 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Jul 11, 2023
1 parent ba1ce99 commit 7e0f95c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ You can send suggestions or report issues to the team via any of the channels be

[You can also rate and leave us a comment on Mozilla Addons.](https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/)

## [[v1.3.4]](https://github.com/mozilla/firefox-translations/tree/v1.3.4) - 2023-07-07
### Changed
- Stop showing address bar icon and notification bar when the built-in version is enabled

## [[v1.3.3]](https://github.com/mozilla/firefox-translations/tree/v1.3.3) - 2023-02-28
### Changed
- Fix UI's summoning via browser action on Android
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.3",
"version": "1.3.4",
"default_locale": "en_US",
"applications": {
"gecko": {
Expand Down
6 changes: 6 additions & 0 deletions extension/view/static/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

<p><a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/">You can also rate and leave us a comment on Mozilla Addons.</a></p>

<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.4">[v1.3.4]</a> - 2023-07-07</h2>

<h3>Changed</h3>

<ul><li>Stop showing address bar icon and notification bar when the built-in version is enabled</li></ul>

<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.3">[v1.3.3]</a> - 2023-02-28</h2>

<h3>Changed</h3>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"web-ext": "^7.6.2",
"markdown": "^0.5.0"
},
"version": "1.3.3"
"version": "1.3.4"
}
2 changes: 1 addition & 1 deletion scripts/manifest-dev-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.3",
"version": "1.3.4",
"default_locale": "en_US",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.3",
"version": "1.3.4",
"default_locale": "en_US",
"applications": {
"gecko": {
Expand Down

1 comment on commit 7e0f95c

@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/firefox-translations:tag:1.3.4-build2","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/firefox-translations:branch:1.3.4-build2

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

{
  "AllOf": [
    "assume:repo:github.com/mozilla-extensions/firefox-translations:branch:1.3.4-build2",
    "queue:route:checks",
    "queue:route:index.xpi.v2.firefox-translations.revision.7e0f95c40d4661eccc3364c3adced7a70e72734c.taskgraph.decision",
    "queue:create-task:project:none",
    "queue:scheduler-id:xpi-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:xpi-1/decision-gcp",
        "queue:create-task:very-high:xpi-1/decision-gcp",
        "queue:create-task:high:xpi-1/decision-gcp",
        "queue:create-task:medium:xpi-1/decision-gcp",
        "queue:create-task:low:xpi-1/decision-gcp",
        "queue:create-task:very-low:xpi-1/decision-gcp",
        "queue:create-task:lowest:xpi-1/decision-gcp"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2023-07-20T13:38:33.559Z

Please sign in to comment.