Closed
Bug 1344651
Opened 9 years ago
Closed 9 years ago
Please deploy kinto-dist 2.0.1 release to kinto-webextensions STAGE
Categories
(Cloud Services :: Operations: Kinto, task)
Cloud Services
Operations: Kinto
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rhubscher, Assigned: jason)
References
Details
kinto-dist 2.0 has been released.
It is now only compatible with PostgreSQL 9.5+ and Python 3.5+.
Release Notes: https://github.com/mozilla-services/kinto-dist/releases/tag/2.0.0
| Reporter | ||
Comment 1•9 years ago
|
||
$ curl https://webextensions-settings.stage.mozaws.net/v1/__version__ | python -m json.tool
{
"build": "https://circleci.com/gh/mozilla-services/kinto-dist/151",
"commit": "f4d7b00afaeeb092cccf1b9e9f62e9220369903f",
"name": "kinto-dist,",
"source": "https://github.com/mozilla-services/kinto-dist",
"version": "2.0.0"
}
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
QA Contact: kthiessen → chartjes
| Assignee | ||
Updated•9 years ago
|
Summary: Please deploy kinto-dist 2.0.0 release to kinto-webextensions STAGE → Please deploy kinto-dist 2.0.1 release to kinto-webextensions STAGE
| Assignee | ||
Comment 2•9 years ago
|
||
curl https://webextensions-settings.stage.mozaws.net/v1/__version__ 2>/dev/null| python -m json.tool
{
"build": "https://circleci.com/gh/mozilla-services/kinto-dist/157",
"commit": "a81173a4bb3be6345d09f387b97824c41a786c1a",
"name": "kinto-dist,",
"source": "https://github.com/mozilla-services/kinto-dist",
"version": "2.0.1"
}
Comment 3•8 years ago
|
||
QA testing passed:
config-tests/test_server.py::test_heartbeat_fields PASSED
config-tests/test_server.py::test_version PASSED
config-tests/test_webextensions_crud.py::test_add_content PASSED
NOTE: added new tests that hit __heartbeat__ and __version__ and make sure that expected fields are being returned, not verifying values at this time
QA approves pushing to production.
| Reporter | ||
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•