Compare commits

..

8 Commits

Author SHA1 Message Date
TingluoHuang
4f840647b3 release 2.169.1 runner. 2020-04-15 15:14:45 -04:00
David Kale
e2fbd1dc95 ArgumentNullException: Value cannot be null, for anonymous volume mounts (#426)
* Dont check if path starts with null

* Check SourceVolumePath not MountVolume obj

* Prefer string.IsNullOrEmpty
2020-04-15 14:44:36 -04:00
Lokesh Gopu
8d6acf2a7f Fix optional parameter for unattended (#425) 2020-04-15 14:44:29 -04:00
Tingluo Huang
6b3b42a840 support 'pre' execution for actions. (#389) 2020-04-15 14:44:20 -04:00
Lokesh Gopu
826f58682e Added support for custom labels (#414)
* Added support for custom labels

* ignore case

* Added interactive config for labels

* Fixing L0s

* pr comments
2020-04-15 14:44:11 -04:00
Tingluo Huang
2eefff4b69 launch middle man process on macOS to workaround SIP limit (#416) 2020-04-15 14:44:02 -04:00
Tingluo Huang
8456f7667d Better Kusto Tracing for self-hosted runner. (#405) 2020-04-15 14:43:54 -04:00
Tingluo Huang
7f092c96db create 2.169.0 runner release 2020-04-08 12:59:44 -04:00
3 changed files with 7 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
## Features
- Runner support for GHES Alpha (#381 #386 #390 #393 $401)
- Allow secrets context in Container.env (#388)
- Better telemetry tracing for self-hosted runner. (#405)
- Launch middle man process on macOS to workaround SIP limit (#416)
- Added support for custom labels (#414, #425)
- support 'pre' execution for actions. (#389)
## Bugs
- Raise warning when volume mount root. (#413)
- Fix typo (#394)
- ArgumentNullException: Value cannot be null, for anonymous volume mounts (#426)
## Misc
- N/A

View File

@@ -1 +1 @@
2.168.0
2.169.1

View File

@@ -1 +1 @@
2.169.0
2.169.1