Skip to content

Commit 99afced

Browse files
authored
[Release] Teamcity (#17613)
* [Release] Bumped teamcity version to 4.2.1 * [Release] Update metadata * fix changelog entry
1 parent b4a8086 commit 99afced

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.in-toto/tag.bd79a691.link

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# THIS FILE IS AUTO-GENERATED, DO NOT EDIT BY HAND
21
# DO NOT PASS THIS TO PIP DIRECTLY
2+
# THIS FILE IS AUTO-GENERATED, DO NOT EDIT BY HAND
33
--no-index
44
datadog-active-directory==2.1.0; sys_platform == 'win32'
55
datadog-activemq-xml==3.2.0
@@ -162,7 +162,7 @@ datadog-supervisord==2.6.0
162162
datadog-system-core==2.4.0
163163
datadog-system-swap==1.18.0
164164
datadog-tcp-check==4.8.0
165-
datadog-teamcity==4.2.0
165+
datadog-teamcity==4.2.1
166166
datadog-tekton==1.0.0
167167
datadog-teleport==1.0.0
168168
datadog-temporal==2.2.0

teamcity/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 4.2.1 / 2024-05-23
6+
7+
***Fixed***:
8+
9+
* Update the description for the `tls_ca_cert` config option to use `openssl rehash` instead of `c_rehash` ([#16981](https://github.com/DataDog/integrations-core/pull/16981))
10+
* Check for auth_token key and skip adding guestAuth or httpAuth to url if present ([#17478](https://github.com/DataDog/integrations-core/pull/17478))
11+
512
## 4.2.0 / 2024-02-16 / Agent 7.52.0
613

714
***Added***:

teamcity/changelog.d/16981.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

teamcity/changelog.d/17478.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

teamcity/datadog_checks/teamcity/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "4.2.0"
5+
__version__ = "4.2.1"

0 commit comments

Comments
 (0)