You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add better acceptance test coverage around task-agent failure modes
* Add correlation to user-agent string
Make it easier to differentiate retried task instances
* Decrease overall runner API request timeout to 1m
5m was a bit excessive
* ./do license-attributions
* Attempt to fix tests on Windows
I think the tasks fail too quickly before the readiness probes have a chance
* Add changelog entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ By following these guidelines, we can easily determine which changes should be i
10
10
11
11
## Edge
12
12
13
+
-[#235](https://github.com/circleci/runner-init/pull/235) Decrease runner API request timeout and add correlation string to requests.
13
14
-[#174](https://github.com/circleci/runner-init/pull/174) Add support for a custom entrypoint override.
14
15
-[#224](https://github.com/circleci/runner-init/pull/224) Record and log timings in orchestrator init function.
15
16
-[#212](https://github.com/circleci/runner-init/pull/212) Fix child process cleanup on Windows using job objects. This ensures that child processes are destroyed when the parent process (task-agent) terminates.
0 commit comments