Skip to content

Commit b1dc7a0

Browse files
authored
Docker worker cot (#491)
* new docker-worker cot key We never used the previous new docker-worker cot key. We're now finally populating docker-worker with a new cot key; populating the allowlist with the new pubkey. * 37.0.3
1 parent 54f807e commit b1dc7a0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Change Log
44
All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <http://semver.org/>`__.
66

7+
[37.0.3] - 2021-04-14
8+
---------------------
9+
Changed
10+
~~~~~~~
11+
- Replaced the new docker-worker pubkey in ``ed25519_public_keys``: we never used the previous-new keypair, and we're rolling out this keypair.
12+
- Added mypy typing to ``scriptworker.context``
13+
714
[37.0.2] - 2021-03-08
815
---------------------
916
Fixed

src/scriptworker/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"ed25519_private_key_path": "...",
8181
"ed25519_public_keys": immutabledict(
8282
{
83-
"docker-worker": tuple(["tk/SjxY3mREARba6ODw7qReUoVWj0RgEIxBURkwcM4I=", "eqrans05OJsBr3KaDHMRyZHKOVQ3nURfz4pRaQ6a5xc="]),
83+
"docker-worker": tuple(["tk/SjxY3mREARba6ODw7qReUoVWj0RgEIxBURkwcM4I=", "1cnK7Qc2wjL9Dl7XTBgNE9Ns+NWHraCE5qfxblEKg8A="]),
8484
"generic-worker": tuple(["6UPrVTyw0EPQV7bCEMXo+5jNR4clbK55JWG74bBJHZQ=", "tHBwAdz8mK6Fnh7RwmfVh6Kzv1suwp+CFW2fvvTLpwE="]),
8585
"scriptworker": tuple(["DaEKQ79ZC/X+7O8zwm8iyhwTlgyjRSi/TDd63fh2JG0=", "N2fb7t0z06GxeidHYDZ63cz2wE2aDA4Hjm7u+FKladc="]),
8686
}

src/scriptworker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str:
5454

5555
# 1}}}
5656
# Semantic versioning 2.0.0 http://semver.org/
57-
__version__ = (37, 0, 2)
57+
__version__ = (37, 0, 3)
5858
__version_string__ = get_version_string(__version__)
5959

6060

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version":[
33
37,
44
0,
5-
2
5+
3
66
],
7-
"version_string":"37.0.2"
7+
"version_string":"37.0.3"
88
}

0 commit comments

Comments
 (0)