Continua CI v1.9.2.1177

Released: Sep 20, 2023

Updates in v1.9.2.1177

Funktionen

  • Updated 'Set Variable' action to allow you to update server variables from build process.
    • Added new options to update server variables, e.g. Configuration, Project or Application variables.
    • Added new options to keep a write lock on a server variable until the end of the build or stage.
    • Added the ability to wait for a write lock on server variable, by another build, to be released.
  • Added 'replace with regular expression' option to 'Set Variable' action to allow replacement of parts of the variable value which match a pattern.
  • Added new 'Load Variable' action which can be used to load the current value of Configuration, Project and Application variables into a build variable.
  • Added new 'Acquire Variable Lock' action which can be used to acquire a write lock on Configuration, Project and Application variables until the end of the build or stage.
  • Added new 'Release Variable Lock' action which can be used to release a write lock on Configuration, Project and Application variables acquired by the current build.
  • Added new 'Load Build Variable' event handler which can be used to load a build variable with the current value of the corresponding server variable when specific events happen in the build timeline.
  • Added new custom load messages 'setServerVariable', 'loadVariable', 'acquireVariableLock' and 'releaseVariableLock' and updated 'setVariable' (now named 'setBuildVariable') message parameters.
  • The bundled PostgreSQL database service has been upgraded to version 16.0.
    • Note that upgrading the major version number of PostgreSQL requires a full backup and restore of the databases. This will be performed automatically during installation and can take several minutes for large databases.
  • Replaced SSH components and updated SSH server settings to only allow secure ciphers and to pass ssh-audit tests.
  • Added new server property Server.RepositoryTrigger.QuietPeriodInSeconds.Default for specifying the default repository trigger quiet period.
  • The 'DotNet Test' action now accepts an assembly as the test file.
  • Made performance improvements to database queries run when resetting repositories.
  • Added new property collectors for Microsoft .NET runtime v6.0.21, v6.0.22, v7.0.10, v7.0.11, v8.0.0-preview.7 and v8.0.0-rc.1; and SDK v6.0.413, v6.0.414, v7.0.302, v7.0.400, v7.0.401, v8.0.100-preview.7 and v8.0.100-rc.1.
  • Updates to some third party packages.

Fehlerkorrekturen

  • The "Log files which match pattern" option for the 7-Zip Create action was not working.
  • Removed duplicate ReportGenerator property collectors which were created on server restart.