Releases: ChristopherHX/runner.server
Releases · ChristopherHX/runner.server
v3.11.10
Changes
- Improve error handling for un-named parameters by @bryanbcook in #243
- azp: fix-default-param-type by @ChristopherHX in #245
- vscode-ext: add var and param support by @ChristopherHX in #247
- feat: azexpand command by @ChristopherHX in #248
- feat: Debugger for Azure Pipelines by @ChristopherHX in #249
- fix: azp: required number parameter by @ChristopherHX in #251
- azp: add support for backslash by @ChristopherHX in #257
- azp: always transform filepath using RelativeTo by @ChristopherHX in #258
- azp: context filetable / wip improve error messages by @ChristopherHX in #259
- azp: check undefined parameters and report error by @ChristopherHX in #260
- feat: --input-file/allow inputs as pipeline params by @ChristopherHX in #261
- azp: improve preview + watch debugger by @ChristopherHX in #263
v3.11.9
Changes
- Possible fix for #220 by @bryanbcook in #221
- Fix each loop of null value is not an error by @ChristopherHX in #223
- use relative path within same context #224 by @bryanbcook in #225
- Fixes for azurepipeline extend variable support by @bryanbcook in #230
- Fix unit tests by @ChristopherHX in #231
- Make fileprovider async by @ChristopherHX in #232
- Azure Pipelines Extension (Prototype) by @ChristopherHX in #233
- Improve vscode extension by @ChristopherHX in #234
- prebuild vsix package in ci by @ChristopherHX in #235
- Provide errors for missing and unexpected parameters in azure pipelines by @bryanbcook in #238
- moved PipelineExtensions into SDK, IContextDataProvider by @bryanbcook in #239
- refactor: make controller swagger/openid friendly by @ChristopherHX in #240
- add remote repo config by @ChristopherHX in #241
- vscode-ext: Enable logging by @ChristopherHX in #242
v3.11.8
Changes
- cleanup taskcontroller by @ChristopherHX in #207
- cleanup ghapp integration by @ChristopherHX in #206
- improve reliability of downloading tools by @ChristopherHX in #208
- Use bootstrap for webui by @ChristopherHX in #213
- Fix job update by @ChristopherHX in #214
- Update webui icons and preview by @ChristopherHX in #216
- add new all workflows view for runner client by @ChristopherHX in #218
- cleanup env vars by @ChristopherHX in #209
- Probably the last 3.11 series, bigger changes planned for 3.12 series
v3.11.7
Changes
- Update builtin actions/runner to support node20 actions
v3.11.6
Changes
- Lost logs fixes by @ChristopherHX in #202
- Bump default azagent for node20 by @ChristopherHX in #203
v3.11.5
Changes
- Sync Schema Validator by @ChristopherHX in #192
- fix secrets inherit error while declaring required secrets by @ChristopherHX in #193
- azp: improve error messages by @ChristopherHX in #196
- update-default-agent-to-3.220.5 by @ChristopherHX in #199
- Sync fake jwk claims (openid-configuration) by @ChristopherHX in #197
- update feature flags by @ChristopherHX in #198
- Only-send-referenced-contextdata by @ChristopherHX in #195
v3.11.4
Changes
- azp: Parse more yaml fields and fix some bugs by @ChristopherHX in #165
- azp: Align variables reserializing to use array syntax by @ChristopherHX in #166
- azp: Legacy evaluation result by @ChristopherHX in #167
- azp: fix passing floats to template and test by @ChristopherHX in #169
- Allow matrix context in job outputs by @ChristopherHX in #168
- azp: add versions-type by @ChristopherHX in #170
- Add
container
andcontainerList
types by @ChristopherHX in #171 - Add ExpandAzurePipelines webapp by @ChristopherHX in #172
- Allow the
v
prefix in the--runner-version
option by @ChristopherHX in #184 - azp: allow missing steps and jobs fields by @ChristopherHX in #185
- azp: Merge resources of
extends
by @ChristopherHX in #186 - azp: Validate values of template params by @ChristopherHX in #187
- azp: add support for container alias by @ChristopherHX in #188
- azp: 3.217.1 => 3.218.0 by @ChristopherHX in #191
v3.11.3
Changes
- azp: fix boolean keywords are case insensitive (#151)
- azure devops supports true and false in OrdinalIgnoreCase
- GitHub Actions true and false are case sensitive
- https://github.com/actions/runner/blob/c8afc848403652f31f84eb362fc0696ee23cffca/src/Sdk/DTExpressions/Expressions/LexicalAnalyzer.cs#L168-L177
- null, NaN and Infinity are not available and cause an error
- azp: expressions docs tests (#152)
- azp: expressions docs tests
- src: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops
- fix parsing pool.vmImage
- azp: fix use boolean true/false as input and more (#153)
- allow to specify ServiceEndpoints
- allow to specify Repository resources
- evaluate displayname via macro syntax
- resolve service endpoints in task inputs
- provide default AZURE_HTTP_USER_AGENT
- Backport fixes from go port of workflowpattern (#155)
- fixes
main.yml
matched partially against/path/to/main.yml
- fixes
**/README.MD
to matchREADME.MD
- fixes
- fix requeue jobs (#156)
- azp: Fix service and main container (#154)
- azp: Fix service and main container
- az container accept number in string inputs
- fix converting env / volumes / ports
- Deny escaping in workflow pattern ranges (#157)
- Add progress / allow cancel node tool (#158)
- Now the download progress is shown in logs
- Fix net6 azure pipelines agent on non en-US systems (#159)
- The old agent is online check stopped working for newer .net6 azure agents after .net update.
- azp: Fix parsing inline image tags + tests (#161)
- add windows container test
- azp: fail job without agent / vmImage redirection (#160)
- azp-fail-job-without-agent vmImage redirection
- fix a crash if an azure agent is connected, but an actions job get queued
- fix empty redirect and allow capability redirect
- Quick Start Docs (#163) by @Phiph
v3.11.2
Changes
- fix
workflow_ref
/workflow_sha
by @ChristopherHX in #147 - Sync Changes by @ChristopherHX in #148
- Fix formatting by @ChristopherHX in #149
- Adjust default event payload and fix a crash by @ChristopherHX in #150
v3.11.1
Changes
- fix github.workflow in reusable workflows by @ChristopherHX in #144
- Implement partial object / array matching by @ChristopherHX in #143
- Fix publish-to-github deprecation by @ChristopherHX in #145