summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-17 08:51:58 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-17 08:51:58 +0300
commite61c54196ead96b7efcdc0794ced2314de26d030 (patch)
treecd1eb6aefae89da0a70ff648fa185b614995a406 /NEWS
parent4519bdb40920bdec5d2d09084da52e37ea4d570d (diff)
downloadick2-e61c54196ead96b7efcdc0794ced2314de26d030.tar.gz
Change: worker-manager gets APT server from controller
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 188c00b..170b67e 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,13 @@ Version 0.53.2+git, not yet released
to make it easier to run commands from Python code. It's a small
wrapper around `subporocess.run()`.
+* The worker-manager now creates a temporary dput configuration file
+ when it runs dput. Previously it expected a global configuration to
+ exist. This change is motivated by wanting to make worker-manager
+ configuration not have a hidden depency on dput configuration. The
+ controller now reports the APT server it expects the workers to use,
+ in the /version endpoint.
+
Version 0.53.2, released 2018-07-18
------------------------------------