This commit is contained in:
Rémy HUBSCHER 2018-02-01 12:26:02 +01:00
Родитель 2779318048 8609c8a568
Коммит 15d7ffe4bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E55ACEC592AC303B
3 изменённых файлов: 24 добавлений и 13 удалений

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

@ -1,12 +1,23 @@
CHANGELOG
=========
0.7.0 (unreleased)
1.0.0 (2018-01-31)
------------------
- Add validation rules for release notes links (HTTPS, locale free). (#160)
- Read the correct mercurial shipped locale file for release candidates (#161)
- Add an actionable flag for tasks (#162)
- Order checks putting non actionable checks at the end. (#163)
- Add support for devedition checks (#166)
- Add a whatsdeployed link in the contribute.json file (#168)
- Use main_summary instead of update_parquet for the Telemetry uptake (#172)
- Handle `coming soon` release notes status (#182)
- Calculate the crash-stats uptake including Beta previous version. (#174)
- Use the ``aurora`` channel for devedition checks (#177)
- Fix Balrog beta and devedition version comparison (#178)
- Display the backgroundRate value but do not use it to mark the check as incomplete (#180)
- Handle ``coming soon`` release notes status (#182)
- Take more versions into account for the crash-stats query (#184)
- Use the DEVEDITION specific Mercurial tag for shipped-locales (#185)
0.6.1 (2017-12-20)

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

@ -1,15 +1,15 @@
aiohttp==2.3.1
aiohttp-cors==0.5.3
aiohttp==2.3.9
aiohttp-cors==0.6.0
aiohttp-swagger==1.0.5
async-timeout==2.0.0
chardet==3.0.4
cssselect==1.0.1
Jinja2==2.9.6
lxml==4.1.0
cssselect==1.0.3
idna==2.6
Jinja2==2.10
lxml==4.1.1
MarkupSafe==1.0
multidict==3.3.0
pyquery==1.3.0
multidict==4.1.0
pyquery==1.4.0
PyYAML==3.12
ruamel.yaml==0.15.34
typing==3.6.2
yarl==0.13.0
ruamel.yaml==0.15.35
yarl==1.1.0

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

@ -32,7 +32,7 @@ ENTRY_POINTS = {
setup(name='pollbot',
version='0.7.0.dev0',
version='1.0.0',
description='A service that polls other services about releases deliveries.',
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
license='Mozilla Public License 2.0',