TeamCity 2019.1.4

Released: Oct 11, 2019

Updates in 2019.1.4

Fehlerkorrekturen

  • Major problem with Java RMI, which could potentially lead to remote code execution if there is no firewall configured on the server machine.
  • Problems concerned the possibility of a reverse tabnabbing in several TeamCity plugins.
  • Use specified command as '--entrypoint' value for command line step instead of /bin/sh.
  • "Copy message link" does not include build configuration.
  • You cannot override a hidden parameter, but you also do not get any error message.
  • "Removing data of XXX stale build promotions not used by any builds" on every server start.
  • Pull Request plugin may not obey GitHub's abuse rate limit guidelines.
  • "A plugin was not found at path plugins\nuget-agent\bin\credential-plugin\netcoreapp3.0\CredentialProvider.TeamCity.dll" if only dotnet version 3.0 is installed on an agent.
  • Problem starting the plugin 'CredentialProvider.TeamCity.dll'. A task was canceled.
  • List of branches is empty in FF if the branch from bottom of the list was chosen.
  • S3 Artifacts Storage with pre-signed URL fails to publish many artifacts.
  • Changes in a build configuration may be temporary reverted if versioned settings are enabled.
  • Build on disconnected agent does not stop and is running in the "Canceled" state (secondary node with removed responsibility).
  • Confusing artifacts size build metric calculation if artifacts were cleaned up.
  • Switching build from main node to secondary one may result in InvalidRunningBuildException and build hang/interruption.
  • Changes are not displayed for a recently finished build in build configuration home until the page is refreshed.
  • Git error on using some SSL server certificates: List remote refs failed: java.lang.ClassCastException: [B cannot be cast to java.lang.String.
  • Docker login fails if a username contains special characters.
  • Running build step in Docker removes (at least) JAVA_HOME.
  • Jacoco tool is not downloaded to the agent if the service message is used for reporting the coverage.
  • NullPointerException in VcsModificationsStorageImpl.convertToRelationTuple on server startup.
  • Server hung due to numerous requests to viewModification.html.
  • Artifacts tab isn't shown for composite builds when .teamcity was removed by clean-up.
  • AWS ECS agent image falls into error state if cluster runs out of CPU resources.
  • Long "Removing expired modifications" after-cleanup stage preventing builds from starting (case of many changes by a single user).
  • Credentials are not being cleared in Pull Request build feature when authentication type is changed.
  • Credentials are not being cleared in Commit Status Publisher for GitHub when authentication type is changed.
  • Credential fields are marked as required but not validated accordingly for Bitbucket Server and GitLab in Pull Requests plugin.
  • Remove "Number of retries on error" option from UI in S3 plugin.
  • Reused builds on the build chain page can be calculated incorrectly.
  • Build configuration history can be lost if versioned settings are re-imported from VCS.
  • Wrong option is displayed in UI for JDK 13.
  • "Failed to load resource" JS error on a build page in Safari.
  • jetbrains.buildServer.configs.kotlin.v2018_2.BuildSteps#dockerBuild should be marked as deprecated.
  • MSBuild runner should overwrite existing temp files like xxx.proj.teamcity.msbuild.tcargs or xxx.proj.teamcity these files were already exist in some checkout directory.
  • Team Foundation Server VCS Checkout broken after upgrade to VS2019 16.3.0.
  • Infinite loop in shared resources LocksStorageImpl.locksStored.
  • Unicode symbols were not escaped within TeamCity service messages during unit tests.
  • Referencing agent tool in the buildAgent.properties does not result in the tool downloading on agent and the reference stays unresolved.
  • VCS trigger option "Queued build can be replaced..." does not uncheck all per-checkin related options.
  • Exception on the secondary node after build configuration id change.
  • S3 Artifacts Storage: rename internal properties related to retry logic.
  • "java.lang.IllegalStateException: The pullRequests Cache is not alive." in teamcity-server.log on server shutdown.
  • Improve performance of project page.
  • Inefficient search for maven settings usages.
  • Slow RedundantVcsRootsReport health report.
  • Unnecessary, potentially expensive computations are performed during when revisions of a build chain are calculated (BuildChangesLoaderContext.checkingForChangesFinished).
  • Add server startup time to usage statistics.
  • Make GitLab and Bitbucket Server providers of the Pull Requests plugin to support REST request pagination, filtering by last updated timestamp and retrieving open pull requests only if that is requested.
  • Update OpenJDK in linux-based docker images to 1.8.0_222.