TeamCity Cloud 릴리스

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 6, 2023

2023.09 버젼 업데이트

기능

  • Enhanced Integration with Perforce Helix Swarm - TeamCity can now utilize workflows and tests that already exist in your Swarm setup (instead of creating its own tests). In addition, the Publisher no longer requires credentials of a user with administrator access.
  • Step Statuses and IDs - You can now specify IDs for your steps (similarly to project and configuration IDs). TeamCity uses these IDs to generate new parameters that report the step exit statuses ("success", "failure", or "canceled...

Released: Jul 31, 2023

2023.07 버젼 업데이트

기능

  • EC2 Plugin Update - Overhauled the Amazon EC2 integration plugin. Apart from a refreshed user interface, the updated plugin features the following enhancements:
    • Support for Apple Mac AMIs - Mac VMs can be run only on dedicated Mac Mini hosts that should be booked for at least one day. Using the updated TeamCity EC2 plugin UI, you can now specify tags to locate a suitable host.
    • You can now specify multiple instance types for a cloud image, which increases your chances to book a spot instance...

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: VCS...

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...