Compare commits

..

7 Commits

Author SHA1 Message Date
David Kale c126b52fe5 ArgumentNullException: Value cannot be null, for anonymous volume mounts (#426)
Runner CD / check (push) Has been cancelled
Runner CD / release (push) Has been cancelled
Runner CD / build (./dev, windows-latest, win-x64) (push) Has been cancelled
Runner CD / build (./dev.sh, macOS-latest, osx-x64) (push) Has been cancelled
Runner CD / build (./dev.sh, ubuntu-latest, linux-arm) (push) Has been cancelled
Runner CD / build (./dev.sh, ubuntu-latest, linux-arm64) (push) Has been cancelled
Runner CD / build (./dev.sh, ubuntu-latest, linux-x64) (push) Has been cancelled
* Dont check if path starts with null

* Check SourceVolumePath not MountVolume obj

* Prefer string.IsNullOrEmpty
2020-04-14 14:36:39 -04:00
Lokesh Gopu 117ec1fff9 Fix optional parameter for unattended (#425) 2020-04-14 12:14:26 -04:00
Tingluo Huang d5c7097d2c support 'pre' execution for actions. (#389) 2020-04-13 21:46:30 -04:00
Lokesh Gopu f9baec4b32 Added support for custom labels (#414)
* Added support for custom labels

* ignore case

* Added interactive config for labels

* Fixing L0s

* pr comments
2020-04-13 21:33:13 -04:00
chenrui a20ad4e121 Update releaseVersion to v2.168.0 (#420)
v2.168.0 is the latest release version, update the meta file to reflect that.
2020-04-11 13:59:20 -04:00
Tingluo Huang 2bd0b1af0e launch middle man process on macOS to workaround SIP limit (#416) 2020-04-09 16:13:06 -04:00
Tingluo Huang baa6ded3bc Better Kusto Tracing for self-hosted runner. (#405) 2020-04-09 14:33:16 -04:00
3 changed files with 6 additions and 7 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
## Features
- 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)
- Runner support for GHES Alpha (#381 #386 #390 #393 $401)
- Allow secrets context in Container.env (#388)
## Bugs
- ArgumentNullException: Value cannot be null, for anonymous volume mounts (#426)
- Raise warning when volume mount root. (#413)
- Fix typo (#394)
## Misc
- N/A
+1 -1
View File
@@ -1 +1 @@
2.169.1
2.168.0
+1 -1
View File
@@ -1 +1 @@
2.169.1
2.169.0