Lançamentos do TeamCity On-Premises

Released: Jul 18, 2024

Atualizações na 2024.07

Recursos

  • New Licensing Mechanism
    • You can now log into the JetBrains Account from TeamCity and choose a server license to activate. Once connected, TeamCity will automatically receive updates for all server and agent licenses, meaning you will no longer need to manually enter your license codes for any additional agents or server subscription updates.
    • The new mechanism does not impact existing licensing or purchase policies and is entirely free, regardless of your server license type (including...

Released: Jun 27, 2024

Atualizações na 2024.03.3

Correções

  • EC2 Cloud Profile: IMDSv1 metadata format doesn't work after upgrade to 2023.05.
  • Agents running from Windows 2024.03-nanoserver-2022 docker images become incompatible with some runners after restart.
  • Converter DownloadedArtifactsIndexesConverter fails during the update from TeamCity 7.x to 2024.03.x.
  • AWS EC2 instance agents can no longer authorize on start.
  • BuildLog is not displayed correctly for some of the builds produced by older servers.
  • "Build settings have not been finalized" for...

Released: May 28, 2024

Atualizações na 2024.03.2

Correções

  • Agent-side NuGet Cache cleanup is interrupted if the process cannot clean it in under 1 minute.
  • Subproject administrator cannot view NuGet feed and Artifact storage settings of a parent project.
  • Some links opens the href pages in new UI even if user has not checked option 'use experimental UI'.
  • PullRequest build feature not available for composite configurations anymore.
  • The user with the Project Administrator role can't see the NuGet feed.
  • [Vault Remote parameters] Vault query change...

Released: May 3, 2024

Atualizações na 2024.03.1

Correções

  • NuGet feed auth fails with error 401, if NTLM auth module is enabled on the server.
  • Confusing message "Gradle's configuration-cache is enabled" in the build log if the old Gradle version and incorrect configuration-cache parameter are used in the project.
  • Upload custom tool fails with error "Failed to move the unpacked tool from the temporary directory".
  • Builds in default branch do not start, if fallback to default branch is disabled.
  • Agent - Disconnected, Unregistered because of...

Released: Mar 27, 2024

Atualizações na 2024.03

Recursos

  • Semi-Automatic Security Updates - To keep you ahead of the curve in preventing and mitigating security issues, TeamCity now automatically downloads critical security updates. This approach helps to keep your system fortified against emerging risks and to swiftly tackle major vulnerabilities. Note that after an update is downloaded automatically, a system administrator still needs to approve its installation.
  • New Bundled Plugin: HashiCorp Vault - The HashiCorp Vault Support plugin is now...

Released: Mar 4, 2024

Atualizações na 2023.11.4

Correções

  • If TeamCity is unable to reach jetbrains.com, it can slow down the start of the builds as well as some pages.
  • jacocoReport.xml is created empty due to ClassNotFoundError (if non bundled Jacoco is used).
  • AWS instance role/profile permissions no longer used by EC2 Cloud Profile in 2023.11.3.
  • Builds take incorrect revision if using settings from VCS and only negative checkout rules are defined.
  • EC2 cloud profile configuration missing agent push preset.
  • Cannot find a node:100479888 may...

Released: Jan 30, 2024

Atualizações na 2023.11.3

Correções

  • Artifacts downloading can be broken if the same host as the Server URL and Artifacts URL is used.
  • Request for agent files tree can fail with ConversionException exception.
  • Matrix build overview: "Pinned" and "Favorite" filters are always disabled.
  • Versioned settings update can stop working in some projects if too many update tasks are created.
  • Extra ID parameter is committed to DSL Settings for awsConnection if Display name of this AWS connection was changed in S3.
  • Excessive "No builds...

Released: Jan 18, 2024

Atualizações na 2023.11.2

Correções

  • Docker exec overrides user-defined working directory.
  • Logout function does not redirect to login page.
  • Secure parameters are not encrypted with the current encryption key after updating a project parameter.
  • Cannot override build configuration environment variables in docker wrapper.
  • Matrix builds overview: Dynamic status filters make parameters dropdown jumping for a running build.
  • Failed to perform runner finish stage jetbrains.buildServer.agent.impl.buildStages.runnerStages.finish...

Released: Dec 15, 2023

Atualizações na 2023.11.1

Correções

  • Bitbucket commit status rejected due to too long key.
  • Multiple Problems after Upgrade to 2023.11.
  • Test parsing doesn't work.
  • Access to Subversion (SVN) broken "NoSuchMethodError: 'boolean org.apache.sshd.client.future.ConnectFuture.await()'".
  • Matrix build does not checkout from VCS root defined in DSL feature branch.
  • Predefined parameter teamcity.build.branch is not available in Parallel tests and Matrix builds.
  • Personal access token with outdated or corrupted refresh token can not be...

Released: Nov 28, 2023

Atualizações na 2023.11

Recursos

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