Skip to content

Commit a3c2479

Browse files
committed
prepare 2.165.0 runner release.
1 parent c45aebc commit a3c2479

2 files changed

Lines changed: 20 additions & 7 deletions

File tree

releaseNote.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
## Features
2-
- Remove runner flow: Change from PAT to "deletion token" in prompt (#225)
3-
- Expose github.run_id and github.run_number to action runtime env. (#224)
2+
- Expose whether debug is on/off via RUNNER_DEBUG. (#253)
3+
- Upload log on runner when worker get killed due to cancellation timeout. (#255)
4+
- Update config.sh/cmd --help documentation (#282)
5+
- Set http_proxy and related env vars for job/service containers (#304)
6+
- Set both http_proxy and HTTP_PROXY env for runner/worker processes. (#298)
47

58
## Bugs
6-
- Clean up error messages for container scenarios (#221)
7-
- Pick shell from prependpath (#231)
9+
- Verify runner Windows service hash started successfully after configuration (#236)
10+
- Detect source file path in L0 without using env. (#257)
11+
- Handle escaped '%' in commands data section (#200)
12+
- Allow container to be null/empty during matrix expansion (#266)
13+
- Translate problem matcher file to host path (#272)
14+
- Change hashFiles() expression function to use @actions/glob. (#268)
15+
- Default post-job action's condition to always(). (#293)
16+
- Support action.yaml file as action's entry file (#288)
17+
- Trace javascript action exit code to debug instead of user logs (#290)
18+
- Change prompt message when removing a runner to lines up with GitHub.com UI (#303)
19+
- Include step.env as part of env context. (#300)
20+
- Update Base64 Encoders to deal with suffixes (#284)
821

922
## Misc
10-
- Runner code cleanup (#218 #227, #228, #229, #230)
11-
- Consume dotnet core 3.1 in runner. (#213)
23+
- Move .sln file under ./src (#238)
24+
- Treat warnings as errors during compile (#249)
1225

1326
## Windows x64
1427
We recommend configuring the runner under "<DRIVE>:\actions-runner". This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.164.0
1+
2.165.0

0 commit comments

Comments
 (0)