Skip to content

Releases: ChristopherHX/runner.server

v3.11.16

31 Jul 16:08
28253d8
Compare
Choose a tag to compare

Changes

  • use proper schema for extendsTemplates
  • allow validate/extend azure pipelines to pass with a warning on nested templates (regression v0.1.0)
  • throttle parallel syntax check tasks while typing
  • statically check typed parameters passed to templates, when they can be found
  • full support of isSkippable

v3.11.15

28 Jul 21:37
795ab63
Compare
Choose a tag to compare

Changes

  • Add option to set the host container daemon socket location Emulator CI/CD (#366)
  • [BREAKING] stricter azure pipelines schema
  • azure pipelines feature level of vscode extension v0.1.0
  • artifacts uploaded via v4 actions no longer fail with http 500 with sqlite db

v3.11.14

15 Jun 19:42
7a27981
Compare
Choose a tag to compare

Changes

  • fix: add ac claim for old docker/build-push-action@v3 and make buildx gha cache work in #311
  • Adjust Cache Restore Order in #313
  • Fix schedule events of multiple workflows are mixed in #314
  • azp: fix static template var bug in #319
  • azp: fix validate each in well known mapping in #321
  • azp: fix azp feature flags in #320
  • fix add extension to sln file for intellisense support in #318
  • Bump default external azpipelines in #315
  • Bump Agent in #324
  • Bump Agent in #325
  • Update Changelog in #326
  • fix summary in #328
  • fix variable templates using expressions in #329
  • add spinner to expand pipeline in #331
  • azp: fix empty dependsOn and var templates in #332
  • fix GITHUB_ACTION env var in #337
  • Fix continue on error in #338
  • listen on all interfaces by default in #339
  • azp: make condition validation more strict in #341
  • Fix IFileProvider Namespace in #323
  • fix: accept null content-type in #348
  • try to bump preferred azagent again in #344
  • fix linux ctrl-c doesn't exit without enter in #349
  • add attestations permission in #350
  • azp: fix compare task patch to set major in #353
  • Fix legacy template parameter passing in #355

v3.11.13

22 Feb 19:39
c9f9837
Compare
Choose a tag to compare

Changes

  • Only ask on the first run of a watch task for required inputs and repositories
  • Allow using / passing undeclared parameters using old template syntax
  • Resolve null error when assigning an expression to the variables key directly
  • Update errors while typing (no longer required to save the change)
  • Improve error reporting
  • Validate syntax of runtime expressions before trying to run the final pipeline ($[ ... ])
  • Validate dependency tree of jobs before trying to run the final pipeline
  • stages..jobs..continueOnError work with runtime expressions
  • Resolve Installing the Azure Pipelines Tools Extension in a clean Desktop Session requires restart
  • by incuding a node version of the extension
  • Error Highlighting of yaml syntax errors with range information
  • Fire ondidclose for non watching tasks to make the task show as completed
  • invalid stage and job is not reported as error
  • Fix Azure Pipelines Tools won't work without open a folder
  • Fix using artifact v4 actions without external runner

v3.11.12

20 Dec 22:18
90b21ba
Compare
Choose a tag to compare

Changes

v3.11.11

26 Nov 21:17
9aed8e1
Compare
Choose a tag to compare

Changes

  • fix nuget package to run on .net8
  • azp: provide an error if an else and elseif is placed invalid in the pipeline

v3.11.10

05 Nov 15:39
443a366
Compare
Choose a tag to compare

Changes

v3.11.9

20 Oct 10:47
7a99cef
Compare
Choose a tag to compare

Changes

v3.11.8

23 Sep 11:58
c536d76
Compare
Choose a tag to compare

Changes

v3.11.7

18 Aug 15:56
bfabf56
Compare
Choose a tag to compare

Changes

  • Update builtin actions/runner to support node20 actions