tecken deploy: v2024.07.19
Categories
(Tecken :: General, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for tecken
tagged v2024.07.19
.
It consists of the following commits:
3284a4c
: bug 1904042: Remove the Upload.bucket_region field. (smarnach)
d03ae24
: bug 1827507: Fix GCS emulator settings. (smarnach)
8aeda37
: bug 1564452: move storage code around (willkg)
b49d58d
: bug 1564452: Add StorageBackend interface class. (smarnach)
acb541f
: bug 1564452: Rename StorageBucket to S3Storage. (smarnach)
d8fb397
: bug 1564452: Implement StorageBackend methods for S3Storage. (smarnach)
b20e02d
: bug 1564452: Use StorageBackend in SymbolStorage. (smarnach)
3335019
: bug 1564452: Use StorageBackend in upload code. (smarnach)
8ed3db7
: bug 1564452: Fix the regular expression to extract the S3 region. (smarnach)
9b8caac
: bug 1564452: Remove bucket_name POST parameter for uploads. (smarnach)
6879120
: bug 1564452: Remove check that bucket exists from upload code. (smarnach)
be75124
: bug 1564452: Add a couple of FIXME comments. (smarnach)
c7f6d90
: bug 1564452: Add methods to retrieve backends from SymbolStorage. (smarnach)
a09b97b
: bug 1564452: Hardcode and remove settings.SYMBOL_FILE_PREFIX. (smarnach)
3600692
: bug 1564452: Address minor review comments. (smarnach)
e36b9ff
: bug 1564452: Store FileUpload keys without the prefix. (smarnach)
35b0076
: bug 1564452: Fix attribute name. (smarnach)
00b0087
: bug 1564452: Add attributes to StorageBackend interface. (smarnach)
dbde98f
: bug 1564452: Fix filename for extracting symbol info. (smarnach)
dea87e1
: fix make devcontainerbuild command when .devcontainer-build file doesn't exist ( (biancadanforth)
1d02937
: bug 1907816: Allow using a Redis password. (smarnach)
8026402
: bug 1906597: Remove all uses of Upload.bucket_endpoint_url. (smarnach)
9541649
: bug 1908096: Remove unused Django settings. (smarnach)
9d674e9
: bug 1908096: Remove unused Python requirements. (smarnach)
ae6966e
: OBS-268: Add GitHub Actions CI workflow. (smarnach)
b28ce37
: build(deps): bump django from 4.2.11 to 4.2.14 (dependabot[bot])
c80d7eb
: build(deps): bump certifi from 2023.7.22 to 2024.7.4 (dependabot[bot])
0696c96
: build(deps): bump botocore from 1.34.95 to 1.34.144 (dependabot[bot])
02314d2
: build(deps): bump sentry-sdk from 2.5.1 to 2.10.0 (dependabot[bot])
0dca187
: build(deps): bump urllib3 from 1.26.18 to 1.26.19 (dependabot[bot])
789d4bf
: OBS-268: Fix workflow syntax. (smarnach)
Bugs referenced:
This also pushed out the ASG changes from bug #1898749.
Assignee | ||
Comment 1•3 months ago
|
||
I ran migrations and bin/clean.sh
in stage to make sure that worked fine. That's tracked in OBS-278.
I tagged v2024.07.19 kicking off the prod deploy.
https://github.com/mozilla-services/tecken/releases/tag/v2024.07.19
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 2•3 months ago
|
||
I checked Grafana and Sentry and everything appears to be working correctly.
Next I will run migrations and bin/clean.sh
in prod. That's tracked in OBS-279.
Assignee | ||
Comment 3•3 months ago
|
||
I ran migrations and bin/cleanup.sh
in prod.
All done here!
Description
•