Skip to content

Commit

Permalink
Release changed integrations for 7.32.0 rc2 (#10327)
Browse files Browse the repository at this point in the history
* [Release] Bumped ibm_i version to 1.0.1

* [Release] Bumped kafka_consumer version to 2.12.1

* [Release] Update metadata
  • Loading branch information
sarah-witt committed Oct 4, 2021
1 parent ff3b357 commit c1c2187
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.47c5a022.link

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ibm_i/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - IBM i

## 1.0.1 / 2021-10-04

* [Fixed] Bump minimum base package. See [#10325](https://github.com/DataDog/integrations-core/pull/10325).

## 1.0.0 / 2021-09-14

* [Added] Add IBM i integration. See [#9992](https://github.com/DataDog/integrations-core/pull/9992).
Expand Down
2 changes: 1 addition & 1 deletion ibm_i/datadog_checks/ibm_i/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2021-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '1.0.0'
__version__ = '1.0.1'
4 changes: 4 additions & 0 deletions kafka_consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - kafka_consumer

## 2.12.1 / 2021-10-04

* [Fixed] Bump minimum base package. See [#10325](https://github.com/DataDog/integrations-core/pull/10325).

## 2.12.0 / 2021-10-04

* [Added] Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258).
Expand Down
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__ = "2.12.0"
__version__ = "2.12.1"
4 changes: 2 additions & 2 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ datadog-http-check==6.1.0
datadog-hudi==1.0.0
datadog-hyperv==1.4.0; sys_platform == 'win32'
datadog-ibm-db2==1.8.0
datadog-ibm-i==1.0.0
datadog-ibm-i==1.0.1
datadog-ibm-mq==3.16.1; sys_platform != 'win32'
datadog-ibm-was==1.10.0
datadog-ignite==2.1.0
datadog-iis==2.13.0; sys_platform == 'win32'
datadog-istio==3.15.0
datadog-jboss-wildfly==1.7.0
datadog-journald==1.0.0
datadog-kafka-consumer==2.12.0
datadog-kafka-consumer==2.12.1
datadog-kafka==2.10.0
datadog-kong==1.16.0
datadog-kube-apiserver-metrics==1.11.0
Expand Down

0 comments on commit c1c2187

Please sign in to comment.