Merge pull request #1940 from mozilla/train-142-uplift-config-changes; r=shane-tomlinson

Merge v1.141.8 to train-142
This commit is contained in:
Ryan Kelly 2019-07-25 15:08:09 +10:00 коммит произвёл GitHub
Родитель ef109e4b20 74c6630ddd
Коммит d70e3708da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 33 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,10 @@
- docs: remove extra code indents that messed up formatting (ae014390d)
## 1.141.8
No changes.
## 1.141.7
No changes.

Просмотреть файл

@ -21,6 +21,12 @@
- tests: Fix flaky OAuth test by enforcing a consistent ordering (48a8894b8)
- deps: Restore `keypair` dependency (3adae5c73)
## 1.141.8
### Bug fixes
- fxa-shared: Use fxa-shared@1.0.27 in the content/auth servers. (a4cf89ae5)
## 1.141.7
### Bug fixes

Просмотреть файл

@ -21,6 +21,16 @@
- deps: bump lodash in /packages/fxa-content-server (fbb07efb4)
- deps: update shrinkwrap in the fxa-content-server (ee75b9dd1)
## 1.141.8
### Bug fixes
- fxa-shared: Use fxa-shared@1.0.27 in the content/auth servers. (a4cf89ae5)
### Other changes
- config: Add FireTV to the validation list for scope. (6fcb1c9f2)
## 1.141.7
No changes.

Просмотреть файл

@ -498,6 +498,7 @@ const conf = (module.exports = convict({
'https://lockbox.firefox.com/fxa/android-redirect.html',
'https://accounts.firefox.com/oauth/success/a2270f727f45f648', // Fenix
'https://accounts.firefox.com/oauth/success/3c49430b43dfba77', // Reference browser
'https://accounts.firefox.com/oauth/success/85da77264642d6a1', // Firefox for FireTV
'urn:ietf:wg:oauth:2.0:oob:pair-auth-webchannel',
],
},

Просмотреть файл

@ -4,6 +4,10 @@
- deps: bump lodash.merge in /packages/fxa-customs-server (713e1f98b)
## 1.141.8
No changes.
## 1.141.7
No changes.

Просмотреть файл

@ -9,6 +9,10 @@
- package: rustup update + cargo update + cargo fmt (fb37a8b6a)
- package: include more debug info in release build (283a8caa6)
## 1.141.8
No changes.
## 1.141.7
No changes.

Просмотреть файл

@ -2,6 +2,10 @@
No changes.
## 1.141.8
No changes.
## 1.141.7
No changes.