Skip to content

Commit

Permalink
Port changes from 7.60 RC6 to master (DataDog#19127)
Browse files Browse the repository at this point in the history
* [Release] Bumped sqlserver version to 20.1.1

* [Release] Bumped slurm version to 1.0.1

* [Release] Bumped kafka_consumer version to 6.1.0
  • Loading branch information
HadhemiDD authored Nov 25, 2024
1 parent f684057 commit d5a502f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 9 deletions.
6 changes: 6 additions & 0 deletions kafka_consumer/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-11-25

***Security***:

* Bump confluent-kafka to 2.6.1 ([#19099](https://github.com/DataDog/integrations-core/pull/19099))

## 6.0.0 / 2024-10-04 / Agent 7.59.0

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion kafka_consumer/changelog.d/19099.security

This file was deleted.

2 changes: 1 addition & 1 deletion kafka_consumer/datadog_checks/kafka_consumer/__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: 3 additions & 3 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ datadog-impala==3.1.0
datadog-istio==8.0.0
datadog-jboss-wildfly==3.1.0
datadog-journald==3.0.0
datadog-kafka-consumer==6.0.0
datadog-kafka-consumer==6.1.0
datadog-kafka==4.0.0
datadog-karpenter==2.1.0
datadog-kong==5.0.0
Expand Down Expand Up @@ -159,13 +159,13 @@ datadog-scylla==4.0.0
datadog-sidekiq==3.0.0
datadog-silk==4.0.0
datadog-singlestore==4.0.0
datadog-slurm==1.0.0; sys_platform == 'linux2'
datadog-slurm==1.0.1; sys_platform == 'linux2'
datadog-snmp==9.0.0
datadog-snowflake==7.0.0
datadog-solr==2.1.0
datadog-sonarqube==5.0.0
datadog-spark==6.1.0
datadog-sqlserver==20.1.0
datadog-sqlserver==20.1.1
datadog-squid==4.0.0
datadog-ssh-check==4.0.0
datadog-statsd==3.0.0
Expand Down
6 changes: 6 additions & 0 deletions slurm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 1.0.1 / 2024-11-25

***Fixed***:

* Fix issue in which the sacct params kept growing with each iteration ([#19117](https://github.com/DataDog/integrations-core/pull/19117))

## 1.0.0 / 2024-11-06

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 20.1.1 / 2024-11-25

***Fixed***:

* Use alternative schema collection query for sqlserver 2016 and older due to STRING_AGG not being supported until SQLServer 2017 ([#19110](https://github.com/DataDog/integrations-core/pull/19110))

## 20.1.0 / 2024-10-31

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

This file was deleted.

2 changes: 1 addition & 1 deletion sqlserver/datadog_checks/sqlserver/__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__ = '20.1.0'
__version__ = '20.1.1'

0 comments on commit d5a502f

Please sign in to comment.