Skip to content

Commit 7a65236

Browse files
committed
prepare 2.262.0 runner release.
1 parent 462b511 commit 7a65236

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

releaseNote.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
## Features
2-
- Runner support for GHES Alpha (#381 #386 #390 #393 $401)
3-
- Allow secrets context in Container.env (#388)
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)
48
## Bugs
5-
- Raise warning when volume mount root. (#413)
6-
- Fix typo (#394)
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)
714
## Misc
8-
- N/A
15+
- Make release notes code blocks copy-paste-able (#430)
16+
- Fix spelling of RHEL and CentOS. (#436)
17+
- Add CodeQL Analysis workflow (#459)
918

1019
## Windows x64
1120
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.

releaseVersion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.168.0
1+
<Update to ./src/runnerversion when creating release>

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.169.0
1+
2.262.0

0 commit comments

Comments
 (0)