TeamCity On-Premises のリリース

Released: Nov 28, 2023

2023.11 での更新項目

機能

Matrix Build

  • In TeamCity, you can leverage build parameters to replace raw values across build scripts, configuration/project settings, command-line arguments, and so on. Normally, each a parameter stores only one value. Starting with this release, you can add the Matrix Build feature to your configurations to specify a range of possible parameter values.
  • Adding multiple parameters, each with its own set of values, forms a matrix. TeamCity will run a build for each cell of this matrix, and...

Released: Sep 18, 2023

2023.05.4 での更新項目

機能

  • You can now download build log with message timestamps which contain date in addition to time.

不具合の修正

  • Unable to view change details/diffView for a personal patch uploaded via REST API uploadDiffChanges.
  • Make SSLInvestigator use proxy settings to check custom certificates.
  • The incorrect branch is used for re-run for a build finished in a default branch if the default branch was changed.
  • Running build on agent may hang when agent's buildAgent.properties is modified during the previous build...

Released: Aug 24, 2023

2023.05.3 での更新項目

不具合の修正

  • Listing repositories may fail on create from Azure DevOps OAuth connection form due to an organization not providing access to third-party OAuth applications.
  • GitHub App connection prepares a list of repositories for too long.
  • Unexpected exception appears within agent log after each closing of Agent Terminal.
  • Use custom SSL certificate when "error setting certificate file" occurred.
  • Commit Status Publisher incorrectly parses some Azure DevOps URLs in visualstudio.com domain.
  • IdeaRunner...

Released: Jul 25, 2023

2023.05.2 での更新項目

不具合の修正

  • agent.bat started without arguments shows error instead of help.
  • The "number" locator now fails if the value contains special symbols.
  • Windows-based Docker agent images are not compatible with containerd.
  • Push to internal NuGet feed doesn't work on agent with .NET 8.
  • GitHub App connection: public repos of one user can invisible to another user (if the second user is not a collaborator in these repos).
  • "Error while applying patch" when building new branch (git shallow clone).
  • Native Git...

Released: Jul 11, 2023

2023.05.1 での更新項目

機能

  • Improved issuing refreshable tokens for VCS roots configured to access Microsoft Azure DevOps repositories.
  • Improved support for automatic aggregation of artifacts produced by parallel batch builds.
  • Improved support for using ECC private keys when configuring a secure HTTPS access to the TeamCity server.
  • TeamCity Docker images now include new options for ARM devices.

Released: May 26, 2023

2023.05 での更新項目

機能

  • Added a new dark theme - The dark theme can help reduce eye strain and eliminate visual distractions. TeamCity's dark theme is available for both the Classic and Sakura UIs. In addition to the Light and Dark options, you can also choose System theme which will automatically match your OS settings.
  • Agent terminal - In this release, you can now open remote terminals to agent machines directly from the TeamCity UI in order to easily view agent logs, check installed software, and debug specific...

Released: Oct 27, 2022

2022.10.x での更新項目

2022.10.3

Updated Mar 21, 2023

Fixes

  • Improved the log message when a port for the HTTPS connection is busy.
  • .NET custom step exiting with 1 doesn't fail the build.
  • NuGet feed cleared after upgrading from 2022.10.1 to 2022.10.2.
  • Update Git version within TeamCity Docker Images: 2.39.1 -> 2.39.2.
  • Kotlin DSL generates excessive UI Patch for 'branchFilter' VCS option parameter.
  • Build can fail with "Unable to collect changes" error if VCS generic executor pool queue is full.
  • Set focus on first...

Released: Apr 28, 2022

2022.04.x での更新項目

2022.04.4

Updated Sep 19, 2022

Features

  • Referencing parameters as variables is now supported for Approval rules in the Build Approval feature.

Fixes

  • Non-optimal reporting of build statuses in the Commit Status Publisher feature has been fixed.

2022.04.3

Updated Aug 10, 2022

Fixes

  • Previously finished successful test batches are now reused when rerunning a build with the Parallel Tests build feature enabled.
  • Fixed the issue with Commit Status Publisher sending excessive status updates for builds...

Released: Oct 25, 2021

2021.2.x での更新項目

2021.2.3

Updated Feb 16, 2022

Features

  • Add compatibility with BitBucket's checks for merging pull requests.

Fixes

  • Changes from unknown VCS users are not shown among avatars.
  • Insecure Tomcat connector attributes: missing secure attributes.
  • Jacoco report service message with reportDir parameter does not generate report.
  • Suite name does not appear in the tests report sometimes.
  • Build with two VCS roots fails with "Builds in default branch are disabled in build configuration" even though one VCS...

Released: May 20, 2021

2021.1.x での更新項目

2021.1.4

Updated Oct 8, 2021

Features

  • Added support for OpenSSH keys. You can now upload a key to TeamCity and reuse it when configuring VCS roots or running an SSH agent during a build.
  • Added the ability to run Python step on any version (AnyPython agent parameter support).

Fixes

  • Fixed a recent problem with sending email notifications that was observed on some TeamCity servers.
  • Removed the obsolete Let’s Encrypt root certificate from the TeamCity Docker images. Its presence was causing problems...