Skip to content

Commit

Permalink
Release existing checks for Agent 7.54 (#17468)
Browse files Browse the repository at this point in the history
* [Release] Bumped amazon_msk version to 4.7.0

* [Release] Bumped boundary version to 2.2.1

* [Release] Bumped clickhouse version to 3.5.0

* [Release] Bumped datadog_checks_base version to 36.6.0

* [Release] Bumped datadog_checks_downloader version to 4.6.0

* [Release] Bumped gitlab version to 7.3.0

* [Release] Bumped ibm_ace version to 2.2.2

* [Release] Bumped istio version to 6.1.0

* [Release] Bumped kubelet version to 7.13.1

* [Release] Bumped mongo version to 6.4.0

* [Release] Bumped mysql version to 12.4.0

* [Release] Bumped openstack_controller version to 6.5.0

* [Release] Bumped postgres version to 18.2.0

* [Release] Bumped rabbitmq version to 5.3.0

* [Release] Bumped redisdb version to 5.4.0

* [Release] Bumped snmp version to 7.3.0

* [Release] Bumped sonarqube version to 3.2.1

* [Release] Bumped sqlserver version to 17.2.0

* [Release] Bumped twistlock version to 3.6.0

* [Release] Bumped vsphere version to 7.5.2

* [Release] Update metadata
  • Loading branch information
iliakur authored Apr 26, 2024
1 parent a03343b commit c4d0c0f
Show file tree
Hide file tree
Showing 84 changed files with 195 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.b9ca7eb3.link

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions amazon_msk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## 4.7.0 / 2024-04-26

***Added***:

* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))
* Upgrade boto dependencies ([#17332](https://github.com/DataDog/integrations-core/pull/17332))

## 4.6.0 / 2024-03-22

***Added***:
Expand Down
1 change: 0 additions & 1 deletion amazon_msk/changelog.d/17319.added

This file was deleted.

1 change: 0 additions & 1 deletion amazon_msk/changelog.d/17332.added

This file was deleted.

2 changes: 1 addition & 1 deletion amazon_msk/datadog_checks/amazon_msk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '4.6.0'
__version__ = '4.7.0'
6 changes: 6 additions & 0 deletions boundary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 2.2.1 / 2024-04-26

***Fixed***:

* Do not fail if no tags are provided in the config ([#17337](https://github.com/DataDog/integrations-core/pull/17337))

## 2.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion boundary/changelog.d/17337.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion boundary/datadog_checks/boundary/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '2.2.0'
__version__ = '2.2.1'
6 changes: 6 additions & 0 deletions clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.5.0 / 2024-04-26

***Added***:

* Add new ClickHouse metrics ([#17218](https://github.com/DataDog/integrations-core/pull/17218))

## 3.4.0 / 2024-03-22

***Added***:
Expand Down
1 change: 0 additions & 1 deletion clickhouse/changelog.d/17218.added

This file was deleted.

2 changes: 1 addition & 1 deletion clickhouse/datadog_checks/clickhouse/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '3.4.0'
__version__ = '3.5.0'
11 changes: 11 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- towncrier release notes start -->

## 36.6.0 / 2024-04-26

***Added***:

* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))
* Upgrade boto dependencies ([#17332](https://github.com/DataDog/integrations-core/pull/17332))

***Fixed***:

* Undo pydantic upgrade to stay compatible with ddev. ([#17339](https://github.com/DataDog/integrations-core/pull/17339))

## 36.5.1 / 2024-03-22

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/17319.added

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/17332.added

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/17339.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = "36.5.1"
__version__ = "36.6.0"
6 changes: 6 additions & 0 deletions datadog_checks_downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.6.0 / 2024-04-26

***Added***:

* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))

## 4.5.0 / 2024-01-05 / Agent 7.51.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_downloader/changelog.d/17319.added

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# NOTE: tie datadog-checks-downloader to v2 of our software supply chain:
# https://github.com/DataDog/integrations-core/blob/6388602b6deb3b65b62cf7cda69dc20d99dede29/datadog_checks_downloader/datadog_checks/downloader/download.py#L51
__version__ = "4.5.0"
__version__ = "4.6.0"
6 changes: 6 additions & 0 deletions gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 7.3.0 / 2024-04-26

***Added***:

* Adds additional Geo metrics. *Note: Some metrics are only available depending on your Gitlab version: refer to the Metrics sub-section in Data Collected available in our [documentation](https://docs.datadoghq.com/integrations/gitlab/) to see the minimum required version (indicated within brackets). For instance, `gitlab.geo.group.wiki.repositories` requires at least `13.10`.* ([#17420](https://github.com/DataDog/integrations-core/pull/17420))

## 7.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion gitlab/changelog.d/17420.added

This file was deleted.

2 changes: 1 addition & 1 deletion gitlab/datadog_checks/gitlab/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '7.2.0'
__version__ = '7.3.0'
6 changes: 6 additions & 0 deletions ibm_ace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 2.2.2 / 2024-04-26

***Fixed***:

* Do not fail if no tags are provided in the config ([#17336](https://github.com/DataDog/integrations-core/pull/17336))

## 2.2.1 / 2024-01-10 / Agent 7.51.0

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion ibm_ace/changelog.d/17336.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion ibm_ace/datadog_checks/ibm_ace/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '2.2.1'
__version__ = '2.2.2'
6 changes: 6 additions & 0 deletions istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.1.0 / 2024-04-26

***Added***:

* Add the citadel_server_cert_chain_expiry_timestamp metric ([#17268](https://github.com/DataDog/integrations-core/pull/17268))

## 6.0.0 / 2024-03-22

***Changed***:
Expand Down
1 change: 0 additions & 1 deletion istio/changelog.d/17268.added

This file was deleted.

2 changes: 1 addition & 1 deletion istio/datadog_checks/istio/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "6.0.0"
__version__ = "6.1.0"
6 changes: 6 additions & 0 deletions kubelet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 7.13.1 / 2024-04-26

***Fixed***:

* Fixes pod resources requests/limits with exponent notation correctly, e.g. `129e6` for memory is `129M` / `123Mi` ([#17280](https://github.com/DataDog/integrations-core/pull/17280))

## 7.13.0 / 2024-03-22

***Added***:
Expand Down
1 change: 0 additions & 1 deletion kubelet/changelog.d/17280.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion kubelet/datadog_checks/kubelet/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "7.13.0"
__version__ = "7.13.1"
8 changes: 8 additions & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- towncrier release notes start -->

## 6.4.0 / 2024-04-26

***Added***:

* Add flag to exclude `db` tag from dbstats metrics ([#17276](https://github.com/DataDog/integrations-core/pull/17276))
* Add host tags triggered events ([#17287](https://github.com/DataDog/integrations-core/pull/17287))
* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))

## 6.3.0 / 2024-03-22

***Added***:
Expand Down
1 change: 0 additions & 1 deletion mongo/changelog.d/17276.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17287.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17319.added

This file was deleted.

2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '6.3.0'
__version__ = '6.4.0'
6 changes: 6 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 12.4.0 / 2024-04-26

***Added***:

* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))

## 12.3.0 / 2024-03-22

***Added***:
Expand Down
1 change: 0 additions & 1 deletion mysql/changelog.d/17319.added

This file was deleted.

2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "12.3.0"
__version__ = "12.4.0"
6 changes: 6 additions & 0 deletions openstack_controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.5.0 / 2024-04-26

***Added***:

* Added new cinder metrics ([#17422](https://github.com/DataDog/integrations-core/pull/17422))

## 6.4.0 / 2024-03-22

***Added***:
Expand Down
1 change: 0 additions & 1 deletion openstack_controller/changelog.d/17422.added

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '6.4.0'
__version__ = '6.5.0'
20 changes: 20 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

<!-- towncrier release notes start -->

## 18.2.0 / 2024-04-26

***Added***:

* Added collect_checksum_metrics option to collect Postgres failed checksum counts for databases with it enabled. ([#17203](https://github.com/DataDog/integrations-core/pull/17203))
* Collect postgres setting parameter `source`, `sourcefile` and `pending_restart` from pg_settings ([#17250](https://github.com/DataDog/integrations-core/pull/17250))
* Collect the postgres table owner field in postgres schema payloads, which will be displayed in the database-monitoring schemas feature. ([#17314](https://github.com/DataDog/integrations-core/pull/17314))
* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))
* Upgrade boto dependencies ([#17332](https://github.com/DataDog/integrations-core/pull/17332))
* Add new postgresql.running metric ([#17418](https://github.com/DataDog/integrations-core/pull/17418))
* Add fastpath tag to lock metrics ([#17451](https://github.com/DataDog/integrations-core/pull/17451))

***Fixed***:

* Fixed bug where `statement_timeout` setting incorrectly reflected integration connection value instead of database level
- Adjusted `statement_timeout` to apply at the session level post-database connection.
- Modified the `pg_settings` query to select `reset_val` when sourced from 'session', guaranteeing the retrieval of the accurate server-level setting. ([#17264](https://github.com/DataDog/integrations-core/pull/17264))
* Improved performance of database schema collection. ([#17381](https://github.com/DataDog/integrations-core/pull/17381))
* Fix default value for pg_stat_statements_view ([#17400](https://github.com/DataDog/integrations-core/pull/17400))

## 18.1.1 / 2024-04-17

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion postgres/changelog.d/17203.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17250.added

This file was deleted.

3 changes: 0 additions & 3 deletions postgres/changelog.d/17264.fixed

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17314.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17319.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17332.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17381.fixed

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17400.fixed

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17418.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/17451.added

This file was deleted.

2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "18.1.1"
__version__ = "18.2.0"
6 changes: 6 additions & 0 deletions rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 5.3.0 / 2024-04-26

***Added***:

* Add details on default node/queue/exchange maximums to the configuration example ([#17344](https://github.com/DataDog/integrations-core/pull/17344))

## 5.2.1 / 2024-03-22

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion rabbitmq/changelog.d/17344.added

This file was deleted.

2 changes: 1 addition & 1 deletion rabbitmq/datadog_checks/rabbitmq/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '5.2.1'
__version__ = '5.3.0'
6 changes: 6 additions & 0 deletions redisdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 5.4.0 / 2024-04-26

***Added***:

* Update dependencies ([#17319](https://github.com/DataDog/integrations-core/pull/17319))

## 5.3.1 / 2024-03-05

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion redisdb/changelog.d/17319.added

This file was deleted.

2 changes: 1 addition & 1 deletion redisdb/datadog_checks/redisdb/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "5.3.1"
__version__ = "5.4.0"
Loading

0 comments on commit c4d0c0f

Please sign in to comment.