Skip to content

Commit 1143585

Browse files
committed
prepare 2.263.0 runner release.
1 parent 6f26001 commit 1143585

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

releaseNote.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
## Features
2-
- Sample scripts to automate scalable runners (#427)
3-
- Raise warning when action input does not match action.yml. (#429)
4-
- Add secret masker for trimming double quotes. (#440)
5-
- Use the API_URL and munge action URLs for GHES (#437 #469)
6-
- Help trace worker crash in Kusto. (#450)
7-
- update checkout@v1 for GHES (#470)
2+
- N/A
83
## Bugs
9-
- Print node version in debug instead of output. (#433)
10-
- Better error when runner removed from service. (#441)
11-
- Add help info for '--labels' config option (#472)
12-
- Sps/token migration fix, job.status/steps.outcome/steps.conclusion case match with GitHub check suites conclusion. (#462)
13-
- Docker build using -f instead of implied default (#471)
4+
- Handle `jq` returns "null" if the field does not exist in create-latest-svc.sh (#478)
5+
- Switch GITHUB_URL to GITHUB_SERVER_URL (#482)
6+
- Fix problem matcher for GHES (#488)
7+
- Fix container action inputs validation warning (#490)
8+
- Fix post step display name (#490)
9+
- Fix worker crash due to exception from evaluating step.env (#490)
1410
## Misc
15-
- Make release notes code blocks copy-paste-able (#430)
16-
- Fix spelling of RHEL and CentOS. (#436)
17-
- Add CodeQL Analysis workflow (#459)
11+
- N/A
1812

1913
## Windows x64
2014
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.262.1
1+
2.263.0

0 commit comments

Comments
 (0)